|
-
May 30th, 2001, 03:22 PM
#1
Thread Starter
Fanatic Member
-
May 30th, 2001, 03:35 PM
#2
Frenzied Member
Illspirit i'm glad you became interested in learning C++. But you can't start windows programming, (making dlls for hooks and subclassing other windows to be more precise) from the beggining. You will have to learn the language first.
-
May 30th, 2001, 03:52 PM
#3
Thread Starter
Fanatic Member
-
May 30th, 2001, 03:58 PM
#4
Frenzied Member
I can't think of a way to do the thing you want without subclassing or hooking. Maybe it can be done in VB (somehow). I don't want to be the one thet fools you so ask around if someone knows how to do it in VB, which i don't belive but..
-
May 31st, 2001, 08:08 PM
#5
New Member
My head may be up my butt , but... here goes. Make VB form with an image of the Start button (screengrab) located where the Windows one is (of course). Make the form the size of the button and manually place it correctly (finicky but bear with me). Then just use a loop to scan for a mouseclick or a keypress equivalent to the Windows key and presto. When you have the exe compiled paste it into the Startup folder and/or get your deployment package to place it there during installation.
Desperate situations require desperate measures but I know how you feel. C++ is wrecking my f*%&*^ head right now.
ronin1.
-
Jun 3rd, 2001, 12:01 AM
#6
Hyperactive Member
Try this
Well you could just check every keystroke (that can be done in vb with a few api calls) and you can also see where the mouse is (that can be done in vb with a few api calls) and I am proably sure you can find out when the mouse was clicked. If you need help e-mail me. But i am sure you can find all the info in the vb fourm. And oh yeah you can also...hide the start menu...in vb. Or start button should i say.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|