Click here to Skip to main content
16,007,163 members
Home / Discussions / C#
   

C#

 
GeneralRe: Steganography in BMP Pin
nwr_mn12-Apr-06 7:19
nwr_mn12-Apr-06 7:19 
GeneralRe: Steganography in BMP Pin
Dave Kreskowiak12-Apr-06 8:05
mveDave Kreskowiak12-Apr-06 8:05 
GeneralRe: Steganography in BMP Pin
leppie12-Apr-06 20:06
leppie12-Apr-06 20:06 
QuestionThreading help? Pin
eric_tran12-Apr-06 5:44
eric_tran12-Apr-06 5:44 
AnswerRe: Threading help? Pin
Robin Panther12-Apr-06 5:59
Robin Panther12-Apr-06 5:59 
Questiontextbox cursor position Pin
PaulaM12-Apr-06 5:18
PaulaM12-Apr-06 5:18 
AnswerRe: textbox cursor position Pin
AB777112-Apr-06 5:23
AB777112-Apr-06 5:23 
AnswerRe: textbox cursor position Pin
_Bao_12-Apr-06 5:31
_Bao_12-Apr-06 5:31 
I'm not sure I understood well, but if you want to add the content of a variable to the textbox that contains some string, these should be helpful:

check if your control has focus:
control.Focused

check if your textbox has some text in it:
textbox.Text.Lenght
textbox.Text != string.Empty

appends new text to existing text:
textbox.Text += "your new text";
QuestionJMP and C# (ASP.NET) Pin
ewittry12-Apr-06 4:59
ewittry12-Apr-06 4:59 
QuestionVB6 dlls in C# Pin
shezh12-Apr-06 4:20
shezh12-Apr-06 4:20 
AnswerRe: VB6 dlls in C# Pin
J4amieC12-Apr-06 4:57
J4amieC12-Apr-06 4:57 
GeneralRe: VB6 dlls in C# Pin
shezh12-Apr-06 5:06
shezh12-Apr-06 5:06 
GeneralRe: VB6 dlls in C# Pin
J4amieC12-Apr-06 5:29
J4amieC12-Apr-06 5:29 
QuestionHelp me please ! Immediately ! Pin
svmilky12-Apr-06 2:44
svmilky12-Apr-06 2:44 
AnswerRe: Help me please ! Immediately ! Pin
J4amieC12-Apr-06 3:56
J4amieC12-Apr-06 3:56 
GeneralRe: Help me please ! Immediately ! Pin
svmilky12-Apr-06 6:08
svmilky12-Apr-06 6:08 
GeneralRe: Help me please ! Immediately ! Pin
Dave Kreskowiak12-Apr-06 6:20
mveDave Kreskowiak12-Apr-06 6:20 
GeneralRe: Help me please ! Immediately ! Pin
_Bao_12-Apr-06 6:46
_Bao_12-Apr-06 6:46 
GeneralRe: Help me please ! Immediately ! Pin
Dan Neely12-Apr-06 7:03
Dan Neely12-Apr-06 7:03 
GeneralRe: Help me please ! Immediately ! Pin
J4amieC24-Apr-06 7:27
J4amieC24-Apr-06 7:27 
AnswerRe: Help me please ! Immediately ! Pin
deanofharvard12-Apr-06 7:37
deanofharvard12-Apr-06 7:37 
Questionproblems connecting to local database Pin
valiovalio12-Apr-06 2:30
valiovalio12-Apr-06 2:30 
AnswerRe: problems connecting to local database Pin
leppie12-Apr-06 2:57
leppie12-Apr-06 2:57 
GeneralRe: problems connecting to local database Pin
valiovalio12-Apr-06 3:18
valiovalio12-Apr-06 3:18 
GeneralRe: problems connecting to local database Pin
esjq12-Apr-06 3:42
esjq12-Apr-06 3:42 

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.