About Brandon Drake Expertise I can answer questions regarding the Graphics object, file access, general optimization, printing (on paper), user controls, program mathematics, the registry, creating macros, processes, and fundamental or basic questions. I have made a few asp.net pages but I do not know the language extensively. I have not done much work with databases but I have created my own database systems.
Experience I have been programming with visual basic for 6 years. In all I have written programs in about 8 programming languages, although, I only know about 3 well. I have written a few applications but mainly I like to write programs for fun.
Question Brandon Drake,
i have been seen your code to disable task manager application. but i have a problem, because vb.net in visual studio 2005 edition do not accept the declaration
Private _reg As New Form1.TaskManager
because Form1.TaskManager is not defined.Do i have to add a particular reference to my application?
If yes, which reference?
Thank you.
enri.
Answer Enri,
The TaskManager was a class defined lower in the code. If you add the class to Form1 you would be able to use it.
I just pulled that code off of a website so it probably would be better to put the class in it's own file.