creating instance of a dialog

R

rajiv04

HI

I am having a class using the dialog and I am trying to create an
instance of that class in my project class so that when my project
exe is excuted the control should go to the dialog class(which is
using TCP/IP)

Can any one help how to achieve this...I mean should I implement that in
cpp or .h file of the project?

Thanks
Rajiv
 
V

Victor Bazarov

rajiv04 said:
I am having a class using the dialog and I am trying to create an
instance of that class in my project class so that when my project
exe is excuted the control should go to the dialog class(which is
using TCP/IP)

Can any one help how to achieve this...I mean should I implement that in
cpp or .h file of the project?

Implementation of any classes should go to .cpp file.

If you think you need help, post this to a relevant newsgroup,
like comp.os.ms-windows.programmer (or whatever your OS is).
Standard C++ (the topic of this NG) doesn't have the means to
create dialogs, it's all platform-specific.

Victor
 
R

rajiv04

Thanks
-Rajiv


Originally posted by Victor Bazarov
"rajiv04" wrote...

Implementation of any classes should go to .cpp file.

If you think you need help, post this to a relevant newsgroup,
like comp.os.ms-windows.programmer (or whatever your OS is).
Standard C++ (the topic of this NG) doesn't have the means to
create dialogs, it's all platform-specific.
Victor
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,744
Messages
2,569,479
Members
44,899
Latest member
RodneyMcAu

Latest Threads

Top