Link to home
Start Free TrialLog in
Avatar of shaikh1024
shaikh1024

asked on

porting dll's

ive got a program that works in winxp and win2k. it used some of the dll's of these OS.
i want to port it to Win98 but it doesent have the required dll's
any ideas
Avatar of aikimark
aikimark
Flag of United States of America image

If the top-most form is visible to the user, then how would they see what/where they want to click on the overlayed form?
aikimark, please have some imagination: it could be a game where the user has to try to point it's mouse to a "hidden" place...
Avatar of angel71
angel71

Can't give you a solution, only some hints which might help you:
- catch the mouseevents on the top form and raise an event
- in the even handler (could be a form or a controling class) find out what at what location the cursor is at the top most form and call the thing which is at the form underneath.
Good luck!



ASKER CERTIFIED SOLUTION
Avatar of aikimark
aikimark
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial