|
|
Comments and Discussions
|
|
 |
|
|

|
No source project (only code files).
Poor coding and distribution.
The author really loves Windows API.
I think Windows API is necessary when capturing objects, not the whole job.
|
|
|
|
|
|
|

|
Thank you for sharing!I was looking for a free tool to capture screenshots!Thank you.
|
|
|
|
|

|
I really think you did a great job here. It looks good, it functions as it should, and it's simple enough that even the most inexperienced user can grasp it pretty quickly. Well done.
|
|
|
|

|
Vote of 1 is welcome
|
|
|
|
|
|
|

|
I tried it on Windows 7(32 bit) and found a exception Invalid hook handle.
Please reply
|
|
|
|

|
I'm learning VB and would like to recompile this file, however
there appear to be a number of files missing from the source
zip files. How can I obtain the files to recompile the application?
Thanks. Can they be sent to my email address please?
|
|
|
|
|

|
Outstanding job!
I have used it on XP and it works without a flaw.
Just tried on Windows 7 64 bit.
It works but the only thing that I see that needs some for windows 7
is that there is no red box on the object.
Any chances that you will updated it for Windows 7?
|
|
|
|

|
The author's refusal to provide a complete set of files is very odd.
Missing are:
Solution File
Project File
Forms
modified on Tuesday, January 26, 2010 1:48 AM
|
|
|
|

|
I have installed this program on my computer and tested it. It worked as advertised. I will take a closer look at the source code and try to see how it does the job. In the mean time, I would like to point out a minor glitch about the program. This is just for your information.
If we select "Include Cursor", we sometimes don't get the correct cursor in our captured image. The program should correctly get the image of the cursor (whatever cursor the user is using.) I used a cursor designed by myself, and the program failed to get that image. Instead, it used the standard arrow cursor.
Overall, this is a pretty good application.
|
|
|
|

|
I have tried this app on a laptop at work and it violates a whole bunch of Cisco Security Agent rules which more than likely are unique to my company and may raise problems that folks would complain about. It works great at home.
michael judy
m_judy@hotmail.com
"According to my calculations there is no problem"
|
|
|
|

|
Terrific code and some neat ideas.
I particularly like the:
- minimal form, (only a menu)
- auto hide features
- screen captures to a file
I want to extend this for my customers for debugging -- remotely.
I want to also add CPU performance, memory, events and running processes besides the screen capture.
Can you please send the project files, and necesary file for compilation without your proprietary code you want to keep?
I would be happy to contribute a matching performance and process control file to match the screen capture so remote debugging can be performed.
Thanks
DMA Richards
|
|
|
|

|
Where are the project files, form files, etc??!?!
|
|
|
|

|
No project files. After installation, program is crashed.
|
|
|
|

|
I had thought of doing an application like this myself - Now you saved me the work...
Thanks,
Johnny J.
|
|
|
|

|
These errors were generated when I tried to use the Rectangle function/mode and the Object function/mode.
Here is the error log:
Screen Shot Critical 1
==========================
System
---------
Utc Date: 4/19/2009 7:15:56 PM
Culture: English (United States); en-US
OS: Microsoft Windows 7 Ultimate ; Win32NT; 6.1.7000.0;
Exception
---------
Type: WindowsHookLib.MouseHookException
Source: WindowsHookLib
Assembly: WindowsHookLib, Version=1.1.0.7, Culture=neutral, PublicKeyToken=873448a067ff4d9c
Message: Invalid hook handle
Trace: at WindowsHookLib.MouseHook.RemoveHook()
at ScreenShot.MenuForm.CaptureModeSplitButton_ButtonClick(Object sender, EventArgs e)
at System.Windows.Forms.ToolStripSplitButton.OnButtonClick(EventArgs e)
at System.Windows.Forms.ToolStripSplitButton.OnMouseUp(MouseEventArgs e)
at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
at System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)
at System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)
at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.ToolStrip.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Screen Shot Critical 1
==========================
System
---------
Utc Date: 4/19/2009 7:16:35 PM
Culture: English (United States); en-US
OS: Microsoft Windows 7 Ultimate ; Win32NT; 6.1.7000.0;
Exception
---------
Type: System.NullReferenceException
Source: WindowsHookLib
Assembly: WindowsHookLib, Version=1.1.0.7, Culture=neutral, PublicKeyToken=873448a067ff4d9c
Message: Object reference not set to an instance of an object.
Trace: at WindowsHookLib.ClipboardHook.get_State()
at WindowsHookLib.ClipboardHook.Dispose(Boolean disposing)
at System.ComponentModel.Component.Dispose()
at ScreenShot.MenuForm.Form1_FormClosing(Object sender, FormClosingEventArgs e)
at System.Windows.Forms.Form.OnFormClosing(FormClosingEventArgs e)
at System.Windows.Forms.Form.RaiseFormClosingOnAppExit()
at System.Windows.Forms.Application.ExitInternal()
at System.Windows.Forms.Application.Exit(CancelEventArgs e)
at System.Windows.Forms.Application.Exit()
at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.OnUnhandledException(UnhandledExceptionEventArgs e)
at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.OnUnhandledExceptionEventAdaptor(Object sender, ThreadExceptionEventArgs e)
at System.Windows.Forms.Application.ThreadContext.OnThreadException(Exception t)
at System.Windows.Forms.Control.WndProcException(Exception e)
at System.Windows.Forms.Control.ControlNativeWindow.OnThreadException(Exception e)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)
at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(Int32 dwComponentID, Int32 reason, Int32 pvLoopData)
at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
at System.Windows.Forms.Application.Run(ApplicationContext context)
at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.OnRun()
at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.DoApplicationModel()
Thanks for the program. I hope you fix thess errors and come out with a newer version with the fix. Also, to help you out a little bit, please note what OS I'm using, because that may or may not be the problem. Also, you can send me any fixes for testing to scriptking1@hotmail.com if you don't have a Windows 7 testing environment. Might as well start making it compatible with all windows versions (Win XP - Win 7).
Best Regards,
AssaultEX
modified on Sunday, April 19, 2009 3:25 PM
|
|
|
|

