In my Form_Load method I have code that populates a combobox.
I want the value at item 0 to be set as the default.
I way of doing this is to set selecteditem to 0 but unfortunitly I have an indexchanged event as well so this is call when the selecteditem is set to 0 in the load event.
How can i set a default value after the combobox has been populated but I dont want the indexchanged event called at this stage.
Thanks
John
