Home » Category » Microsoft Visual Basic

Microsoft Visual Basic: Problem With a Code...

104| Sat, 01 Dec 2007 04:14:00 GMT| dementiafreaks| Comments (2)
App.TaskVisible = False
is the code. it doesnt hide it from the ctrl+alt+del menu. this is for my little personal security app, so if its in the menu that kinda defeats the purpose. any help with it would be apreciated.

Keywords & Tags: code, microsoft, visual basic, vb

URL: http://www.programmerbase.com/visual-basic/378613/
 
«« Prev - Next »» 2 helpful answers below.
MSDN

Remarks

The TaskVisible property can only be set to False in applications that do not display an interface, such as ActiveX components that do not contain or display Form objects. While the application displays an interface, the TaskVisible property is automatically set to True.

peet | Wed, 05 Dec 2007 00:02:00 GMT |

Search www.vbcode.com or the API forum for some API function that can hide your application from Program Manager.

.

honeybee | Wed, 05 Dec 2007 00:03:00 GMT |

Microsoft Visual Basic Hot Answers

Microsoft Visual Basic New questions

Microsoft Visual Basic Related Categories