 |
|
|
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.
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
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
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
Hi Martin, Thanks for reporting about the error. It is a very weird error that simply says the system failed to create the “Ctrl” key from the app’s default settings. The application has no control over this kind of problems since reading the data from the app settings file is the system’s responsibility. In this case the setting’s property value should be read from the settings xml file and convert it from “Ctrl” string to “System.Windows.Form.Keys” value. The system fails to do this. I haven’t gotten any complains from Screen Shot users about this error before. I don’t know the exact reason why your system fails to create the app’s setting property but I will keep searching for the answer. By the way, can you post the SSError.txt file contents in here? The file should be on your desktop. Best regards, Arman G.
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
Here the SSError.txt contents:
Screen Shot Error Report Date: 30.06.2008 09:54:53
Type: System.ArgumentException
Message: Die FullScreenModeHK-Eigenschaft konnte nicht aus ihrem Standardwert erstellt werden. Fehlermeldung: Der angeforderte Wert Ctrl konnte nicht gefunden werden.
Source: System
Stack Trace: bei System.Configuration.SettingsPropertyValue.Deserialize() bei System.Configuration.SettingsPropertyValue.get_PropertyValue() bei System.Configuration.SettingsBase.GetPropertyValueByName(String propertyName) bei System.Configuration.SettingsBase.get_Item(String propertyName) bei System.Configuration.ApplicationSettingsBase.GetPropertyValue(String propertyName) bei System.Configuration.ApplicationSettingsBase.get_Item(String propertyName) bei Screen_Shot.MenuForm.SetHotkeys() bei Screen_Shot.MenuForm.Form1_Load(Object sender, EventArgs e) bei System.EventHandler.Invoke(Object sender, EventArgs e) bei System.Windows.Forms.Form.OnLoad(EventArgs e) bei System.Windows.Forms.Form.OnCreateControl() bei System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible) bei System.Windows.Forms.Control.CreateControl() bei System.Windows.Forms.Control.WmShowWindow(Message& m) bei System.Windows.Forms.Control.WndProc(Message& m) bei System.Windows.Forms.ScrollableControl.WndProc(Message& m) bei System.Windows.Forms.ContainerControl.WndProc(Message& m) bei System.Windows.Forms.Form.WmShowWindow(Message& m) bei System.Windows.Forms.Form.WndProc(Message& m) bei System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m) bei System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) bei System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Perhaps one reason for the error is, that I don't work with administrative rights, but as main user with extended Group Policy rights?
But ... starting your Screen Shooter as Administrator does not help!
Ok ... if I can provide more information, don't hesitate to ask for!
Best regards,
Martin
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
Hello again,
could it be, that errors while accessing the registry (monitored by Sysinternals Regmon) causes this special error:
6.46336794 Screen Shot.exe:5524 OpenKey HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\Managed\S-1-5-21-954228201-601818101-482762101-4959\Installer\Assemblies\C:|Programme|Screen Shot|Screen Shot.exe.config NOT FOUND 6.46338606 Screen Shot.exe:5524 OpenKey HKCU\Software\Microsoft\Installer\Assemblies\C:|Programme|Screen Shot|Screen Shot.exe.config NOT FOUND 6.46340179 Screen Shot.exe:5524 OpenKey HKLM\SOFTWARE\Classes\Installer\Assemblies\C:|Programme|Screen Shot|Screen Shot.exe.config NOT FOUND ... 6.73845863 Screen Shot.exe:5524 OpenKey HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\Managed\S-1-5-21-954228201-601818101-482762101-4959\Installer\Assemblies\C:|Programme|Screen Shot|Screen Shot.exe.config NOT FOUND 6.73847818 Screen Shot.exe:5524 OpenKey HKCU\Software\Microsoft\Installer\Assemblies\C:|Programme|Screen Shot|Screen Shot.exe.config NOT FOUND 6.73849440 Screen Shot.exe:5524 OpenKey HKLM\SOFTWARE\Classes\Installer\Assemblies\C:|Programme|Screen Shot|Screen Shot.exe.config NOT FOUND ... 7.49677420 Screen Shot.exe:5524 OpenKey HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\Managed\S-1-5-21-954228201-601818101-482762101-4959\Installer\Assemblies\C:|Programme|Screen Shot|Screen Shot.exe.config NOT FOUND 7.49679327 Screen Shot.exe:5524 OpenKey HKCU\Software\Microsoft\Installer\Assemblies\C:|Programme|Screen Shot|Screen Shot.exe.config NOT FOUND 7.49680948 Screen Shot.exe:5524 OpenKey HKLM\SOFTWARE\Classes\Installer\Assemblies\C:|Programme|Screen Shot|Screen Shot.exe.config NOT FOUND ... 7.60491753 Screen Shot.exe:5524 OpenKey HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\Managed\S-1-5-21-954228201-601818101-482762101-4959\Installer\Assemblies\C:|Programme|Screen Shot|Screen Shot.exe.config NOT FOUND 7.60494041 Screen Shot.exe:5524 OpenKey HKCU\Software\Microsoft\Installer\Assemblies\C:|Programme|Screen Shot|Screen Shot.exe.config NOT FOUND 7.60495615 Screen Shot.exe:5524 OpenKey HKLM\SOFTWARE\Classes\Installer\Assemblies\C:|Programme|Screen Shot|Screen Shot.exe.config NOT FOUND
Best regards,
Martin
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
I'm having the same problem, running on Vista Business, GERMAN version.
Tried to have a look at the source code but it seems to be incomplete.
Tosch
Tosch
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
The problem exists because 'Ctrl' does not exist on the GERMAN version of the OS.
To workaround the issue in a program that I was working on, I had to manually set the default value in code the first time the program was run.
I set the value in the settings dialog to "None". In the constructor, I did the following:
if (Properties.Settings.Default.HotKey == Keys.None) { Properties.Settings.Default.HotKey = Keys.Control; Properties.Settings.Default.Save(); }
This then converts it to the German version of the Control key and saves it fine and loads it next time fine.
I hope this helps.
John Rennemeyer http://www.muvenum.com/
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
 |
