Unwanted window
- Posted by don cole <doncole at pacbell.net> Nov 18, 2004
- 447 views
I have written a reminder program and put a shortcut in my Windows startup folder. I want the reminder to show only if 2 days hve passed.
procedure Window1_onPaint (integer self, integer event, sequence params) if data[1]>1 then --window code here else abort(0) end if end procedure setHandler( Window1, w32HPaint, routine_id("Window1_onPaint"))
Problem is: If 2 days have not passed it outlines a window on my desktop then erases it immediately. I don't want see anything about it on my desktop at start up unless of course 2 days have passed. How can I do this don cole SF