Click here to Skip to main content
15,914,481 members
Home / Discussions / C#
   

C#

 
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 
AnswerRe: how to restrict the ClickEvent of a Button Pin
Rocky#25-Mar-07 0:56
Rocky#25-Mar-07 0:56 
well if u want to restrict the functionality then why dont u disable the button rather than popping a message and then restricting its function

you can do it by adding this to the click event

button1.Enabled = false;

but you'll need to have some mechanism to enable it again once its disabled. if this is in your req. offcourse

Rocky
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 
AnswerRe: implementation with c# Pin
Christian Graus24-Mar-07 13:03
protectorChristian Graus24-Mar-07 13:03 

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.