Desparate Help needed
-
I am trying to do this on my own at home, but have a serious need at work for the following DLL. I can do this in VB unfortunately WinRunner can not use VB DLL's since they are COM servers. I wrote a simple dll that works but the this project is requires a message box. I need a c++ dll that a) I can launch a modalless message box with message passed. b) keep on top c) place on screen using x,y d) close Can anyone help me? I've never written a c++ dialog before. thanks all dhermann@ameriquest.net
-
I am trying to do this on my own at home, but have a serious need at work for the following DLL. I can do this in VB unfortunately WinRunner can not use VB DLL's since they are COM servers. I wrote a simple dll that works but the this project is requires a message box. I need a c++ dll that a) I can launch a modalless message box with message passed. b) keep on top c) place on screen using x,y d) close Can anyone help me? I've never written a c++ dialog before. thanks all dhermann@ameriquest.net
I put a dll on http://www.immenro.de/test/diadll.dll you can download it there the method is called call_it(int x, int y, int cx, int cy, CString text)