Advertisement

Results for "Author: spacemonkey"

ASP_Volume2 #43967
ScreenCapture

ScreenCapture.vb is a .Net class that allows you take a screenshot (printscreen) of the desktop, or part of it, or of the active window, or of any window you got the HWND from. It doesn't use sendkeys or the clipboard, this is a proper implementation with API. Basicly the class exists out of two shared functions that are overloaded a bit, give me a vote if you like it. Usage: PictureBox1.Image = ScreenCapture.GrabScreen() PictureBox1.Image = ScreenCapture.GrabActiveWindow() PictureBox1.Image = ScreenCapture.GrabWindow(SomeHwnd) PictureBox1.Image = ScreenCapture.GrabScreen(X, Y, Width, Height) PictureBox1.Image = ScreenCapture.GrabScreen(Rect) PictureBox1.Image = ScreenCapture.GrabScreen(Location, Size)

ASP_Volume3 #58701
ApiVideo

At one point or another, we all come in contact with a project where we need (or want) to play media files. There are 2 main ways you can go about this, you can either use the MS MediaPlayer control and deal with interop and alot of issues. Or you can implement mci using the API. This project is an implementation of the mciSendString API, so you can just include the class into your project and use it on your form, no need to reference Media Player. This plays all know formats (mp3, mpeg, avi, wmv, divx,...) except midi files and cda (audio cd's). (the play statement, and maybe other statements as well, use arguments not supported by the midi and cda devices) The code is well documented and very clear, even a beginner will find it's way in it. Please leave a comment, and do vote if you like it. Thanks !!

ASP_Volume3 #58702
ScreenCapture

ScreenCapture.vb is a .Net class that allows you take a screenshot (printscreen) of the desktop, or part of it, or of the active window, or of any window you got the HWND from. It doesn't use sendkeys or the clipboard, this is a proper implementation with API. Basicly the class exists out of two shared functions that are overloaded a bit, give me a vote if you like it. Usage: PictureBox1.Image = ScreenCapture.GrabScreen() PictureBox1.Image = ScreenCapture.GrabActiveWindow() PictureBox1.Image = ScreenCapture.GrabWindow(SomeHwnd) PictureBox1.Image = ScreenCapture.GrabScreen(X, Y, Width, Height) PictureBox1.Image = ScreenCapture.GrabScreen(Rect) PictureBox1.Image = ScreenCapture.GrabScreen(Location, Size)

C_Volume2 #85029
ScreenCapture

ScreenCapture.vb is a .Net class that allows you take a screenshot (printscreen) of the desktop, or part of it, or of the active window, or of any window you got the HWND from. It doesn't use sendkeys or the clipboard, this is a proper implementation with API. Basicly the class exists out of two shared functions that are overloaded a bit, give me a vote if you like it. Usage: PictureBox1.Image = ScreenCapture.GrabScreen() PictureBox1.Image = ScreenCapture.GrabActiveWindow() PictureBox1.Image = ScreenCapture.GrabWindow(SomeHwnd) PictureBox1.Image = ScreenCapture.GrabScreen(X, Y, Width, Height) PictureBox1.Image = ScreenCapture.GrabScreen(Rect) PictureBox1.Image = ScreenCapture.GrabScreen(Location, Size)

Java_Volume1 #103573
ScreenCapture

ScreenCapture.vb is a .Net class that allows you take a screenshot (printscreen) of the desktop, or part of it, or of the active window, or of any window you got the HWND from. It doesn't use sendkeys or the clipboard, this is a proper implementation with API. Basicly the class exists out of two shared functions that are overloaded a bit, give me a vote if you like it. Usage: PictureBox1.Image = ScreenCapture.GrabScreen() PictureBox1.Image = ScreenCapture.GrabActiveWindow() PictureBox1.Image = ScreenCapture.GrabWindow(SomeHwnd) PictureBox1.Image = ScreenCapture.GrabScreen(X, Y, Width, Height) PictureBox1.Image = ScreenCapture.GrabScreen(Rect) PictureBox1.Image = ScreenCapture.GrabScreen(Location, Size)

2_2002-2004 #130721
ScreenCapture

ScreenCapture.vb is a .Net class that allows you take a screenshot (printscreen) of the desktop, or part of it, or of the active window, or of any window you got the HWND from. It doesn't use sendkeys or the clipboard, this is a proper implementation with API. Basicly the class exists out of two shared functions that are overloaded a bit, give me a vote if you like it. Usage: PictureBox1.Image = ScreenCapture.GrabScreen() PictureBox1.Image = ScreenCapture.GrabActiveWindow() PictureBox1.Image = ScreenCapture.GrabWindow(SomeHwnd) PictureBox1.Image = ScreenCapture.GrabScreen(X, Y, Width, Height) PictureBox1.Image = ScreenCapture.GrabScreen(Rect) PictureBox1.Image = ScreenCapture.GrabScreen(Location, Size)

3_2004-2005 #149264
ScreenCapture

ScreenCapture.vb is a .Net class that allows you take a screenshot (printscreen) of the desktop, or part of it, or of the active window, or of any window you got the HWND from. It doesn't use sendkeys or the clipboard, this is a proper implementation with API. Basicly the class exists out of two shared functions that are overloaded a bit, give me a vote if you like it. Usage: PictureBox1.Image = ScreenCapture.GrabScreen() PictureBox1.Image = ScreenCapture.GrabActiveWindow() PictureBox1.Image = ScreenCapture.GrabWindow(SomeHwnd) PictureBox1.Image = ScreenCapture.GrabScreen(X, Y, Width, Height) PictureBox1.Image = ScreenCapture.GrabScreen(Rect) PictureBox1.Image = ScreenCapture.GrabScreen(Location, Size)

4_2005-2006 #163998
ApiVideo

At one point or another, we all come in contact with a project where we need (or want) to play media files. There are 2 main ways you can go about this, you can either use the MS MediaPlayer control and deal with interop and alot of issues. Or you can implement mci using the API. This project is an implementation of the mciSendString API, so you can just include the class into your project and use it on your form, no need to reference Media Player. This plays all know formats (mp3, mpeg, avi, wmv, divx,...) except midi files and cda (audio cd's). (the play statement, and maybe other statements as well, use arguments not supported by the midi and cda devices) The code is well documented and very clear, even a beginner will find it's way in it. Please leave a comment, and do vote if you like it. Thanks !!

4_2005-2006 #163999
ScreenCapture

ScreenCapture.vb is a .Net class that allows you take a screenshot (printscreen) of the desktop, or part of it, or of the active window, or of any window you got the HWND from. It doesn't use sendkeys or the clipboard, this is a proper implementation with API. Basicly the class exists out of two shared functions that are overloaded a bit, give me a vote if you like it. Usage: PictureBox1.Image = ScreenCapture.GrabScreen() PictureBox1.Image = ScreenCapture.GrabActiveWindow() PictureBox1.Image = ScreenCapture.GrabWindow(SomeHwnd) PictureBox1.Image = ScreenCapture.GrabScreen(X, Y, Width, Height) PictureBox1.Image = ScreenCapture.GrabScreen(Rect) PictureBox1.Image = ScreenCapture.GrabScreen(Location, Size)

5_2007-2008 #186516
ApiVideo

At one point or another, we all come in contact with a project where we need (or want) to play media files. There are 2 main ways you can go about this, you can either use the MS MediaPlayer control and deal with interop and alot of issues. Or you can implement mci using the API. This project is an implementation of the mciSendString API, so you can just include the class into your project and use it on your form, no need to reference Media Player. This plays all know formats (mp3, mpeg, avi, wmv, divx,...) except midi files and cda (audio cd's). (the play statement, and maybe other statements as well, use arguments not supported by the midi and cda devices) The code is well documented and very clear, even a beginner will find it's way in it. Please leave a comment, and do vote if you like it. Thanks !!

5_2007-2008 #186517
ScreenCapture

ScreenCapture.vb is a .Net class that allows you take a screenshot (printscreen) of the desktop, or part of it, or of the active window, or of any window you got the HWND from. It doesn't use sendkeys or the clipboard, this is a proper implementation with API. Basicly the class exists out of two shared functions that are overloaded a bit, give me a vote if you like it. Usage: PictureBox1.Image = ScreenCapture.GrabScreen() PictureBox1.Image = ScreenCapture.GrabActiveWindow() PictureBox1.Image = ScreenCapture.GrabWindow(SomeHwnd) PictureBox1.Image = ScreenCapture.GrabScreen(X, Y, Width, Height) PictureBox1.Image = ScreenCapture.GrabScreen(Rect) PictureBox1.Image = ScreenCapture.GrabScreen(Location, Size)

6_2008-2009 #209034
ApiVideo

At one point or another, we all come in contact with a project where we need (or want) to play media files. There are 2 main ways you can go about this, you can either use the MS MediaPlayer control and deal with interop and alot of issues. Or you can implement mci using the API. This project is an implementation of the mciSendString API, so you can just include the class into your project and use it on your form, no need to reference Media Player. This plays all know formats (mp3, mpeg, avi, wmv, divx,...) except midi files and cda (audio cd's). (the play statement, and maybe other statements as well, use arguments not supported by the midi and cda devices) The code is well documented and very clear, even a beginner will find it's way in it. Please leave a comment, and do vote if you like it. Thanks !!

6_2008-2009 #209035
ScreenCapture

ScreenCapture.vb is a .Net class that allows you take a screenshot (printscreen) of the desktop, or part of it, or of the active window, or of any window you got the HWND from. It doesn't use sendkeys or the clipboard, this is a proper implementation with API. Basicly the class exists out of two shared functions that are overloaded a bit, give me a vote if you like it. Usage: PictureBox1.Image = ScreenCapture.GrabScreen() PictureBox1.Image = ScreenCapture.GrabActiveWindow() PictureBox1.Image = ScreenCapture.GrabWindow(SomeHwnd) PictureBox1.Image = ScreenCapture.GrabScreen(X, Y, Width, Height) PictureBox1.Image = ScreenCapture.GrabScreen(Rect) PictureBox1.Image = ScreenCapture.GrabScreen(Location, Size)

7_2009-2012 #231552
ApiVideo

At one point or another, we all come in contact with a project where we need (or want) to play media files. There are 2 main ways you can go about this, you can either use the MS MediaPlayer control and deal with interop and alot of issues. Or you can implement mci using the API. This project is an implementation of the mciSendString API, so you can just include the class into your project and use it on your form, no need to reference Media Player. This plays all know formats (mp3, mpeg, avi, wmv, divx,...) except midi files and cda (audio cd's). (the play statement, and maybe other statements as well, use arguments not supported by the midi and cda devices) The code is well documented and very clear, even a beginner will find it's way in it. Please leave a comment, and do vote if you like it. Thanks !!

7_2009-2012 #231553
ScreenCapture

ScreenCapture.vb is a .Net class that allows you take a screenshot (printscreen) of the desktop, or part of it, or of the active window, or of any window you got the HWND from. It doesn't use sendkeys or the clipboard, this is a proper implementation with API. Basicly the class exists out of two shared functions that are overloaded a bit, give me a vote if you like it. Usage: PictureBox1.Image = ScreenCapture.GrabScreen() PictureBox1.Image = ScreenCapture.GrabActiveWindow() PictureBox1.Image = ScreenCapture.GrabWindow(SomeHwnd) PictureBox1.Image = ScreenCapture.GrabScreen(X, Y, Width, Height) PictureBox1.Image = ScreenCapture.GrabScreen(Rect) PictureBox1.Image = ScreenCapture.GrabScreen(Location, Size)

Languages
Top Categories
Global Discovery