Click here to Skip to main content
15,910,886 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: General Another Main Dialog Pin
Grahamfff15-Dec-04 9:35
Grahamfff15-Dec-04 9:35 
GeneralRe: General Another Main Dialog Pin
Blake Miller15-Dec-04 10:21
Blake Miller15-Dec-04 10:21 
GeneralRe: General Another Main Dialog Pin
toxcct16-Dec-04 2:30
toxcct16-Dec-04 2:30 
GeneralHELP - how to send Byte Array from VB to C(MFC) Pin
pinhas15-Dec-04 6:11
pinhas15-Dec-04 6:11 
GeneralIncorporation of C files to C++ Pin
Keck15-Dec-04 5:32
Keck15-Dec-04 5:32 
GeneralRe: Incorporation of C files to C++ Pin
toxcct15-Dec-04 5:37
toxcct15-Dec-04 5:37 
GeneralRe: Incorporation of C files to C++ Pin
Blake Miller15-Dec-04 10:25
Blake Miller15-Dec-04 10:25 
Generaladding manage extension to exiting c++ application. Pin
pnpfriend15-Dec-04 5:27
pnpfriend15-Dec-04 5:27 
Hi!
I want to add manage extension to my exiting c++ MFC application.
and I found the following link but I couldn't find Compile As Manage property at all.
I chose YES for Use Manage Extension in General property of Configure Properties Folder.
How can add manage extension to my exiting c++ dialog based application so I can use System, System::Text, and other System properties?
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vcmex/html/vcconaddingmctoexistingapplication.asp[^]

Right now.. even I add
 <br />
using namespace System;<br />
using namespace System::Text;<br />
<br />
...<br />
...<br />
Text t;<br />

and the error is Text is not a namespace. I dont 'know why.

Thank you.
Questionhow to access mainframe from the object Pin
josephvan15-Dec-04 3:06
josephvan15-Dec-04 3:06 
AnswerRe: how to access mainframe from the object Pin
David Crow15-Dec-04 3:37
David Crow15-Dec-04 3:37 
GeneralRe: how to access mainframe from the object Pin
josephvan15-Dec-04 18:01
josephvan15-Dec-04 18:01 
General&quot;Writing&quot; to parallel port in XP Pin
Blubbo15-Dec-04 2:05
Blubbo15-Dec-04 2:05 
Generalminimum size of win32 application Pin
includeh1015-Dec-04 1:17
includeh1015-Dec-04 1:17 
GeneralRe: minimum size of win32 application Pin
gamitech15-Dec-04 1:21
gamitech15-Dec-04 1:21 
GeneralRe: minimum size of win32 application Pin
User 665815-Dec-04 2:04
User 665815-Dec-04 2:04 
GeneralRe: minimum size of win32 application Pin
David Crow15-Dec-04 3:39
David Crow15-Dec-04 3:39 
GeneralRe: minimum size of win32 application Pin
includeh1015-Dec-04 19:45
includeh1015-Dec-04 19:45 
GeneralDuplicate Items in Treeview Pin
@cE15-Dec-04 1:08
@cE15-Dec-04 1:08 
GeneralRe: Duplicate Items in Treeview Pin
includeh1015-Dec-04 1:20
includeh1015-Dec-04 1:20 
GeneralRe: Duplicate Items in Treeview Pin
josephvan15-Dec-04 18:14
josephvan15-Dec-04 18:14 
GeneralInvoke ON_BN_CLICKED manually Pin
Karthikeyan Muthurajan15-Dec-04 1:02
Karthikeyan Muthurajan15-Dec-04 1:02 
GeneralRe: Invoke ON_BN_CLICKED manually Pin
includeh1015-Dec-04 1:25
includeh1015-Dec-04 1:25 
GeneralRe: Invoke ON_BN_CLICKED manually Pin
David Crow15-Dec-04 3:41
David Crow15-Dec-04 3:41 
GeneralRe: Invoke ON_BN_CLICKED manually Pin
Prakash Nadar15-Dec-04 4:47
Prakash Nadar15-Dec-04 4:47 
GeneralRe: Invoke ON_BN_CLICKED manually Pin
Ivan Cachicatari15-Dec-04 7:28
Ivan Cachicatari15-Dec-04 7:28 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.