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

Managed C++/CLI

 
QuestionWinForms? Pin
Alexandru Savescu3-Jun-02 11:55
Alexandru Savescu3-Jun-02 11:55 
AnswerRe: WinForms? Pin
James T. Johnson3-Jun-02 12:27
James T. Johnson3-Jun-02 12:27 
AnswerRe: WinForms? Pin
Rama Krishna Vavilala3-Jun-02 15:42
Rama Krishna Vavilala3-Jun-02 15:42 
AnswerRe: WinForms? Pin
Nish Nishant3-Jun-02 19:31
sitebuilderNish Nishant3-Jun-02 19:31 
GeneralRe: WinForms? Pin
Alexandru Savescu4-Jun-02 6:41
Alexandru Savescu4-Jun-02 6:41 
GeneralRe: WinForms? Pin
Nish Nishant4-Jun-02 17:30
sitebuilderNish Nishant4-Jun-02 17:30 
QuestionDo I have to use pointers only? Pin
Alexandru Savescu2-Jun-02 21:57
Alexandru Savescu2-Jun-02 21:57 
AnswerRe: Do I have to use pointers only? Pin
Nish Nishant3-Jun-02 4:20
sitebuilderNish Nishant3-Jun-02 4:20 
You'll have to create all reference types on the heap. Thus you cannot have a String but only a String*.

On the other hand you can have value types on the stack.

Nish


Regards,
Nish
Native CPian.
Born and brought up on CP.
With the CP blood in him.

GeneralRe: Do I have to use pointers only? Pin
Alexandru Savescu3-Jun-02 6:27
Alexandru Savescu3-Jun-02 6:27 
GeneralRe: Do I have to use pointers only? Pin
Nish Nishant3-Jun-02 7:57
sitebuilderNish Nishant3-Jun-02 7:57 
GeneralRe: Do I have to use pointers only? Pin
Alexandru Savescu3-Jun-02 9:24
Alexandru Savescu3-Jun-02 9:24 
GeneralRe: Do I have to use pointers only? Pin
Nish Nishant3-Jun-02 17:59
sitebuilderNish Nishant3-Jun-02 17:59 
GeneralOnKeyPress oddity Pin
Nish Nishant1-Jun-02 22:23
sitebuilderNish Nishant1-Jun-02 22:23 
GeneralRe: OnKeyPress oddity Pin
Nish Nishant2-Jun-02 1:22
sitebuilderNish Nishant2-Jun-02 1:22 
GeneralRe: OnKeyPress oddity Pin
James T. Johnson2-Jun-02 12:35
James T. Johnson2-Jun-02 12:35 
GeneralRe: OnKeyPress oddity Pin
Nish Nishant2-Jun-02 17:11
sitebuilderNish Nishant2-Jun-02 17:11 
GeneralRe: OnKeyPress oddity Pin
Nish Nishant2-Jun-02 17:15
sitebuilderNish Nishant2-Jun-02 17:15 
GeneralRe: OnKeyPress oddity Pin
Rama Krishna Vavilala2-Jun-02 17:48
Rama Krishna Vavilala2-Jun-02 17:48 
GeneralRe: OnKeyPress oddity Pin
Nish Nishant2-Jun-02 17:56
sitebuilderNish Nishant2-Jun-02 17:56 
GeneralRe: OnKeyPress oddity [getting worse] Pin
Nish Nishant2-Jun-02 18:19
sitebuilderNish Nishant2-Jun-02 18:19 
GeneralRe: OnKeyPress oddity [getting worse] Pin
James T. Johnson3-Jun-02 7:07
James T. Johnson3-Jun-02 7:07 
GeneralRe: OnKeyPress oddity [getting worse] Pin
Nish Nishant3-Jun-02 8:05
sitebuilderNish Nishant3-Jun-02 8:05 
GeneralRe: OnKeyPress oddity [getting worse] Pin
James T. Johnson3-Jun-02 12:18
James T. Johnson3-Jun-02 12:18 
GeneralRe: OnKeyPress oddity [getting worse] Pin
Rama Krishna Vavilala3-Jun-02 7:17
Rama Krishna Vavilala3-Jun-02 7:17 
GeneralRe: OnKeyPress oddity [getting worse] Pin
Nish Nishant3-Jun-02 8:06
sitebuilderNish Nishant3-Jun-02 8:06 

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.