RE: Custom Dialogs

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

> I was wondering if anyone has had any experience with custom dialog 
> boxes. I need a modeless dialog with a combo and a few pushbuttons to 
> get some user input. I would just make a window to handle this, but 
> there is a good chance that I will need more than one (possibly several) 
> of these open at the same time. I haven't been able to find any 
> examples of this using Euphoria, and I'm having quite a time trying to 
> get any useful information at all. Is it possible to do this with 
> Euphoria, or would I need to use the API? I would appreciate any help I 
> can get on this.

Virtual B:

The easiest way to create custom dialogs is to: 
1: Create a .RC file description of your dialog box using a text editor.
2: Compile the .RC file and .H into a .RES file.
3: Download http://www.rapideuphoria.com/win32eru.zip
4: Use my win32eru program to the .RES file compile into a euphoria include
   .E file. This file will generate win32 code to create the dialog box.

You can use win32eru and this method to create any resource.  

If you don't have one you can download a FREE resource compiler from here :
  http://www.godevtool.com/

Bernie

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

Search



Quick Links

User menu

Not signed in.

Misc Menu