Hi,
I have been using bitmaps for pop up boxes, but they do not
completely erase after use and leave a mark on main bitmap. I
thought I could use a second window(as pop up) - so I tried, but the 2nd
window does not receive key presses or mouse click? I did a
"GRAPHIC ATTACH hWin1, 0 for 2nd/pop up window for my code, but
it doesn't "GRAPHIC PRINT" to the window? and I can't exit?
Also, re created a second function for both the Mouse Button
down and the Virtualkey function.
------------------
I have been using bitmaps for pop up boxes, but they do not
completely erase after use and leave a mark on main bitmap. I
thought I could use a second window(as pop up) - so I tried, but the 2nd
window does not receive key presses or mouse click? I did a
"GRAPHIC ATTACH hWin1, 0 for 2nd/pop up window for my code, but
it doesn't "GRAPHIC PRINT" to the window? and I can't exit?
Also, re created a second function for both the Mouse Button
down and the Virtualkey function.
------------------
Comment