04-23-2003, 3:38 PM
|
|
SaveLayoutChanges and LoadLayoutChanges
|
|
|
|
|
|
SaveLayoutChanges These are changes made to the original designer-created layout that is stored in Visual Basic's form resource. If you call the Load method at run time, you cannot use this method. You should save the entire layout and then load the entire layout. LoadLayoutChanges These are changes applied to the original designer-created layout that is stored in the form's resource file. If you call the Load method to load a different layout at run time, you cannot call LoadLayoutChanges.
|
|
|
|
|