![]() |
|
|||||||
| 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 |
|
|||
|
Hi everyone:
I've tried the hardware example code which launch an application each five minutes. The line: Hardware1.RunAppAtTime (AppPath & "\Myapp.exe", TimeAdd(now,0,5,0)) 'MyApp will be launched in 5 minutes Works fine; it tries to launch \Myapp.exe, which doesnīt exist, and I get a msgbox with the error. But how do I do to disable the launch of this application? ![]() I've tried a soft reset (doesn't work), and seeking in the registry for the aproppiate key (I havenīt found it), and the msgbox keeps appearing each five minutes. Help please. Thanks in advance. Jes. |
|
||||
|
First, it should only run once (unless you are launching the example again).
To disable it you can use RunAppAtEvent with the application name and evNone as the event. There is a small useful application that can also help you: http://www.scarybearsoftware.com/product_detail.php?productname=checknotify |
|
|||
|
Try what Erel said and works fine. The event is no longer appearing.
Anyway, I also use checknotifications (it works on WM 5), and I guess there's nothing wrong. I mean, there are 18 events, (calupd.exe, calnot.exe, replog.exe, calendar.exe, TimeWizard.exe and clocknot.exe) some of them appearing two or three times, associated with different events (none, wakeup,time_change, restore_end, unknow and rs232_detected), but as I'm not quite sure what does they mean, and the problem is fixed, it's ok for me. Thanks everyone. |
![]() |
| 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 |
| Disable entries in ComboBox | klaus | Questions & Help Needed | 4 | 05-02-2008 02:46 PM |
| Disable textbox and font color | Dr. Feelgood | Questions & Help Needed | 4 | 02-14-2008 07:56 AM |
| preventing double application launch | Put Claude | Questions & Help Needed | 3 | 10-02-2007 02:52 PM |
| associating a hardware key with a program to launch it... | Cableguy | Questions & Help Needed | 4 | 07-07-2007 08:07 PM |
| launch and close other applications | dbo33 | Basic4ppc Wishlist | 4 | 06-02-2007 07:03 AM |