Click here to Skip to main content
15,925,505 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralAssembly Error - Can't See Form in Design Mode Pin
ExcelMonkey14-Jan-08 9:59
ExcelMonkey14-Jan-08 9:59 
GeneralRe: Assembly Error - Can't See Form in Design Mode Pin
Dave Kreskowiak15-Jan-08 1:45
mveDave Kreskowiak15-Jan-08 1:45 
GeneralRe: Assembly Error - Can't See Form in Design Mode Pin
ExcelMonkey15-Jan-08 4:27
ExcelMonkey15-Jan-08 4:27 
GeneralRe: Assembly Error - Can't See Form in Design Mode Pin
Dave Kreskowiak15-Jan-08 4:38
mveDave Kreskowiak15-Jan-08 4:38 
GeneralRe: Assembly Error - Can't See Form in Design Mode Pin
ExcelMonkey15-Jan-08 5:18
ExcelMonkey15-Jan-08 5:18 
GeneralRe: Assembly Error - Can't See Form in Design Mode Pin
Dave Kreskowiak15-Jan-08 6:09
mveDave Kreskowiak15-Jan-08 6:09 
GeneralRe: Assembly Error - Can't See Form in Design Mode Pin
ExcelMonkey15-Jan-08 8:56
ExcelMonkey15-Jan-08 8:56 
GeneralRe: Assembly Error - Can't See Form in Design Mode Pin
Dave Kreskowiak15-Jan-08 9:12
mveDave Kreskowiak15-Jan-08 9:12 
ExcelMonkey wrote:
Each Panel is loaded with additional controls. Does deleting the code - as mentioned above - actually remove the existing Collpasible Panels from the form.


Yes.


ExcelMonkey wrote:
The reason I ask is that removing the panels will remove every other control as well.


It won't remove the controls, but you'll have to comment out the lines that add those controls to the Controls colection of your panels, or just replace your controls with the standard Panel control.


ExcelMonkey wrote:
when I remove the collapsible panels, then doesn't this mean that the current code which is generated by the form will continue to fail


Yes, but you're not going to recompile the project after removing the controls. You have to put your controls back on the form after they've been removed. This will regenerate the designer generated code for your controls.

You're just removing the designer generated code, not the code handling all the events on the form.



A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007




GeneralForm Opacity Pin
mykingdomforanewusername14-Jan-08 6:50
mykingdomforanewusername14-Jan-08 6:50 
GeneralRe: Form Opacity Pin
Dave Kreskowiak14-Jan-08 7:19
mveDave Kreskowiak14-Jan-08 7:19 
GeneralQuery is Too complex Pin
Rupesh Kumar Swami14-Jan-08 2:28
Rupesh Kumar Swami14-Jan-08 2:28 
GeneralRe: Query is Too complex Pin
Dave Kreskowiak14-Jan-08 5:30
mveDave Kreskowiak14-Jan-08 5:30 
GeneralProblem While Running Crystal Report 10.0 on .Net 2.0 Pin
Member 399053014-Jan-08 2:23
Member 399053014-Jan-08 2:23 
GeneralRe: Problem While Running Crystal Report 10.0 on .Net 2.0 Pin
Dave Kreskowiak14-Jan-08 5:29
mveDave Kreskowiak14-Jan-08 5:29 
QuestionHow to change the excel sheet dynamically using vb .net or java Pin
ANKUR2214-Jan-08 1:26
ANKUR2214-Jan-08 1:26 
GeneralRe: How to change the excel sheet dynamically using vb .net or java Pin
Dave Kreskowiak14-Jan-08 5:23
mveDave Kreskowiak14-Jan-08 5:23 
QuestionHow do I format values in a grid Pin
Central_IT14-Jan-08 0:57
Central_IT14-Jan-08 0:57 
GeneralRe: How do I format values in a grid Pin
Dave Kreskowiak14-Jan-08 5:20
mveDave Kreskowiak14-Jan-08 5:20 
GeneralTreeview Icons distorted Pin
Mbire13-Jan-08 23:13
Mbire13-Jan-08 23:13 
GeneralRe: Treeview Icons distorted Pin
Dave Kreskowiak16-Jan-08 2:20
mveDave Kreskowiak16-Jan-08 2:20 
GeneralRe: Treeview Icons distorted Pin
Mbire16-Jan-08 2:51
Mbire16-Jan-08 2:51 
GeneralRe: Treeview Icons distorted Pin
Dave Kreskowiak16-Jan-08 3:43
mveDave Kreskowiak16-Jan-08 3:43 
GeneralRe: Treeview Icons distorted Pin
Mbire16-Jan-08 4:08
Mbire16-Jan-08 4:08 
GeneralRe: Treeview Icons distorted Pin
Dave Kreskowiak16-Jan-08 6:53
mveDave Kreskowiak16-Jan-08 6:53 
GeneralRe: Treeview Icons distorted Pin
Mbire16-Jan-08 20:14
Mbire16-Jan-08 20:14 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.