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

Managed C++/CLI

 
GeneralRe: xml Problem Pin
Christian Graus23-May-05 1:18
protectorChristian Graus23-May-05 1:18 
GeneralRe: xml Problem Pin
Saksida Bojan24-May-05 20:07
Saksida Bojan24-May-05 20:07 
GeneralRe: xml Problem Pin
Christian Graus25-May-05 12:42
protectorChristian Graus25-May-05 12:42 
GeneralRe: xml Problem Pin
Saksida Bojan25-May-05 20:36
Saksida Bojan25-May-05 20:36 
Generalxml Problem Pin
Saksida Bojan22-May-05 9:05
Saksida Bojan22-May-05 9:05 
GeneralRe: xml Problem Pin
Shog923-May-05 12:29
sitebuilderShog923-May-05 12:29 
QuestionTextBox->ResetText () question??? Pin
richiemac20-May-05 1:12
richiemac20-May-05 1:12 
AnswerRe: TextBox->ResetText () question??? Pin
Saksida Bojan20-May-05 9:09
Saksida Bojan20-May-05 9:09 
Try Any of these. ResetText it says it will reset Text. Reset functions are listed below.
textBox1->ResetBackColor();
textBox1->ResetBindings();
textBox1->ResetCursor();
textBox1->ResetFont();
textBox1->ResetForeColor();
textBox1->ResetImeMode();
textBox1->ResetText();

if you still haven't found right Function create yourself a function to restore to default.
Example:

void TextBoxResetToDefault(TextBox *txtBox)<br />
{<br />
	txtBox->Text = S"";<br />
	txtBox->Enabled = true;<br />
}

GeneralTwo forms Pin
Saksida Bojan18-May-05 0:34
Saksida Bojan18-May-05 0:34 
GeneralRe: Two forms Pin
toxcct18-May-05 21:21
toxcct18-May-05 21:21 
GeneralRe: Two forms Pin
Saksida Bojan18-May-05 23:08
Saksida Bojan18-May-05 23:08 
GeneralRe: Two forms Pin
Christian Graus18-May-05 21:34
protectorChristian Graus18-May-05 21:34 
GeneralRe: Two forms Pin
Saksida Bojan18-May-05 23:06
Saksida Bojan18-May-05 23:06 
GeneralRe: Two forms Pin
toxcct18-May-05 23:19
toxcct18-May-05 23:19 
GeneralRe: Two forms Pin
Saksida Bojan19-May-05 8:04
Saksida Bojan19-May-05 8:04 
GeneralRe: Two forms Pin
Christian Graus19-May-05 12:44
protectorChristian Graus19-May-05 12:44 
GeneralRe: Two forms Pin
Saksida Bojan19-May-05 20:23
Saksida Bojan19-May-05 20:23 
GeneralRe: Two forms Pin
Anonymous20-May-05 6:55
Anonymous20-May-05 6:55 
GeneralRe: Two forms Pin
Saksida Bojan20-May-05 9:10
Saksida Bojan20-May-05 9:10 
GeneralRe: Two forms Pin
Lagwagon5620-May-05 10:35
Lagwagon5620-May-05 10:35 
GeneralRe: Two forms Pin
Saksida Bojan21-May-05 3:07
Saksida Bojan21-May-05 3:07 
GeneralRe: Two forms Pin
Anonymous21-May-05 5:22
Anonymous21-May-05 5:22 
GeneralThanks Pin
Saksida Bojan21-May-05 10:14
Saksida Bojan21-May-05 10:14 
GeneralGet Full File Name from HANDLE of API &quot;CreateFile&quot; Pin
raf-sp17-May-05 11:25
raf-sp17-May-05 11:25 
GeneralBlocking Character Pin
Saksida Bojan17-May-05 5:03
Saksida Bojan17-May-05 5:03 

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.