Click here to Skip to main content
15,887,427 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I had textbox in my form, i deleted it and inserted new combobox in place of textbox.
there are two erros related to combobox
but also when i build it message comes BUILD SUCCESS when i run it , runs and shows the deleted text but and doesnt display the newly inserted combobox.
i am using VS 2010.
Please help ..
Posted

1 solution

If you are getting two errors related to the combobox, then the project you have built has not succeeded - a different project in the same solution may have.

If you have any errors in the compilation, then a new EXE file will not be produced and any existing one will be run. Clear the errors, and it should be all ok.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900