Window control in a VB application
Hi all,
Hope you can help i have been searching for a example of how to control certain function when the application starts up, am trying to get it that the minimize, restore down and the close controls do not display in the control panel, and also that the start and toolbar is hiden, so that the application fits all the screen and is no way for a use to close it down.
Thanks in advanced if anyone can help me
Shuka :confused:
[452 byte] By [
shuka79] at [2007-11-11 10:19:29]

# 2 Re: Window control in a VB application
Hi, Yhanks for the post that was really helpful and it worked great, but still got a problem is that if the start button is pressed on the keyboard it displays the start menu, is there anyway of not allowing this to be done?
Thanks in advanced
Shuka
# 3 Re: Window control in a VB application
Make the application be on top of all application, and say a simple timer that check every good interval (say 100 milliseconds) to make the application still on top again , againest any other esplorer forms that want to pop up -like start menu- ...
also there is a simple registry key that could disable what u want , but generally I don't like using registry methods as they could make some craches , like if the app hangs and ends before restoring reg values for example that's will be bad .
only if u want to make a virus I think u wont care about this and here I can search for u those values .. so tell me do u want them ?
Amahdy at 2007-11-11 17:24:49 >
