Click here to Skip to main content
16,004,927 members
Home / Discussions / C#
   

C#

 
QuestionSOAP serializable. Pin
topcatalpha16-Jan-07 0:43
topcatalpha16-Jan-07 0:43 
AnswerRe: SOAP serializable. Pin
topcatalpha16-Jan-07 1:39
topcatalpha16-Jan-07 1:39 
Questioncopy array string to by byte array Pin
Jeeva Jose16-Jan-07 0:26
Jeeva Jose16-Jan-07 0:26 
AnswerRe: copy array string to by byte array Pin
goyal manish16-Jan-07 1:04
goyal manish16-Jan-07 1:04 
AnswerRe: copy array string to by byte array Pin
Guffa16-Jan-07 3:04
Guffa16-Jan-07 3:04 
QuestionComplex user control not responding to click events Pin
robalexclark15-Jan-07 23:40
robalexclark15-Jan-07 23:40 
AnswerRe: Complex user control not responding to click events Pin
Luc Pattyn16-Jan-07 0:12
sitebuilderLuc Pattyn16-Jan-07 0:12 
GeneralRe: Complex user control not responding to click events Pin
robalexclark16-Jan-07 1:05
robalexclark16-Jan-07 1:05 
Hi,

Thanks for your reply Luc. I added the code to add event handlers for each button and tested the event within the User Control designer and all seems fine there. However, when I add a Button Array to a windows form, and create a Click event for the whole array:


private void buttonArray1_Click(object sender, EventArgs e)
{
MessageBox.Show("Button array has been clicked");
}

(and this.buttonArray1.Click += new System.EventHandler(this.buttonArray1_Click) in the initialiseComponent method)



This event does not trigger. This was one reason why I added the OnClick method to the ButtonArray control as I thought that by doing this it would allow clicks on the ButtonArray to be handled within my form (my logic is probably completely wrong here)

Thanks again,
Rob

GeneralRe: Complex user control not responding to click events Pin
Luc Pattyn16-Jan-07 1:51
sitebuilderLuc Pattyn16-Jan-07 1:51 
GeneralRe: Complex user control not responding to click events Pin
robalexclark16-Jan-07 3:29
robalexclark16-Jan-07 3:29 
Questionregular expression [modified] Pin
papy-boom15-Jan-07 23:39
papy-boom15-Jan-07 23:39 
AnswerRe: regular expression Pin
ednrgc16-Jan-07 2:07
ednrgc16-Jan-07 2:07 
GeneralRe: regular expression Pin
papy-boom16-Jan-07 2:16
papy-boom16-Jan-07 2:16 
GeneralRe: regular expression Pin
ednrgc16-Jan-07 2:41
ednrgc16-Jan-07 2:41 
Questionmultithreading and font object causes InvalidOperationException[modified] Pin
haape15-Jan-07 23:32
haape15-Jan-07 23:32 
QuestionCollapse Sections Pin
Blue_Boy15-Jan-07 23:23
Blue_Boy15-Jan-07 23:23 
QuestionHow to consume a webservice with a pocket pc emulator Pin
pshilviu15-Jan-07 23:15
pshilviu15-Jan-07 23:15 
Questionhttp web exception (C#.Net) Pin
Sri harini15-Jan-07 23:10
Sri harini15-Jan-07 23:10 
QuestionUTF-8 prefix in attachment filename Pin
mandrake_215-Jan-07 23:04
mandrake_215-Jan-07 23:04 
AnswerRe: UTF-8 prefix in attachment filename Pin
Guffa15-Jan-07 23:52
Guffa15-Jan-07 23:52 
GeneralRe: UTF-8 prefix in attachment filename Pin
mandrake_216-Jan-07 2:43
mandrake_216-Jan-07 2:43 
AnswerRe: UTF-8 prefix in attachment filename Pin
Guffa16-Jan-07 3:32
Guffa16-Jan-07 3:32 
QuestionOdbcDataAdapter query on update().. Pin
jamesjk15-Jan-07 22:56
jamesjk15-Jan-07 22:56 
AnswerRe: OdbcDataAdapter query on update().. Pin
bluewavestrider16-Jan-07 6:41
bluewavestrider16-Jan-07 6:41 
AnswerRe: Binary .dat files in VB .Net Pin
Stefan Troschuetz15-Jan-07 22:43
Stefan Troschuetz15-Jan-07 22:43 

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.