good morning
i have a problem in my form whenever i add a new button or any new control it's not reading it
and in the run time it will not even step in the breakpoint for that control !!
I don't want to repeat the Form again and again :.(
please help me
Loading
ToBePosted May 9, 2013, 5:47 PM
ToBePosted May 9, 2013, 9:17 AM
VulpesPosted May 9, 2013, 7:04 AM
Sometimes problems like this disappear if you close VS down, go back into it and rebuild the project.
Otherwise, if you're using version control or some other form of continuous backup, it might be easiest to revert to the last version of the program that was working properly and then try and add the additional controls to that.
ToBePosted May 9, 2013, 6:47 AM
no i'm adding them in the design i don't know why suddenly it happened coz i added before more than 20 controls and it's working perfect but when i want to add one extra button it will not work or do anything just appear in the form without working when i click it will not go to the code and it will do nothing .
VulpesPosted May 9, 2013, 6:24 AM
They won't be visible otherwise.