I heard that using VB 6.0 I can disable the start button. But I've search to found what code to be put but unfortunately i cannot found one. I also know that code for win98 differ from XP OS... So pls some one teach me... Thanks a lot..
Cruize_Invades -4 Light Poster
Recommended Answers
Jump to PostHi,
Open a New Project. Place A Command Button on the Form.
Copy and Paste this Code Form Level:Option Explicit ' Dim TFlag as Boolean Private Declare Function FindWindowEx Lib "user32" _ Alias "FindWindowExA" (byval hWnd1 as Long, byval hWnd2 as Long, _ byval lpsz1 …
All 3 Replies
QVeen72 104 Posting Shark
jamello commented: That's a good one qveenie! +1
Aaraggornn 0 Newbie Poster
Cruize_Invades -4 Light Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.