Re: 3 doubts
- From: David Lowndes <DavidL@xxxxxxxxxxxxxxx>
- Date: Mon, 10 Apr 2006 17:15:20 +0100
1. How do I share memory(using #pramga data_seg) between VB & VC++
applications and both are in different processes. Is it possible?
I don't know but I'd doubt VB has any such support directly provided.
2. How do I stop console window? (for ex: I have created console app. with
MFC support. The o/p of this application is Dialog box only. But, console
window also there. I want to stop console window only. How?).
Why did you create a console application if you didn't want a console?
Start the project again as an MFC dialog application if that's what
you really want.
3.How can I convert win32 console app. to win32 sdk app.?
Same recommendation as before really - start from a new Win32 project
and paste in the pieces of your code where you can.
Dave
.
- Prev by Date: Re: bug: access to protected base class
- Next by Date: Re: 3 doubts
- Previous by thread: Excel automation problem - dialog becomes visible
- Next by thread: Re: 3 doubts
- Index(es):
Relevant Pages
|