Hi,
I'm using the BITBLT and it works fine, except whena nother window is on top of the window doing the BITBLT-ing, and its really frustrating me......
Any help guys?
And how about CAPTUREBLT?
DocZaf
{;->
I use win 95 and captureblt is win98/2000
Printable View
Hi,
I'm using the BITBLT and it works fine, except whena nother window is on top of the window doing the BITBLT-ing, and its really frustrating me......
Any help guys?
And how about CAPTUREBLT?
DocZaf
{;->
I use win 95 and captureblt is win98/2000
What window is on top on what one? Explain more. Are you doing anything with windows outside your app?
Yep,
With windows outside my app,
Am trying to send biblt to another app,
Not too worried about that, as i can come back to it later, and now need to sendmessage to other window using messaging (hooks) but am new to it all.
I want to send text to the start button, but when i send it, it replaces the window caption (which is not visible) and not the text on the start button itself.
I was wondering how do i find the button control in the window (by that i mean get its wnd and not the windows)
perplexed
Zaf Khan
Well the DC's for another apps, really frustrates me too, they don't autoredraw at all.
Ok, about sending text to startbutton; you need to find the child window of the startmenu by passing a function's addres with EnumChildWindows where you can put it to recongnize the startbutton. :)
Do you mean you're trying to alter the appearence of the windows start button at the bottom left of the screen, if so don't do it that way, there's probably a bitmap somewhere on the HD that tells it what to load.
or are you trying to change the text on a command button in another app, if so get the buttons hwnd and use SetWindowText to change the text.
Hope this helps.
Hi guys and thanks for the advice, i'm at a loss for which one to try:
Firstly, I've changed the text and bitmap the bitmap is animated and its fine no matter which window is on top, but no as i'm using a differnet method than bitblt i need to sendmessage / post message to change the text, but when i do, it changes the caption for the start button window and not the button itself (I guess i need the child - as kedaman says) and could really do with some code if that not asking for too much guys......
Plus am not trapping for events yet too, as if something is added or removed from systary does not resize. and only works with taskbar at bottom not with taskbar left/right/top aligned.
Lost a lot of files when installed new drive, could not find drive imaging software and the one i d/loaded kept formatting in linux partition not fat 32, eneded up reinstalling and ultimately lost a few files
:-(
Doc Zaf
{;->
Want to see it (what i got so far) - mail me
Hi again,
I tried the EnumChildWindow and it failed as there were no child windows
I tried the SendMessage and it sent the message to the Start Button window and not to the button
I tried the SetWindowText and it failed
Any other ideas guy's?
Or better still a few lines of code?
DocZaf
{;->