That's a pretty sweet snippet of code Hack. Do you know where I can find info on all of the little API calls? I can't find a resource and you seem to know a lot about the subject. I'm just a graphic guy :)
Printable View
That's a pretty sweet snippet of code Hack. Do you know where I can find info on all of the little API calls? I can't find a resource and you seem to know a lot about the subject. I'm just a graphic guy :)
Hack: Your method kinda work...
It works for a square (about 5x5 pixels) in the upper left corner of the picture... If I move my mouse in that square it changes picture but if I move it somewhere else it doesn't work...
Sastraxi: Your method works a little bit better then Hack's but it is *very* flickering when you move the mouse around ontop of the picture.
Change your scalemodes to vbPixels and you should be rid of the problem with Hack's code (I think).
hmm... thanks for staking out the obvious when I myself fale to notice... I have my form's scalemode as pixel but forgot to change the picboxes...
Quote:
Originally posted by Sastraxi
That's a pretty sweet snippet of code Hack. Do you know where I can find info on all of the little API calls? I can't find a resource and you seem to know a lot about the subject. I'm just a graphic guy :)
My source of inspiration: http://www.microsoft.com/msdownload/...sdk/sdkupdate/ :)
(oh, it's about 80 MB of help files, just the core SDK without code samples :D)
Download the API Viewer from http://www.allapi.net/Quote:
Originally posted by Sastraxi
That's a pretty sweet snippet of code Hack. Do you know where I can find info on all of the little API calls? I can't find a resource and you seem to know a lot about the subject. I'm just a graphic guy
Thanks for all the help, it now works perfectly!
Which is the best way to implement clickable bitmaps with transparency? (Without DX and preferable without bitBlt...)