Click here to Skip to main content
15,909,822 members
Home / Discussions / C#
   

C#

 
AnswerRe: GPRS Data Transfer Pin
Ed.Poore9-Feb-07 12:41
Ed.Poore9-Feb-07 12:41 
Questiondrawing semi transparent boxes over richtextbox Pin
k.arts9-Feb-07 8:17
k.arts9-Feb-07 8:17 
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 
I can think of one thing right away that you should check.

i assume that this button you want to click, that isn't doing anything even though you have an action written for it, is not "wired" to the event.

Here, select the button in the gui designer and go to its properties. then click the little lightning bolt in the propertygrid and goto its events... Now... if you see an empty box to the right of the "Click" event... then my guess is right and the event is not wired. Click inside that empty box, and a combobox-dropdown button should appear...hit it and, select "button1_Click" from the list. now it should work


sometimes this happens when you paste stuff from other forms or something...
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 
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 

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.