![]() |
|
|||||||
| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| Questions & Help Needed Post any question regarding Basic4ppc. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
After used showtodayscreen founction , I used NotifyIcon.dll(A good dll)added an icon to the tray , but the questions is how can I show the form again,form1.show and form1.refresh doesn't work.
use msgbox("") can show the form again,but it is not a good idea. can somebody help me? (form1.text="",so can not be seen in memorymanger) Last edited by blackiice : 10-24-2007 at 03:20 PM. |
|
||||
|
A bit complex.
You should use latest version of dzHW.dll (Useful Library) 1. Add a global variable Dim hWnd 2. Somewhere in your code before hiding the form add hWnd = dzhw.GetActiveWindowHandle 3. Add in your icon click event sub dzHw.BringWindowToFrontC(dzHW.GetClassName(hWnd, 100)) Your form should be visible again |
![]() |
| 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 |
| Show contact details ? | taximania | Questions & Help Needed | 3 | 07-05-2008 07:19 PM |
| Fullscreen,MinimizeBox,ShowToDayScreen | Bobbes | German Forum | 1 | 04-03-2008 12:54 PM |
| keyboard show | bdiscount | Questions & Help Needed | 1 | 09-24-2007 02:21 PM |
| Textbox show PPC Keyboard | IansResearch | Questions & Help Needed | 2 | 08-13-2007 09:18 AM |