AboutSyed Rizwan Muhammad Rizvi Expertise I can answers questions regarding web based and desktop based programming in VB.Net. Which can include SOAP, XML, Custom Controls, COM Interoperability etc.
Experience Have been working in this specific area for last 2 years previously I was a VB 6 Developer with experties in other languages as well. Total 10 years of programming experience.
Question Hi, This is probably a really stupid question but for some reason the NEW OBJECTS (like buttons, list boxes etc) I create on my form do not show up on debugging. Atm I have three forms and they worked fine. Now, when I try to add a Button or any other object, it simply does not show up when I 'play' the application. Someone please help!!!!!!!!!
Answer I am assuming that by "new objects" you meant, new objects created using code. I am also assuming that you are adding the controls to the parent container collection and also setting their visible=true explicitly in your code.