FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for CA-Clipper Dialog without class
Posts: 74
Joined: Thu Oct 20, 2005 04:30 PM
Dialog without class
Posted: Mon Nov 20, 2006 05:05 AM

Hi All,

I have a situation where I need to display a Dialog box that will contain 5 Listbox and 1 Button. Now, I want this function to be CLASS independant.

Is there a way to do this without using TDialog, TListbox and TButton. Just pure code.

Regards

Gilbert Vaillancourt
turbolog@videotron.ca
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Dialog without class
Posted: Mon Nov 20, 2006 10:00 AM

Gilbert,

Do you mean C code or PRG code ?

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 74
Joined: Thu Oct 20, 2005 04:30 PM
Dialog without class
Posted: Mon Nov 20, 2006 07:21 PM

Hi Antonio,

I mean PRG. I`m not to good at C.

By the way, is it poosible for you to take a peak at the thread MESSAGE TO BADARA. I called this way because I didnt know how to call it. This thread is about Windows Available Printers retreival form Windows Register. Badara has done a tremendous job on this and Im trying to adapt my own ideas to its work. But there is so many unknown thing that its not easy to takle. I would apreciate if you could help.

Regards,

Gilbert Vaillancourt
turbolog@videotron.ca
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Dialog without class
Posted: Mon Nov 20, 2006 07:23 PM

Gilbert,

Why don't you want to use the classes in your PRG code ?

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 74
Joined: Thu Oct 20, 2005 04:30 PM
Dialog without class
Posted: Mon Nov 20, 2006 07:37 PM

Hi Antonio,

This function I`m developing as to be completely independant form any CLASSES because of portability. Also want to reduce code to a maximum.
I would like to use pure code instead of CLASSES.

Regards

Gilbert Vaillancourt
turbolog@videotron.ca
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Dialog without class
Posted: Mon Nov 20, 2006 07:56 PM

Gilbert,

The only way to avoid the use of classes is to develop it in pure C code.

regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion