Re: Unwanted window

new topic     » goto parent     » topic index » view thread      » older message » newer message

don cole wrote:
> 
> 
> 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.
> 
> }}}
<eucode>
> 
> 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"))
> 
> </eucode>
{{{

> 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
> 


Try when starting winmain

WinMain( Window1, WS_EX_TOOLWINDOW )



http://members.aol.com/chriscrylex/euphoria.htm
http://uboard.proboards32.com/

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu