Click here to Skip to main content
15,892,965 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
QuestionChanging the namespace in a Windows Forms Application Pin
nofun5-Nov-06 17:53
nofun5-Nov-06 17:53 
AnswerRe: Changing the namespace in a Windows Forms Application Pin
Christian Graus6-Nov-06 8:38
protectorChristian Graus6-Nov-06 8:38 
AnswerRe: Changing the namespace in a Windows Forms Application Pin
nofun6-Nov-06 15:17
nofun6-Nov-06 15:17 
GeneralRe: Changing the namespace in a Windows Forms Application Pin
nofun6-Nov-06 22:51
nofun6-Nov-06 22:51 
GeneralRe: Changing the namespace in a Windows Forms Application Pin
nofun6-Nov-06 23:21
nofun6-Nov-06 23:21 
Questiontype convert problem Pin
bloodwinner4-Nov-06 8:31
bloodwinner4-Nov-06 8:31 
AnswerRe: type convert problem Pin
George L. Jackson4-Nov-06 9:01
George L. Jackson4-Nov-06 9:01 
AnswerRe: type convert problem Pin
jocblack6-Nov-06 5:25
jocblack6-Nov-06 5:25 
I have the same problem long time ago. It is a mix mode of string vs char. Here the solution:

define string strd1 = "9"; as char strd1 [1]="9"; or CString strd1 ="9";

QuestionMulti-Dimensional BST Pin
graceyuki4-Nov-06 0:04
graceyuki4-Nov-06 0:04 
AnswerRe: Multi-Dimensional BST Pin
led mike6-Nov-06 4:41
led mike6-Nov-06 4:41 
Questionhow to move to the second line in C++ .txt file reading? Pin
bloodwinner3-Nov-06 23:49
bloodwinner3-Nov-06 23:49 
AnswerRe: how to move to the second line in C++ .txt file reading? Pin
Christian Graus6-Nov-06 10:04
protectorChristian Graus6-Nov-06 10:04 
Questionhow to save two int values into two columns of excel file? and how toread them again? Pin
bloodwinner3-Nov-06 2:03
bloodwinner3-Nov-06 2:03 
AnswerRe: how to save two int values into two columns of excel file? and how toread them again? Pin
led mike3-Nov-06 4:42
led mike3-Nov-06 4:42 
QuestionData Structure(Stacks)...urgently wanted... Pin
Farree2-Nov-06 19:32
Farree2-Nov-06 19:32 
AnswerRe: Data Structure(Stacks)...urgently wanted... Pin
led mike3-Nov-06 4:34
led mike3-Nov-06 4:34 
GeneralRe: Data Structure(Stacks)...urgently wanted... Pin
Paul Conrad4-Nov-06 11:55
professionalPaul Conrad4-Nov-06 11:55 
QuestionUrgently Need help to beginner's question Pin
bloodwinner2-Nov-06 11:06
bloodwinner2-Nov-06 11:06 
AnswerRe: Urgently Need help to beginner's question Pin
Christian Graus2-Nov-06 13:14
protectorChristian Graus2-Nov-06 13:14 
Questionstring concatenation Pin
abhiramsss2-Nov-06 9:52
abhiramsss2-Nov-06 9:52 
AnswerRe: string concatenation Pin
Nish Nishant2-Nov-06 10:02
sitebuilderNish Nishant2-Nov-06 10:02 
QuestionDisable viewing resourses in exe file from VS? Pin
dragonmc1-Nov-06 10:13
dragonmc1-Nov-06 10:13 
AnswerRe: Disable viewing resourses in exe file from VS? Pin
Michael Dunn3-Nov-06 2:29
sitebuilderMichael Dunn3-Nov-06 2:29 
GeneralRe: Disable viewing resourses in exe file from VS? Pin
dragonmc3-Nov-06 5:56
dragonmc3-Nov-06 5:56 
QuestionHandling middle mouse button click over taskbar buttons Pin
wargol1-Nov-06 4:58
wargol1-Nov-06 4:58 

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.