Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DeskTop Lockdown Problem

Status
Not open for further replies.

qsysoper

Programmer
Mar 20, 2003
7
US
Why is it when I hide the desktop icons on win 2000/XP, suddenly dbl-clicking on the desktop brings up the start menu? (I have the taskbar and start button hidden as well.)

I'm using basic API's:

lngDesktopIcons = FindWindowEx(0&, 0&, "Progman", vbNullString)
ShowWindow lngDesktopIcons, 0

I've tried a different API as well but same problem. Anybody have an Idea?
 
Seems to me this is something you should do with security profiles. Doing this via code is more suspect then doing it properly. Controlling and looking down a standard operating environment is a administrative task more then a programmers job.
 
hi qsysoper

i m also facing the same problem but on Window 98 operating System... have u figured it out how to sort it???


thanks

gazal
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top