For Programmers: Free Programming Magazines  


Home > Archive > PERL Beginners > March 2006 > Win32::GUI Question









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Win32::GUI Question
Albert

2006-03-30, 6:57 pm

Hello guys,

I did create a program with a GUI. Now I use Win32::GUI::Dialog() to
show the window. It works all fine. But now I want that it executes
Win32::GUI::Dialog(), check if any events happend and then give control
back to my program. So I could make a program like this:

while(true) {
Win32::GUI::Dialog_Only_Once();
Check_For_Other_Events_Not_From_The_GUI(
);
};

Is this possible, and if so: how? Thanks in advance.

Regards,
Albert
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com