Save contained in ControlEdit |
Post Reply |
Author | |
Akim
Newbie Joined: 13 July 2010 Location: France Status: Offline Points: 1 |
Post Options
Thanks(0)
Posted: 13 July 2010 at 8:26am |
Hello
I would like to record (in any way with the content of ControlEdit.text) but not Here is my code CommandBars.ActiveMenuBar.Customizable = True Dim pxWrite As PropExchange Set pxWrite = CommandBars.GlobalSettings.CreatePropExchange Dim Options As StateOptions Set Options = CommandBars.CreateStateOptions Options.SerializeControls = True Options.SaveOnlyCustomized = False Options.SaveOriginalControls = True Options.SerializeOptions = True Options.SerializeLayout = True Options.SerializeActions = True Options.SerializeDesignerControls = True Options.LoadSilent = True 'Options.SerializeImages = True pxWrite.CreateAsXML False, "CustomerInformation" CommandBars.DoPropExchange pxWrite, Options pxWrite.SaveToFile "c:\Setting.xml" please how to recover the contained fields? Thank VB6 13.4 |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hello,
CommandBars don't save/restore this Text - same as Checked State/Enabled State - it have to be part of your application state not commandbars. |
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |