Click here to Skip to main content
15,899,026 members
Home / Discussions / Windows Forms
   

Windows Forms

 
GeneralRe: Docking Question Pin
Brady Kelly23-Oct-07 9:09
Brady Kelly23-Oct-07 9:09 
GeneralRe: Docking Question Pin
Scott Dorman23-Oct-07 9:10
professionalScott Dorman23-Oct-07 9:10 
QuestionAccessing control of another form Pin
Rahul Babu23-Oct-07 2:42
Rahul Babu23-Oct-07 2:42 
AnswerRe: Accessing control of another form Pin
DigiOz Multimedia24-Oct-07 4:44
DigiOz Multimedia24-Oct-07 4:44 
QuestionLabels: Text becomes compacted Pin
black fair22-Oct-07 20:21
black fair22-Oct-07 20:21 
AnswerRe: Labels: Text becomes compacted Pin
Mohib Sheth22-Oct-07 20:54
Mohib Sheth22-Oct-07 20:54 
GeneralRe: Labels: Text becomes compacted Pin
black fair22-Oct-07 22:05
black fair22-Oct-07 22:05 
QuestionEscape Characters in use with TextBox Pin
sidhusir19-Oct-07 9:25
sidhusir19-Oct-07 9:25 
Hello
I am trying to use escape characters to display messages back to a scrollable TextBox in a windows forms application. Here is a code snippet:

Message.Text = "This Project containts a total of " + TotalDocs.ToString() + " documents.\r" +
TempPrintDocsCount.ToString() + " Documents have been copied to: c:\\Temp\\TempPrintDocs\\Projects.\r" +
UpdatedDocsCount.ToString() + " Documents have been updated.";

I have set "AcceptsTab" & "AcceptsReturn" to True for the TextBox. The only escape character that seems to work is the tab \t but none of the line feed or carriage return work?? Is this some bug with the TextBox in Windows Forms? Does anyone have a solution to this? Any help would be much appreciated! Smile | :)

Thanks!

Sidhusir
AnswerRe: Escape Characters in use with TextBox Pin
Luc Pattyn19-Oct-07 10:13
sitebuilderLuc Pattyn19-Oct-07 10:13 
GeneralRe: Escape Characters in use with TextBox Pin
sidhusir19-Oct-07 11:26
sidhusir19-Oct-07 11:26 
AnswerRe: Escape Characters in use with TextBox Pin
sidhusir19-Oct-07 10:33
sidhusir19-Oct-07 10:33 
QuestionHow do I change a Labels font in a running program Pin
Gbswartz19-Oct-07 4:18
Gbswartz19-Oct-07 4:18 
AnswerRe: How do I change a Labels font in a running program Pin
Luc Pattyn19-Oct-07 7:28
sitebuilderLuc Pattyn19-Oct-07 7:28 
GeneralRe: How do I change a Labels font in a running program Pin
Gbswartz19-Oct-07 10:29
Gbswartz19-Oct-07 10:29 
GeneralRe: How do I change a Labels font in a running program Pin
Luc Pattyn19-Oct-07 12:08
sitebuilderLuc Pattyn19-Oct-07 12:08 
GeneralRe: How do I change a Labels font in a running program Pin
Gbswartz20-Oct-07 4:36
Gbswartz20-Oct-07 4:36 
QuestionPassing DatabaseName and Server Pin
aransiola18-Oct-07 17:12
aransiola18-Oct-07 17:12 
AnswerRe: Passing DatabaseName and Server Pin
Pete O'Hanlon19-Oct-07 10:49
mvePete O'Hanlon19-Oct-07 10:49 
Questionclose Form1 by Form2 Pin
avi199018-Oct-07 4:56
avi199018-Oct-07 4:56 
AnswerRe: close Form1 by Form2 Pin
DigiOz Multimedia18-Oct-07 5:53
DigiOz Multimedia18-Oct-07 5:53 
QuestionForms like Vista Pin
Vimalsoft(Pty) Ltd18-Oct-07 4:47
professionalVimalsoft(Pty) Ltd18-Oct-07 4:47 
AnswerRe: Forms like Vista Pin
Pete O'Hanlon19-Oct-07 10:58
mvePete O'Hanlon19-Oct-07 10:58 
GeneralRe: Forms like Vista Pin
Luc Pattyn19-Oct-07 12:11
sitebuilderLuc Pattyn19-Oct-07 12:11 
AnswerRe: Forms like Vista Pin
Paul Conrad27-Oct-07 11:24
professionalPaul Conrad27-Oct-07 11:24 
GeneralRe: Forms like Vista Pin
Vimalsoft(Pty) Ltd28-Oct-07 22:37
professionalVimalsoft(Pty) Ltd28-Oct-07 22:37 

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.