Author | Topic: StatusBar e ToolBar | |
---|---|---|
Andrea Valchera | StatusBar e ToolBar on Thu, 17 Apr 2008 09:16:59 +0200 Salve a tutti, ho implementato una toolbar e una statusbar in una mia applicazione principale, e ho riscontrato il seguente errore nei computer con sistema operativo Windows ME, Windows Vista Home Edition, e Windows XP Home: ----------------------------------------------------------- Error Automation/6500 Description : Could not create ActiveX control Operation : XBPACTIVEXCONTROL:CREATE Thread ID : 1 Called from XBPSTATUSBAR:CREATE(628) Called from EUROLAV:CREASTATUSBAR(130) Called from EUROLAV:PERSONALIZZA(270) Called from EUROLAV:CREATE(74) Called from MAIN(70) ----------------------------------------------------------- Ho provato ad installare senza successo, nella sequenza indicata, i seguenti pacchetti software: 1. su computer con S.O. Windows ME dotnetfx.exe VisualBasic6-KB896559-v1-ITA.exe vbrun60sp5.exe vbrun60.exe 2. su computer con S.O. Windows Vista dotnetfx3setup.exe dotNetFx35setup.exe VisualBasic6-KB896559-v1-ITA.exe vbrun60.exe Dopo ogni installazione sono andato a vedere con OLEWIEV.EXE se stato installato il file MSCOMCTL.OCX e i relativi componenti Microsoft StatusBar Control version 6 e Microsoft ToolBar Control version 6. Purtroppo il file MSCOMCTL.OCX non viene installato. Cosa posso fare? Grazie a tutti Andrea | |
Simone Degl'Innocenti | Re: StatusBar e ToolBar on Mon, 28 Apr 2008 18:32:18 +0200 nella documentazione della xbpstatusbar c' una nota... Note: To function properly, the XbpStatusBar class requires a certain system component, the Microsoft Common Controls Version 6.0, to be installed on your computer. Normally, this component is not installed along with the operating system, so provisions must be taken to distribute the component with your Xbase++ application. An installation package with the required system files for using the XbpStatusBar Xbase Part is available from Alaska Software. The corresponding archive should be located on your Xbase++ disk or CD ROM. For further information, please click the 'Info' button on this page. quindi l'installazione per l'OCX dovrebbe essere nel CDROM di Xbase++ 1.90 "Andrea Valchera" <info@valchera.it> ha scritto nel messaggio news:4df22763$7def956a$f5e@news.alaska-software.com... > Salve a tutti, > > ho implementato una toolbar e una statusbar in una mia applicazione > principale, e ho riscontrato il seguente errore nei computer con sistema > operativo Windows ME, Windows Vista Home Edition, e Windows XP Home: > > ----------------------------------------------------------- > Error Automation/6500 > Description : Could not create ActiveX control > Operation : XBPACTIVEXCONTROL:CREATE > Thread ID : 1 > Called from XBPSTATUSBAR:CREATE(628) > Called from EUROLAV:CREASTATUSBAR(130) > Called from EUROLAV:PERSONALIZZA(270) > Called from EUROLAV:CREATE(74) > Called from MAIN(70) > ----------------------------------------------------------- > > Ho provato ad installare senza successo, nella sequenza indicata, i > seguenti pacchetti software: > > 1. su computer con S.O. Windows ME > dotnetfx.exe > VisualBasic6-KB896559-v1-ITA.exe > vbrun60sp5.exe > vbrun60.exe > > 2. su computer con S.O. Windows Vista > dotnetfx3setup.exe > dotNetFx35setup.exe > VisualBasic6-KB896559-v1-ITA.exe > vbrun60.exe > > Dopo ogni installazione sono andato a vedere con OLEWIEV.EXE se stato > installato il file MSCOMCTL.OCX e i relativi componenti Microsoft > StatusBar Control version 6 e Microsoft ToolBar Control version 6. > Purtroppo il file MSCOMCTL.OCX non viene installato. > Cosa posso fare? > > Grazie a tutti > Andrea > > |