My KeyDown / KeyUp / KeyPress events are not firing; I can't figure
out what I'm doing wrong. The code I'm using is basically straight
from the manual.
"this" refers to my Windows.Forms.Form object.
this.KeyDown += new
System.Windows.Forms.KeyEventHandler(this.MainForm_KeyDown);
this.Ke...
more >>
I am going to be purchasing an Obfuscator in the next few days. Can anyone
give any recommendations on any of the Obfuscators that you are using.
Right now I am leaning towards XenoCodes obfuscator. Anyone using this
particular product? Anyone feel any of the other products are better?
Esse...
more >>
Please point me to some articles that explain how to execute a dos type
command and retrieve its output for processing.
Thanks.
...
more >>
When my users click the save button there are a few cases where the save
takes about one minute. Sometimes my users will activate another Windows
application from the taskbar. When they click back on my application, the
MessageBox.Show("Save successful") is behind the rest of the application...
more >>
In my application which allows a user to open specific AutoCAD script files
(SCR extension), I want to intoduce a listing of the 10 most recently opened
files.
I know of at least two ways that I could do this:
1) Have a text file that contains the information
2) Write the info to the Registry...
more >>