|
thank your job!!! I have a question.
I used this program for capturing game screen!
Game has "GAME GUARD"(protecting from game hacking).
When I use this program..... failed capturing game screenshot.
I think... like 'GetDC() fuctions'... has "Return NULL" to game guard.
Do you know other way for capturing? this situation?
Sorry my pure english.. Have a good time!
|
|
|
|

|
Source code non-compilable, missing vb project file.
|
|
|
|

|
I am using Visual Basic Express 2008 to attempt to compile this project. It is annoying to have to create the project file from scratch and to receive 102 compilation error messages of the form:
'DimensionsLabel' is not a member of 'Screen_Capture.ToolBoxForm'. C:\SoftwareDevelopement\Visual Studio 2008 Express\Screen Capture\Screen Capture\RectangleForm.vb
Many of the methods are missing from the afore mentionned form.
Please update your source code zip file to include everything required to compile and rebuild this project. Many members have the desire to learn from you, perhaps improve upon it, and use it in their own projects.
|
|
|
|

|
All code not included in the download. No VS project files and such.
|
|
|
|

|
While this looks like a very good project & could possibly be perfect, the fact the source is incomplete is somewhat of a problem.
I'd like to load this up & play with it.
Is there any chance you could provide full source code, complete with VS project?
Cheers & good work, Steve.
|
|
|
|

|
after downloading I was excited to try your screen shooter, but it denied to work via a message box with the text ...
"Unhandled exception accrued in the application!
The application will exit. We are sorry for the inconvenience!
Die FullScreenModeHK-Eigenschaft konnte nicht aus ihrem Standardwert erstellt werden. Fehlermeldung: Der angeforderte Wert Ctrl konnte nicht gefunden werden."
... the last part in english:
"... The FullScreenModeHK-Property couldn't be created from its default value. Error message: No such requested value Ctrl."
My system is a MS Windows XP Professional Version 2002 Service Pack 2.
Do you need more information?
So - still being excited to test your screen shooter ...
... best regards,
Martin Lemburg
|
|
|
|

|
for example, when u play a video (in wmplayer/winamp)
does this also capture that display frame???
most screen capture codes i found only capture the desktop display (not including the video)
do you have any idea how? or anyone know how to do this in vb.net???
email me noeldacara@gmail.com
|
|
|
|

|
hi,
great work, but as many have said you have not provided the full source code and i think that we would be most greatful if it was uploaded. If you could please e-mail me the source code at ashleystaggs@gmail.com
|
|
|
|

|
Its a nice project. I need your help. You have not provided the design of form in coding. I need its form otherwise i will be in big trouble. please provide me the full project in running mode with full source code and forms design as soon as possible at scorpian_4479@yahoo.com. I will be very thankful to you.
|
|
|
|

|
Hi,
First off thanks for sharing.
Can you upload all projects and files which go with them so that others may compile them properly.
There are some of us who will only use downloaded code only if full source code is available.
Kevin S. Gallagher
Programming is an art form that fights back
|
|
|
|
|

|
this is help me in image processing
DHAVAL P PATEL
|
|
|
|

|
Hey, this is great!!! I love what you have done. I would also like to see the VS solution but, if that can't be made available maybe a quick explanation of how you made the rectangle form with the transparancy.
Best Regards,
Brent
|
|
|
|

|
Hi VBDT,
While it is very nice what you have done, it seems like it would be helpful to provide a VS project, if you even use Visual Studios. Also, it would be nice if you clearly labeled your forms, timers, etc just for the sake of clarity, since when you have multiple objects with the same name it can grow confusing to follow someone elses code. Otherwise, a very nice job!
- Noob
|
|
|
|

|
Very nice...one suggestion, when the user says to capture the rectangle, in the options it should have a setting as to whether it asks for a name for the file. If this is true then when the user presses capture it should ask for a name. Otherwise...nice work.
|
|
|
|

|
Hi
I am an system admin and do a lot of document generation work with screen shots (application with menus) mostly using remote connections or using KVM devices. In such cases sometimes it is not possible to use print screen as it may be configured to switch server displays and while taking application screenshots pressing ALT will make application menu's disappear.
So if possible can you please provide provision for user defined HOTKEYS to overcome these problems. Otherwise on a whole a very good application.
Regards
Tanmay.
|
|
|
|

|
I think the article would have benefited by including the code, along with a little more design/implementation detail.
BTW are you sure you've got this listed in the right category?
|
|
|
|
|
 |
|
|
General News Suggestion Question Bug Answer Joke Rant Admin
|
Screen Shot is a simple application that allows a user to quickly capture images from the screen and save them in a user predefined folder.
| Type | Article |
| Licence | CPOL |
| First Posted | 30 Jun 2007 |
| Views | 155,818 |
| Downloads | 9,694 |
| Bookmarked | 187 times |
|
|