November 05, 2003

Skip Navigation LinksIrocon > Blog > 2003 > November, 2003 > November 05, 2003

Secure Environment

These guys are working on a project I tried to do do like two years ago. Of course it was on a much lighter basis and was not going to be as complex. I managed to achieve some of the tasks such as disabling Ctrl+Alt+Del and in win95, the app would hide away from the task manager. I wam very interested in finding out how they are implementing this in VB.It seems to me that Vb is a language that...Last Updated:Thursday, September 02, 2010By:alferoSource#

error provider i found out there is

Error ProviderI found out there is something called error provider in a VB book but forgot to write down the code snippets. This is supposed to help you validate all controls at the same time e.g. use it to display a message box with information on every textbox that contains invalid information. Last Updated:Thursday, September 02, 2010By:alfero#