Click here to Skip to main content
15,798,037 members
Home / Discussions / C#
   

C#

 
GeneralRe: Automatically creating classes ? Pin
Arjan Einbu2-Feb-04 5:36
Arjan Einbu2-Feb-04 5:36 
GeneralRe: Automatically creating classes ? Pin
Colin Angus Mackay1-Feb-04 2:35
Colin Angus Mackay1-Feb-04 2:35 
GeneralRe: Automatically creating classes ? Pin
Andres Coder1-Feb-04 5:47
Andres Coder1-Feb-04 5:47 
GeneralRe: Automatically creating classes ? Pin
Colin Angus Mackay1-Feb-04 6:01
Colin Angus Mackay1-Feb-04 6:01 
QuestionVirtual colums in a datagrid? Pin
Franz Pentenrieder31-Jan-04 13:02
Franz Pentenrieder31-Jan-04 13:02 
AnswerRe: Virtual colums in a datagrid? Pin
Heath Stewart2-Feb-04 5:21
protectorHeath Stewart2-Feb-04 5:21 
GeneralQuick answer for threading Pin
jacal9931-Jan-04 12:35
jacal9931-Jan-04 12:35 
GeneralRe: Quick answer for threading Pin
OmegaSupreme1-Feb-04 6:37
OmegaSupreme1-Feb-04 6:37 
If you post your code it might be easier to help.

Perhaps your assigning the value of Text property everytime and not adding to it:

yourTextBox.Text = "whatever"; //no

yourTextBox.Text += "whatever"; //yes

GeneralProblem with events (I think) ... Pin
Andres Coder31-Jan-04 10:14
Andres Coder31-Jan-04 10:14 
GeneralRe: Problem with events (I think) ... Pin
Mazdak31-Jan-04 10:31
Mazdak31-Jan-04 10:31 
GeneralA drawing method parameters ... Pin
Andres Coder31-Jan-04 3:44
Andres Coder31-Jan-04 3:44 
GeneralRe: A drawing method parameters ... Pin
Mazdak31-Jan-04 5:36
Mazdak31-Jan-04 5:36 
GeneralRe: A drawing method parameters ... Pin
Nick Parker31-Jan-04 5:44
protectorNick Parker31-Jan-04 5:44 
Questionwhere is "Project Settings (ALT+F7)" of VC++6.0 in VS.NET ?? Pin
Anonymous31-Jan-04 3:17
Anonymous31-Jan-04 3:17 
AnswerRe: where is "Project Settings (ALT+F7)" of VC++6.0 in VS.NET ?? Pin
22491731-Jan-04 3:50
22491731-Jan-04 3:50 
AnswerRe: where is "Project Settings (ALT+F7)" of VC++6.0 in VS.NET ?? Pin
Mazdak31-Jan-04 5:45
Mazdak31-Jan-04 5:45 
GeneralProperties in a Winform Pin
StephenMcAllister31-Jan-04 0:18
StephenMcAllister31-Jan-04 0:18 
GeneralRe: Properties in a Winform Pin
Colin Angus Mackay31-Jan-04 2:28
Colin Angus Mackay31-Jan-04 2:28 
GeneralRe: Properties in a Winform Pin
StephenMcAllister31-Jan-04 20:31
StephenMcAllister31-Jan-04 20:31 
GeneralRe: Properties in a Winform Pin
Colin Angus Mackay1-Feb-04 2:40
Colin Angus Mackay1-Feb-04 2:40 
Generalhttp/ftp download redirection problem Pin
Member 85084030-Jan-04 23:32
Member 85084030-Jan-04 23:32 
GeneralIntercept incoming html Pin
lustuyck30-Jan-04 23:04
lustuyck30-Jan-04 23:04 
GeneralRe: Intercept incoming html Pin
Dmitriy Kostovetskiy31-Jan-04 10:23
Dmitriy Kostovetskiy31-Jan-04 10:23 
GeneralRe: Intercept incoming html Pin
Anonymous1-Feb-04 0:34
Anonymous1-Feb-04 0:34 
GeneralRe: Intercept incoming html Pin
Nick Parker1-Feb-04 8:28
protectorNick Parker1-Feb-04 8:28 

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.