Is it possible to create library which start a User interface so as to be called by a Cconsole appli

  • Thread starter Thread starter pableratz
  • Start date Start date
P

pableratz

I have programmed a multi thread C control application, and now I
want
to add User interface functionality to my main thread. I would like
to
know if i could generate a library from a MFC or Window form Screen
and call it from
my main thread.

Thanks for your attention
 
pableratz said:
I have programmed a multi thread C control application, and now I
want
to add User interface functionality to my main thread. I would like
to
know if i could generate a library from a MFC or Window form Screen
and call it from
my main thread.

Note that this newsgroups targets .NET Windows Forms programming. You may
want to post your question to one of the VC groups, which can be found in
the "microsoft.public.vc.*" hierarchy.
 
Back
Top