From: Jack on 23 Jul 2008 14:20 Hello, I have added "Microsoft Forms 2.0 Object Library" as a component to my project for Unicode support. However, when trying to load any of it's controls I have that error: System Error &H80070057 "The parameter is incorrect" Is it something to do with my Windows XP PRO? Thanks, Jack
From: MikeD on 23 Jul 2008 14:26 "Jack" <replyto(a)it> wrote in message news:%23FIyFDP7IHA.4988(a)TK2MSFTNGP04.phx.gbl... > Hello, > I have added "Microsoft Forms 2.0 Object Library" as a component to my project for Unicode support. > However, when trying to load any of it's controls I have that error: > System Error &H80070057 "The parameter is incorrect" > Is it something to do with my Windows XP PRO? No, MSForms is not supported, nor intended, to be used in VB. It is intended for VBA in Office and VBA-enabled apps only. There are MANY problems using MSForms in VB. Figure out some other way to provide the unicode support you need. -- Mike Microsoft Visual Basic MVP
From: Jack on 23 Jul 2008 14:49 Thank you, Mike. My project is finished already. Now I am trying to add Unicode support to it. I need to display Unicode on 2 controls only: command button (or checkbox if it is easier) and the textbox. What method you suggest? Thanks, Jack "MikeD" <nobody(a)nowhere.edu> wrote in message news:eyRzWGP7IHA.5164(a)TK2MSFTNGP02.phx.gbl... > > "Jack" <replyto(a)it> wrote in message > news:%23FIyFDP7IHA.4988(a)TK2MSFTNGP04.phx.gbl... >> Hello, >> I have added "Microsoft Forms 2.0 Object Library" as a component to my >> project for Unicode support. >> However, when trying to load any of it's controls I have that error: >> System Error &H80070057 "The parameter is incorrect" >> Is it something to do with my Windows XP PRO? > > > No, MSForms is not supported, nor intended, to be used in VB. It is > intended for VBA in Office and VBA-enabled apps only. > > There are MANY problems using MSForms in VB. Figure out some other way to > provide the unicode support you need. > > -- > Mike > Microsoft Visual Basic MVP > >
From: Karl E. Peterson on 23 Jul 2008 15:12 Jack wrote: > My project is finished already. > Now I am trying to add Unicode support to it. > I need to display Unicode on 2 controls only: > command button (or checkbox if it is easier) and the textbox. > What method you suggest? I don't think there's ever been anything close to "conventional wisdom" on that question. There's a bunch of stuff out there, and apparently nothing so outstanding everyone agrees on it. To give you sense... http://www.google.com/search?q=vb+unicode+controls -- ..NET: It's About Trust! http://vfred.mvps.org
From: Jack on 23 Jul 2008 15:26 Karl, I am browsing that google link already for the few hours. What I can see are just activeX components (shareware for $899 !!!). Jack "Karl E. Peterson" <karl(a)mvps.org> wrote in message news:%23EVFegP7IHA.2064(a)TK2MSFTNGP02.phx.gbl... > Jack wrote: >> My project is finished already. >> Now I am trying to add Unicode support to it. >> I need to display Unicode on 2 controls only: >> command button (or checkbox if it is easier) and the textbox. >> What method you suggest? > > I don't think there's ever been anything close to "conventional wisdom" on > that question. There's a bunch of stuff out there, and apparently nothing > so outstanding everyone agrees on it. To give you sense... > > http://www.google.com/search?q=vb+unicode+controls > > -- > .NET: It's About Trust! > http://vfred.mvps.org >
|
Next
|
Last
Pages: 1 2 Prev: C++ Code to VB6 Next: Application error when using VB6 Intrinsic Controls |