Click here to Skip to main content
15,925,081 members
Home / Discussions / C#
   

C#

 
GeneralRe: Self Updating Application #$%@ Pin
Steve Messer25-Mar-07 13:01
Steve Messer25-Mar-07 13:01 
GeneralRe: Self Updating Application #$%@ Pin
Steve Messer29-Mar-07 5:00
Steve Messer29-Mar-07 5:00 
QuestionHow to use openFileDialog control Pin
mezo_2225-Mar-07 6:01
mezo_2225-Mar-07 6:01 
AnswerRe: How to use openFileDialog control Pin
Stefan Troschuetz25-Mar-07 7:09
Stefan Troschuetz25-Mar-07 7:09 
AnswerRe: How to use openFileDialog control Pin
Keshav V. Kamat25-Mar-07 17:08
Keshav V. Kamat25-Mar-07 17:08 
QuestionQuestion on Architecture of a Attribute Based CRUD operations Pin
jubilanttiger25-Mar-07 5:34
jubilanttiger25-Mar-07 5:34 
Questionplease! I need code upload video Pin
Member 209456125-Mar-07 4:55
Member 209456125-Mar-07 4:55 
AnswerRe: please! I need code upload video Pin
Wayne Phipps25-Mar-07 6:40
Wayne Phipps25-Mar-07 6:40 
Questionhelp!!! Pin
Member 209456125-Mar-07 4:52
Member 209456125-Mar-07 4:52 
AnswerRe: help!!! Pin
MoustafaS25-Mar-07 5:56
MoustafaS25-Mar-07 5:56 
QuestionDataGridView Pin
OlaMohammed25-Mar-07 3:11
OlaMohammed25-Mar-07 3:11 
AnswerRe: DataGridView Pin
Christian Graus25-Mar-07 3:46
protectorChristian Graus25-Mar-07 3:46 
AnswerRe: DataGridView Pin
Keshav V. Kamat25-Mar-07 17:11
Keshav V. Kamat25-Mar-07 17:11 
Questionhow to import a music file Pin
parth sharma25-Mar-07 2:40
parth sharma25-Mar-07 2:40 
AnswerRe: how to import a music file Pin
Christian Graus25-Mar-07 3:04
protectorChristian Graus25-Mar-07 3:04 
Questioncustom object update issue Pin
Tauseef A25-Mar-07 2:01
Tauseef A25-Mar-07 2:01 
AnswerRe: custom object update issue Pin
Christian Graus25-Mar-07 3:05
protectorChristian Graus25-Mar-07 3:05 
GeneralRe: custom object update issue Pin
Tauseef A25-Mar-07 5:39
Tauseef A25-Mar-07 5:39 
QuestionUsing Word document Pin
Amr M. K.25-Mar-07 0:13
Amr M. K.25-Mar-07 0:13 
AnswerRe: Using Word document Pin
kubben25-Mar-07 2:10
kubben25-Mar-07 2:10 
Questionhow to restrict the ClickEvent of a Button Pin
pashitech24-Mar-07 22:50
pashitech24-Mar-07 22:50 
AnswerRe: how to restrict the ClickEvent of a Button Pin
The ANZAC24-Mar-07 23:24
The ANZAC24-Mar-07 23:24 
AnswerRe: how to restrict the ClickEvent of a Button Pin
CPallini24-Mar-07 23:55
mveCPallini24-Mar-07 23:55 
Use a flag (as member variable of your form). On Form initialization set the flag (say alreadyClicked) to false. Then in the button click event handler, first check the flag, if it is false set it to true and, finally, do whatever is needed in the handler (on the other hand, if it is true simply return).

Smile | :)

If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler.
-- Alfonso the Wise, 13th Century King of Castile.

AnswerRe: how to restrict the ClickEvent of a Button Pin
Rocky#25-Mar-07 0:56
Rocky#25-Mar-07 0:56 
QuestionGet number of objects that have been serialized Pin
Saikek24-Mar-07 22:11
Saikek24-Mar-07 22:11 

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.