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

C#

 
AnswerRe: deSerialization is slow why? Pin
leppie19-Jul-05 0:40
leppie19-Jul-05 0:40 
GeneralTwain return bitmap Pin
baskota18-Jul-05 9:53
baskota18-Jul-05 9:53 
GeneralRe: Twain return bitmap Pin
Judah Gabriel Himango18-Jul-05 10:38
sponsorJudah Gabriel Himango18-Jul-05 10:38 
Generalcombo box on a windows form Pin
sea#18-Jul-05 8:01
sea#18-Jul-05 8:01 
GeneralRe: combo box on a windows form Pin
Judah Gabriel Himango18-Jul-05 8:57
sponsorJudah Gabriel Himango18-Jul-05 8:57 
GeneralRe: combo box on a windows form Pin
User 665818-Jul-05 8:59
User 665818-Jul-05 8:59 
GeneralRe: combo box on a windows form Pin
sea#18-Jul-05 9:30
sea#18-Jul-05 9:30 
GeneralRe: combo box on a windows form Pin
Jano Petras18-Jul-05 14:33
Jano Petras18-Jul-05 14:33 
Are you sure you have added event handler?

i.e.
comboBox.SelectedIndexChanged+=new SelectionChangeHandler(<<your method>>)

???

This is done automatically by Visual Designer - simply naming method SurveyChooserCombo_SelectedIndexChanged does not automatically associate it with the control...

- Another possibility is that the event may not be fired if combo box list style is not a selection from drop-down list but a mixture of type-in and select from the list...

Hope this helps.

Regards
JP
GeneralRe: combo box on a windows form Pin
sea#18-Jul-05 20:14
sea#18-Jul-05 20:14 
GeneralRe: combo box on a windows form Pin
sea#18-Jul-05 22:06
sea#18-Jul-05 22:06 
GeneralRow in DataSet Pin
zaboboa18-Jul-05 7:29
zaboboa18-Jul-05 7:29 
GeneralRe: Row in DataSet Pin
Not Active18-Jul-05 7:54
mentorNot Active18-Jul-05 7:54 
GeneralRe: Row in DataSet Pin
zaboboa18-Jul-05 9:53
zaboboa18-Jul-05 9:53 
GeneralRe: Row in DataSet Pin
Dave Kreskowiak18-Jul-05 8:46
mveDave Kreskowiak18-Jul-05 8:46 
GeneralRe: Row in DataSet Pin
zaboboa18-Jul-05 9:55
zaboboa18-Jul-05 9:55 
GeneralCustom textbox with a unchangable text Pin
Razor_works18-Jul-05 7:26
sussRazor_works18-Jul-05 7:26 
GeneralRe: Custom textbox with a unchangable text Pin
Not Active18-Jul-05 7:56
mentorNot Active18-Jul-05 7:56 
GeneralRetrieving Printer Test Page Data Pin
Neomaya18-Jul-05 5:00
Neomaya18-Jul-05 5:00 
GeneralRe: Retrieving Printer Test Page Data Pin
Dave Kreskowiak18-Jul-05 7:10
mveDave Kreskowiak18-Jul-05 7:10 
GeneralRe: Retrieving Printer Test Page Data Pin
Neomaya18-Jul-05 7:47
Neomaya18-Jul-05 7:47 
GeneralRe: Retrieving Printer Test Page Data Pin
Dave Kreskowiak18-Jul-05 8:42
mveDave Kreskowiak18-Jul-05 8:42 
Generalhelp with System.NullReferenceException Pin
theStorminMormon18-Jul-05 4:11
theStorminMormon18-Jul-05 4:11 
GeneralRe: help with System.NullReferenceException Pin
emc218-Jul-05 4:37
emc218-Jul-05 4:37 
GeneralRe: help with System.NullReferenceException Pin
theStorminMormon18-Jul-05 4:55
theStorminMormon18-Jul-05 4:55 
GeneralMinimised to taskbar Pin
emc218-Jul-05 4:03
emc218-Jul-05 4: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.