|
|
Hi Martin, the problem is fixed. I posted the updated application at VBForums. You can find it by clicking the external link to Screen Shot application. Please let me know if there is still a problem. Thanks, Arman
|
| Sign In·View Thread·PermaLink | 1.00/5 (1 vote) |
|
|
|
 |
|
|
Hi Arman,
the problem seems to be fixed!
Thanks for your fix! Your application is wonderful!
Best regards,
Martin
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
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
|
| Sign In·View Thread·PermaLink | 1.00/5 (1 vote) |
|
|
|
 |
|
|
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
|
| Sign In·View Thread·PermaLink | 1.00/5 (1 vote) |
|
|
|
 |
|
|
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.
|
| Sign In·View Thread·PermaLink | 1.00/5 (1 vote) |
|
|
|
 |
|
|
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
|
| Sign In·View Thread·PermaLink | 2.75/5 (6 votes) |
|
|
|
 |
|
|
 |
|
|
 |
|
|
 |
|
|
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
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
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
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
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.
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
Hi, The ANZAC and thank you for the suggestion. I think it makes sense to have that option and I will add it and try to update the app in near future.
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
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.
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
Hi Tanmay, Yes it is a good idea and application supports it I just need to add it in the properties. I used the ALT + PRINT because in windows XP these key combination is reserved for active window capture. Anyways I will provide this functionality and post it in the external link and then will try to upgrade in here.
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
Hi Tanmay, as I promised I updated and posted the application in the “External link to Screen Shot”. By default the hotkeys are PrintScreen and Alt+PrintScreen but now you have the option to change it. Let me know if it worked for you. Regards Arman G.
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
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?
|
| Sign In·View Thread·PermaLink | 1.00/5 (1 vote) |
|
|
|
 |