Click here to Skip to main content
15,918,267 members
Home / Discussions / C#
   

C#

 
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 
QuestionDate picker Problem Pin
DipakBNET24-Mar-07 21:41
DipakBNET24-Mar-07 21:41 
AnswerRe: Date picker Problem Pin
Abolfazl Sheikhloo25-Mar-07 21:02
Abolfazl Sheikhloo25-Mar-07 21:02 
QuestionProblems changing selection in TextBox derived control Pin
Corey McKenzie24-Mar-07 21:28
Corey McKenzie24-Mar-07 21:28 
AnswerRe: Problems changing selection in TextBox derived control Pin
Abisodun25-Mar-07 4:26
Abisodun25-Mar-07 4:26 
GeneralRe: Problems changing selection in TextBox derived control Pin
Corey McKenzie25-Mar-07 5:25
Corey McKenzie25-Mar-07 5:25 
GeneralRe: Problems changing selection in TextBox derived control Pin
Abisodun25-Mar-07 5:41
Abisodun25-Mar-07 5:41 
GeneralRe: Problems changing selection in TextBox derived control Pin
Abisodun25-Mar-07 6:08
Abisodun25-Mar-07 6:08 
QuestionHelp required for Videoocx Pin
Ghoditsttoawn24-Mar-07 21:22
Ghoditsttoawn24-Mar-07 21:22 
AnswerRe: Help required for Videoocx Pin
Christian Graus25-Mar-07 3:06
protectorChristian Graus25-Mar-07 3:06 
GeneralRe: Help required for Videoocx Pin
Ghoditsttoawn31-Mar-07 20:27
Ghoditsttoawn31-Mar-07 20:27 
Questionbyte array - how to remove one item Pin
yarns24-Mar-07 20:05
yarns24-Mar-07 20:05 
AnswerRe: byte array - how to remove one item Pin
Leslie Sanford24-Mar-07 21:17
Leslie Sanford24-Mar-07 21:17 
GeneralRe: byte array - how to remove one item Pin
yarns24-Mar-07 21:21
yarns24-Mar-07 21:21 
GeneralRe: byte array - how to remove one item Pin
Baxtiyor7-Nov-10 22:39
Baxtiyor7-Nov-10 22:39 
Questionimplementation with c# Pin
pariisa24-Mar-07 13:00
pariisa24-Mar-07 13:00 

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.