Click here to Skip to main content
16,008,183 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
AnswerRe: How to Change the Icon from the TitleBar Pin
Jeff J2-Dec-02 15:41
Jeff J2-Dec-02 15:41 
GeneralRe: How to Change the Icon from the TitleBar Pin
Peter Fonk3-Dec-02 0:55
Peter Fonk3-Dec-02 0:55 
GeneralWrapping a unmanaged C++ class Pin
simwiz27-Nov-02 22:28
simwiz27-Nov-02 22:28 
QuestionCan anybody help me? Pin
mwhassan26-Nov-02 15:36
mwhassan26-Nov-02 15:36 
Generalfstream Pin
krauftig24-Nov-02 22:39
krauftig24-Nov-02 22:39 
GeneralRe: fstream Pin
Nick Hodapp25-Nov-02 8:01
sitebuilderNick Hodapp25-Nov-02 8:01 
GeneralRe: fstream Pin
Anonymous25-Nov-02 17:42
Anonymous25-Nov-02 17:42 
GeneralRe: fstream Pin
Nick Parker27-Nov-02 5:14
protectorNick Parker27-Nov-02 5:14 
Anonymous wrote:
I am unsure of what file for the #using

Nick didn't format it (;P), the following will need to be included for the source to work:

#include "stdafx.h"
#using <mscorlib.dll>
#include <tchar.h>
#include <fstream>
using namespace System;


Nick Parker

May your glass be ever full.
May the roof over your head be always strong.
And may you be in heaven half an hour before the devil knows you’re dead. - Irish Blessing



GeneralRe: Converting managed object to unmanaged object Pin
Nish Nishant24-Nov-02 22:52
sitebuilderNish Nishant24-Nov-02 22:52 
GeneralRe: Converting managed object to unmanaged object Pin
simwiz29-Nov-02 0:33
simwiz29-Nov-02 0:33 
GeneralRe: Converting managed object to unmanaged object Pin
Nemanja Trifunovic7-Dec-02 17:45
Nemanja Trifunovic7-Dec-02 17:45 
QuestionDatabase Problem ? Pin
Nick Parker22-Nov-02 16:47
protectorNick Parker22-Nov-02 16:47 
AnswerRe: Database Problem ? Pin
Kannan Kalyanaraman2-Dec-02 2:44
Kannan Kalyanaraman2-Dec-02 2:44 
GeneralRe: Database Problem ? Pin
Nick Parker2-Dec-02 8:25
protectorNick Parker2-Dec-02 8:25 
AnswerRe: Database Problem ? Pin
taks6-Dec-02 3:56
taks6-Dec-02 3:56 
GeneralRe: Database Problem ? Pin
Nick Parker7-Dec-02 4:15
protectorNick Parker7-Dec-02 4:15 
Generalsetting dos screen prompt other than C:\ Pin
IrishSonic22-Nov-02 13:48
IrishSonic22-Nov-02 13:48 
GeneralRe: setting dos screen prompt other than C:\ Pin
Nitron7-Dec-02 13:02
Nitron7-Dec-02 13:02 
GeneralOdd Error.... Pin
Nick Parker22-Nov-02 12:53
protectorNick Parker22-Nov-02 12:53 
GeneralFIXED.... Pin
Nick Parker22-Nov-02 15:18
protectorNick Parker22-Nov-02 15:18 
GeneralRe: FIXED.... Pin
Nick Hodapp25-Nov-02 8:06
sitebuilderNick Hodapp25-Nov-02 8:06 
GeneralRe: FIXED.... Pin
Nick Parker25-Nov-02 14:42
protectorNick Parker25-Nov-02 14:42 
GeneralC++ & Databse connectivity Pin
Sreejit21-Nov-02 3:38
Sreejit21-Nov-02 3:38 
GeneralRe: C++ & Databse connectivity Pin
Christian Graus22-Nov-02 13:22
protectorChristian Graus22-Nov-02 13:22 
GeneralHelp! Cannot copy Web Service to server! Pin
lnong18-Nov-02 17:23
lnong18-Nov-02 17:23 

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.