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

Managed C++/CLI

 
GeneralRe: Listview header spanning 2 rows Pin
kani9823-Aug-07 11:54
kani9823-Aug-07 11:54 
GeneralRe: Listview header spanning 2 rows Pin
Mark Salsbery23-Aug-07 12:01
Mark Salsbery23-Aug-07 12:01 
QuestionTextBox control populates but does not display Pin
BuckBrown22-Aug-07 11:37
BuckBrown22-Aug-07 11:37 
AnswerRe: TextBox control populates but does not display Pin
Luc Pattyn22-Aug-07 13:54
sitebuilderLuc Pattyn22-Aug-07 13:54 
GeneralRe: TextBox control populates but does not display Pin
BuckBrown23-Aug-07 5:12
BuckBrown23-Aug-07 5:12 
GeneralRe: TextBox control populates but does not display Pin
BuckBrown23-Aug-07 5:27
BuckBrown23-Aug-07 5:27 
GeneralRe: TextBox control populates but does not display Pin
BuckBrown23-Aug-07 5:41
BuckBrown23-Aug-07 5:41 
GeneralRe: TextBox control populates but does not display Pin
Luc Pattyn23-Aug-07 5:48
sitebuilderLuc Pattyn23-Aug-07 5:48 
Hi Buck,

I can't tell for sure since I have not seen enough of your code, but I am convinced
you have two textboxes where you only need and want one. Hence, the solution is to
get rid of the second one, then make the only one do what you want.

The proper way is through a property, the quick and dirty one is by making the control
public.

I couldn't create correct code for it right away, but it would look like any
other setter property, with a type of String^, where the new value gets assigned
to myTextBox->Text.

Smile | :)



Luc Pattyn [Forum Guidelines] [My Articles]


this weeks tips:
- make Visual display line numbers: Tools/Options/TextEditor/...
- show exceptions with ToString() to see all information
- before you ask a question here, search CodeProject, then Google


GeneralRe: TextBox control populates but does not display Pin
BuckBrown23-Aug-07 5:58
BuckBrown23-Aug-07 5:58 
GeneralRe: TextBox control populates but does not display Pin
BuckBrown23-Aug-07 6:05
BuckBrown23-Aug-07 6:05 
GeneralRe: TextBox control populates but does not display Pin
Luc Pattyn23-Aug-07 12:52
sitebuilderLuc Pattyn23-Aug-07 12:52 
QuestionForward Declaration and no appropriate default constructor Pin
BuckBrown20-Aug-07 9:02
BuckBrown20-Aug-07 9:02 
AnswerRe: Forward Declaration and no appropriate default constructor [modified*2] Pin
Mark Salsbery20-Aug-07 9:16
Mark Salsbery20-Aug-07 9:16 
GeneralRe: Forward Declaration and no appropriate default constructor [modified*2] Pin
BuckBrown20-Aug-07 12:16
BuckBrown20-Aug-07 12:16 
GeneralRe: Forward Declaration and no appropriate default constructor Pin
Mark Salsbery20-Aug-07 12:21
Mark Salsbery20-Aug-07 12:21 
GeneralRe: Forward Declaration and no appropriate default constructor Pin
Luc Pattyn20-Aug-07 13:44
sitebuilderLuc Pattyn20-Aug-07 13:44 
GeneralRe: Forward Declaration and no appropriate default constructor Pin
George L. Jackson20-Aug-07 14:40
George L. Jackson20-Aug-07 14:40 
GeneralRe: Forward Declaration and no appropriate default constructor Pin
Luc Pattyn20-Aug-07 14:53
sitebuilderLuc Pattyn20-Aug-07 14:53 
GeneralRe: Forward Declaration and no appropriate default constructor Pin
George L. Jackson21-Aug-07 0:21
George L. Jackson21-Aug-07 0:21 
GeneralRe: Forward Declaration and no appropriate default constructor Pin
iddqd51521-Aug-07 3:46
iddqd51521-Aug-07 3:46 
GeneralRe: Forward Declaration and no appropriate default constructor [modified] Pin
George L. Jackson21-Aug-07 4:52
George L. Jackson21-Aug-07 4:52 
GeneralRe: Forward Declaration and no appropriate default constructor Pin
iddqd51521-Aug-07 5:03
iddqd51521-Aug-07 5:03 
GeneralRe: Forward Declaration and no appropriate default constructor Pin
George L. Jackson21-Aug-07 5:06
George L. Jackson21-Aug-07 5:06 
GeneralRe: Forward Declaration and no appropriate default constructor Pin
iddqd51521-Aug-07 5:45
iddqd51521-Aug-07 5:45 
GeneralRe: Forward Declaration and no appropriate default constructor Pin
George L. Jackson21-Aug-07 5:53
George L. Jackson21-Aug-07 5:53 

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.