Hi guys,
I have a combobox that i want to (when my program loads) set to a default selectedindex value. Is there any way i can do this without the selectedIndexChanged event from firing. The reason i need this is because i have code in the the event but i dont want it to run unless the user changes the index manually (not while its done at runtime in the code)? If this isn't possible then is there another way around my problem?

Thanks in advance for any help