Re: 3 doubts

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



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
.



Relevant Pages