Someone thout it’s smart to disable the menu in cam windos because it makes life too easy.
Or could be he just don’t now what’s what and does what he shouldn’t.
Anyways this is ultra annoying so I made a little application that re-enable them.
It’s just small tray up with a timer, based on Create a System Tray Application in VB.NET
Yup…works well….thank you!
Very good.. Bro,
Chike, bro I am Getting an Error when I run the Program! Any Ideas why?…. Windows 7 Professional 32 / Service Pack 1. I also then tried to Download the Project and see if I could build it and run it afterwards, but that throws an error at the Timer function! I also changed the Any CPU to x86, but still getting the same error,
I have attached an for both of the errors…. Any solution maybe why?
Does the binary I attached does it also?
Yes bro! Both of them.
I tried a lot, Changing the options and the Stringbuilder, still the same. I gave up at the end :D. If you need to check it on Teamviewer just let me know, if thats better for you!
@ChiNa-Man wrote:
Post the whole exception text.
Does it get inside EnumCamWindows, set a breakpoint at first line.
They fixed the menu in 546 but introduced a new one, sorta LOL.
What is exception for build, build error? Post it if yes.
OK, it’s my fault, not all declarations were consistant, failed for me too if I changed to x86.
Change all Enum functions and enum procs to have lparam byref
Sorry for Late Reply… OK thanks bro Chike. I will go a head and do that by tomorrow! Heading towards my bed 😀 and up again early morning for work!
omg looooooooll, haha how funny.
So here I will post the exceptions I’ve got when I tried to run thr program:
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
For example:
When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.
And when I try to Build or Debug the Project (Visual Studio 2012), I get 3 Different Break Point Errors:
1st Break Point Error:
2nd Break Point Error:
A first chance exception of type ‘System.Runtime.InteropServices.InvalidOleVariantTypeException’ occurred in Unknown Module.
Additional information: Specified OLE variant is invalid.
If there is a handler for this exception, the program may be safely continued.
3rd Break Point Error:
An unhandled exception of type ‘System.Runtime.InteropServices.InvalidOleVariantTypeException’ occurred in Unknown Module.
Additional information: Specified OLE variant is invalid.
If there is a handler for this exception, the program may be safely continued.
Good luck Chike. And by the way, it the first time I have ever seen this Exception Error on my Computer! Usually I have never had problems running any C or NET Programs on my Computer!