[nsbasic-ce] Re: How To Show a Open Dialog(Using CommonDialog Control)?

2010-02-28 Thread michiman56
You should find an example project CommonDlg.nsb in the NSBasic Samples\CE folder under your Documents (My Documents) folder. It uses AddObject I believe. --- In nsbasic-ce@yahoogroups.com, "Nathan" wrote: > > Hello, > I'm a Visual Basic developer and now I'm on the mobile platform using > NS

[nsbasic-ce] Re: How To Show a Open Dialog(Using CommonDialog Control)?

2010-03-01 Thread Nathan
How can I include the control as a resource on the project? PS: I'm using NSBasic/CE 7.0 --- In nsbasic-ce@yahoogroups.com, "George Henne" wrote: > > Have you included the control as a resource in your project? > > I'll bet it is not on your device. > > > > > > >Thanks for the help, but now I'm g

[nsbasic-ce] Re: How To Show a Open Dialog(Using CommonDialog Control)?

2010-03-01 Thread Nathan
I didn't saw nothing about this on the readme or on the tech notes(just for version 8). :( --- In nsbasic-ce@yahoogroups.com, "George Henne" wrote: > > In Version 8, it's simple - just do AddResource. > > In Version 7, you'll need to install the controls. See the Version 7 > ReadMe for info on

[nsbasic-ce] Re: How To Show a Open Dialog(Using CommonDialog Control)?

2010-03-02 Thread Nathan
I've searched for this on the installer folder of my NSBasic at the PC and I haven't found anything. Where can I get this DLL for Windows CE 3(HPC) ARM? --- In nsbasic-ce@yahoogroups.com, "George Henne" wrote: > > That's a different control - it is the old, obsolete Microsoft control. > > The

[nsbasic-ce] Re: How To Show a Open Dialog(Using CommonDialog Control)?

2010-03-03 Thread Nathan
Yeah, I've installed the RuntimeFat, because I hate to install optional controls separately, and I still got the error as you already know. --- In nsbasic-ce@yahoogroups.com, "George Henne" wrote: > > You're using NS Basic/CE 7, right? > > Have you installed RuntimeFat.wince.exe to your device?

[nsbasic-ce] Re: How To Show a Open Dialog(Using CommonDialog Control)?

2010-03-03 Thread Nathan
I think yes, because I've installed the runtime using ActiveSync. --- In nsbasic-ce@yahoogroups.com, "George Henne" wrote: > > > Is the file in \Windows on the device? > > >Yeah, I've installed the RuntimeFat, because I hate to install optional > >controls separately, and I still got the error

[nsbasic-ce] Re: How To Show a Open Dialog(Using CommonDialog Control)?

2010-03-03 Thread Nathan
I saw that it is installed, but I can't see that needed DLL on the Windows folder. --- In nsbasic-ce@yahoogroups.com, "George Henne" wrote: > > Using ActiveSync's Explore function, can you look for it? -- You received this message because you are subscribed to the Google Groups "nsb-ce" group

[nsbasic-ce] Re: How To Show a Open Dialog(Using CommonDialog Control)?

2010-03-03 Thread Nathan
Ok, now I'm using eVB control. ;) --- In nsbasic-ce@yahoogroups.com, "George Henne" wrote: > > You'll need to install it, then. > > Look in the Installers folder - is there something there that will > install it? (My apologies - we don't support NS Basic/CE 7 officially > any more. I know the c

Re: [nsbasic-ce] Re: How To Show a Open Dialog(Using CommonDialog Control)?

2010-03-01 Thread George Henne
Have you included the control as a resource in your project? I'll bet it is not on your device. > > >Thanks for the help, but now I'm getting errors when the program launch. >My code is like this: >Option Explicit >ShowOKButton True > >AddObject "NSBasic.ComDlg","dialog",0,0,0,0 >If Vartype(dialo

Re: [nsbasic-ce] Re: How To Show a Open Dialog(Using CommonDialog Control)?

2010-03-01 Thread George Henne
In Version 8, it's simple - just do AddResource. In Version 7, you'll need to install the controls. See the Version 7 ReadMe for info on doing this. > > >How can I include the control as a resource on the project? > >PS: I'm using NSBasic/CE 7.0 >--- In nsbasic-ce@yahoogroups.com, "George Henne"

Re: [nsbasic-ce] Re: How To Show a Open Dialog(Using CommonDialog Control)?

2010-03-02 Thread George Henne
That's a different control - it is the old, obsolete Microsoft control. The one you are using in your program is called NSBComDlg.dll. George Henne NS BASIC Corporation http://www.nsbasic.com > > >Also, I saw that I already have the control installed on my d

Re: [nsbasic-ce] Re: How To Show a Open Dialog(Using CommonDialog Control)?

2010-03-03 Thread George Henne
You're using NS Basic/CE 7, right? Have you installed RuntimeFat.wince.exe to your device? (I think that's the name of the installer for that device - recollection of NS Basic/CE 7 is getting hazy). >I've searched for this on the installer folder of my NSBasic at the PC >and I haven't found anyt

Re: [nsbasic-ce] Re: How To Show a Open Dialog(Using CommonDialog Control)?

2010-03-03 Thread George Henne
Is the file in \Windows on the device? >Yeah, I've installed the RuntimeFat, because I hate to install optional >controls separately, and I still got the error as you already know. > >--- In nsbasic-ce@yahoogroups.com, "George Henne" wrote: >> >> You're using NS Basic/CE 7, right? >> >> Have yo

Re: [nsbasic-ce] Re: How To Show a Open Dialog(Using CommonDialog Control)?

2010-03-03 Thread George Henne
Using ActiveSync's Explore function, can you look for it? >I think yes, because I've installed the runtime using ActiveSync. > >--- In nsbasic-ce@yahoogroups.com, "George Henne" wrote: >> >> >> Is the file in \Windows on the device? >> >> >Yeah, I've installed the RuntimeFat, because I hate to

Re: [nsbasic-ce] Re: How To Show a Open Dialog(Using CommonDialog Control)?

2010-03-03 Thread George Henne
You'll need to install it, then. Look in the Installers folder - is there something there that will install it? (My apologies - we don't support NS Basic/CE 7 officially any more. I know the control was in Version 7, but the exact installation procedure escapes me. We really improved this in Vers