Click here to Skip to main content
15,891,567 members
Home / Discussions / C#
   

C#

 
AnswerRe: drawing semi transparent boxes over richtextbox Pin
NarVish13-Apr-10 19:48
NarVish13-Apr-10 19:48 
GeneralRe: drawing semi transparent boxes over richtextbox Pin
k.arts13-Apr-10 20:49
k.arts13-Apr-10 20:49 
Questionusing vb.net to post to a website Pin
keroed_edmond9-Feb-07 8:04
keroed_edmond9-Feb-07 8:04 
AnswerRe: using vb.net to post to a website Pin
Stefan Troschuetz9-Feb-07 8:26
Stefan Troschuetz9-Feb-07 8:26 
QuestionClick Event Problem Pin
Semion_N9-Feb-07 7:36
Semion_N9-Feb-07 7:36 
AnswerRe: Click Event Problem Pin
FocusedWolf9-Feb-07 7:51
FocusedWolf9-Feb-07 7:51 
GeneralRe: Click Event Problem Pin
Semion_N9-Feb-07 8:49
Semion_N9-Feb-07 8:49 
GeneralRe: Click Event Problem Pin
FocusedWolf9-Feb-07 8:59
FocusedWolf9-Feb-07 8:59 
hmm...then it's probably a logic bug in your code or that control or somewhere between.

did you try setting a breakpoint and stepping into it?

I'm not sure if you know this or not. you click in the margin to the left of this line "private void button1_Click(" and get a little red circle to appear...the breakpoint... then do debug -> start. and when you click the button, the code should run to that line.. then do debug -> "step into" and line after line see what gets executed and what doesn't.

if you cant figure it out...you can send me you test project and i can try to find the problem. i know you posted the code, but i'm a bit lazy to recreate your project...and maybe theirs something not in the code thats messing it up :P
GeneralRe: Click Event Problem Pin
Semion_N9-Feb-07 9:15
Semion_N9-Feb-07 9:15 
GeneralRe: Click Event Problem Pin
FocusedWolf9-Feb-07 9:19
FocusedWolf9-Feb-07 9:19 
GeneralRe: Click Event Problem Pin
Semion_N9-Feb-07 9:21
Semion_N9-Feb-07 9:21 
GeneralRe: Click Event Problem Pin
FocusedWolf9-Feb-07 9:46
FocusedWolf9-Feb-07 9:46 
GeneralRe: Click Event Problem Pin
Semion_N9-Feb-07 9:55
Semion_N9-Feb-07 9:55 
GeneralRe: Click Event Problem Pin
FocusedWolf9-Feb-07 11:44
FocusedWolf9-Feb-07 11:44 
QuestionInserting text at the current location in a text box Pin
Wolf929-Feb-07 7:21
Wolf929-Feb-07 7:21 
AnswerRe: Inserting text at the current location in a text box Pin
Stefan Troschuetz9-Feb-07 7:28
Stefan Troschuetz9-Feb-07 7:28 
QuestionMethod I wrote to safely parse data. Pin
siccsyc9-Feb-07 5:50
siccsyc9-Feb-07 5:50 
AnswerRe: Method I wrote to safely parse data. Pin
led mike9-Feb-07 8:34
led mike9-Feb-07 8:34 
GeneralRe: Method I wrote to safely parse data. Pin
siccsyc9-Feb-07 9:44
siccsyc9-Feb-07 9:44 
QuestionHow can i check if a server exists? Pin
sharpiesharpie9-Feb-07 5:45
sharpiesharpie9-Feb-07 5:45 
AnswerRe: How can i check if a server exists? Pin
Guffa9-Feb-07 7:23
Guffa9-Feb-07 7:23 
GeneralRe: How can i check if a server exists? Pin
sharpiesharpie9-Feb-07 8:05
sharpiesharpie9-Feb-07 8:05 
GeneralRe: How can i check if a server exists? Pin
Dave Kreskowiak9-Feb-07 9:13
mveDave Kreskowiak9-Feb-07 9:13 
AnswerRe: How can i check if a server exists? Pin
Guffa9-Feb-07 13:08
Guffa9-Feb-07 13:08 
Questionhow to enumarate SQL Server local instances in C#? Pin
bouli9-Feb-07 3:52
bouli9-Feb-07 3:52 

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.