![]() |
|
|||||||
| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| Additional Libraries Users contributed libraries. This sub-forum is only available to licensed users. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
||||
|
Hello Dimitris,
You did great on this DLL, indeed. Compliments! Quick question please, dzHW.dll creates a number of objects in Tools/Add Object, such as MyComputer, MyApplication, MyProject, etc. Please forgive my curiosity, what are these for? Thanks to your DLL, I put together a precise Delay routine with DoEvents Sub Delay (ms) elapse = 0 begin = dz.GetTickCount do While (elapse < ms) DoEvents elapse = dz.GetTickCount - begin Loop End Sub |
|
||||
|
Hi,
Thank you all for your good words. alfcen, objects My????? are useless objects created by default, which I forgot to remove in desktop version. I added 4 new functions: BringWindowToFront("WindowName"): If Window with Title WindowName is Acive becomes the front window. BringWindowToFrontC("ClassName"): If Window with Class name ClassName is Acive becomes the front window. PostMessageToWindow("WindowName", wMsg, wParam, lParam): Sends Message wMsg with parameters wParam and lParam to Window with Title WindowName. Does not wait for the Window to process the message. PostMessageToWindowC("ClassName", wMsg, wParam, lParam): Sends Message wMsg with parameters wParam and lParam to Window with class name ClassName. Does not wait for the Window to process the message. For wMsg, wParam, lParam values search the web for winuser.h One of many google results is: http://doc.ddart.net/msdn/header/include/winuser.h.html For how to use new functions look at sample test2.sbp included in zip file. Best Regards Last edited by dzt : 06-18-2007 at 10:57 PM. Reason: Bug fix. Attached again dzHW-2.ZIP with fixed dzHW.dll |
|
||||
|
Hello Dimitris
Thanks a lot for your fast action. All side effects except for SPS are gone. Visual Studio is an unaffordable suite for me (and probably for many other forum members as well). Please keep the DLL(s) coming. ![]() Cheers Robert |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Door library (Beta) - Special library | Erel | Official Updates | 48 | 07-18-2008 02:33 PM |
| Merging Outlook library and Phone library | Erel | Official Updates | 2 | 07-14-2008 03:38 PM |