Re: [nsbasic-ce] Re: Install device IDE without ActiveSync?

2010-12-17 Thread Nathan Campos
Ahh. Sorry mate, I didn't saw his last message Sent from my Motorola Droid On Dec 17, 2010 12:11 PM, "George Henne" wrote: I think he worked out the answer already. >He is talking about this laptop: http://www.hpcfactor.com/reviews/ >hardware/chinese/7in-netbook/... -- You received thi

[nsbasic-ce] Re: Install device IDE without ActiveSync?

2010-12-16 Thread Nathan
here. So I can't extract the CABs from the installer. Maybe ghenne can do it for you. Best Regards, Nathan Paulino Campos --- In nsbasic-ce@yahoogroups.com, "littlepic77" wrote: > > Hi George, > > Thanks for your reply - no this is brand new (less than $100)but lo

[nsbasic-ce] Creating an ActiveX Control For NSBasic

2010-12-16 Thread Nathan
using this tutorial to help me using the Flash control: http://www.nsbasic.com/ce/info/technotes/TN41.htm Best Regards, Nathan Paulino Campos -- You received this message because you are subscribed to the Google Groups "nsb-ce" group. To post to this group, send email to nsb...@

[nsbasic-ce] Expected End Of Statement

2010-06-10 Thread Nathan
line 155, char 8 Expected end of statement What I need to do? Best Regards, Nathan Paulino Campos -- You received this message because you are subscribed to the Google Groups "nsb-ce" group. To post to this group, send email to nsb...@googlegroups.com. To unsubscribe from this group

[nsbasic-ce] Re: Expected End Of Statement

2010-06-10 Thread Nathan
s code, I got this error: > >Microsoft VBScript compilation error - line 155, char 8 > >Expected end of statement > >What I need to do? > > > >Best Regards, > > Nathan Paulino Campos > > > > > > > -- You received this message because you are

[nsbasic-ce] Re: Convert String To Integer And Vice-Versa

2010-06-10 Thread Nathan
> >> Ok, but no 'as int'. > >> > >> Please excuse any typos. This message is sent from my mobile device. > >> > >> On Jun 9, 2010, at 9:37 PM, "Woody & Yuni Ho" wrote: > >> > >> > > >> > > >> &

[nsbasic-ce] Re: Convert String To Integer And Vice-Versa

2010-06-10 Thread Nathan
; > Dim a as int > > A = cint(txtstr) > > > > Woody > > > > > > Woody wizard at large(I'm in shape. Round is a shape) > > Connected by MOTOBLURâ„¢ on T-Mobile > > > > -Original message- > > From: Nathan > > To: nsbasic

[nsbasic-ce] Convert String To Integer And Vice-Versa

2010-06-09 Thread Nathan
nto a String to set the txtVisor.Text as the result of the operation. How could I do this? Best Regards, Nathan Paulino Campos -- You received this message because you are subscribed to the Google Groups "nsb-ce" group. To post to this group, send email to nsb...@googlegroups.com.

[nsbasic-ce] Getting The Text Of a TextBox

2010-06-09 Thread Nathan
Hello, I have a TextBox on my Form, that is called Visor, but I want to put what is inside it on a String, that I call VisorContent. How could I do this? Best Regards, Nathan Paulino Campos -- You received this message because you are subscribed to the Google Groups "nsb-ce"

[nsbasic-ce] Use a Customized Font On a TextBox

2010-06-07 Thread Nathan
Hello, I want to use a custom font on a TextBox that is on my Form. I've choose this font <http://www.dafont.com/digital-7.font> , but I need to know where I should put the files on my device, also how to set my TextBox to use that font. Best Regards, Nathan Paulino Campos -- Y

[nsbasic-ce] Re: What Is The Command That NSBasic 7 Uses To Execute .nsb?

2010-04-19 Thread Nathan
to execute their files on a HPC(Jornada 720) > >and on PPC, also if it can see if the file is on the folder of my > >launcher or I need to put the entire path. > > > >Best Regards, > > Nathan Paulino Campos > > > > > > > >-

[nsbasic-ce] What Is The Command That NSBasic 7 Uses To Execute .nsb?

2010-04-19 Thread Nathan
arguments that NSBasic uses to execute their files on a HPC(Jornada 720) and on PPC, also if it can see if the file is on the folder of my launcher or I need to put the entire path. Best Regards, Nathan Paulino Campos -- You received this message because you are subscribed to the Google Group

[nsbasic-ce] Re: Copy Files

2010-03-05 Thread Nathan
The third Tech Note doesn't cover Copy, only append, ... :( --- In nsbasic-ce@yahoogroups.com, "rmrsoft" wrote: > > It's all covered in Tech Note 3e > > > --- In nsbasic-ce@yahoogroups.com, "Nathan" wrote: > > > > I don't like

Re: Re(2): [nsbasic-ce] Spam

2010-03-04 Thread Nathan
We need more moderators here to check for these things and continue as a open board. I nominate myself to be one of the mods. ;) -- You received this message because you are subscribed to the Google Groups "nsb-ce" group. To post to this group, send email to nsb...@googlegroups.com. To unsubsc

[nsbasic-ce] Re: Copy Files

2010-03-04 Thread Nathan
I don't like to be..., but someone can help me? --- In nsbasic-ce@yahoogroups.com, "Nathan" wrote: > > Hello, > I want to know how to copy files with NSBasic/CE 7.0 > > Best Regards, > Nathan Paulino Campos > -- You received this message because you

[nsbasic-ce] Re: Adding Icon To Project And To The Form

2010-03-04 Thread Nathan
hive/2009/08/11/using-custom-icons-in-windows-mobile-6-5.aspx > > The icons are used much as program icons in desktop Windows. > > --- In nsbasic-ce@yahoogroups.com, "Nathan" wrote: > > > > Hello, > > I've saw that the Project and the Form have a property

[nsbasic-ce] Adding Icon To Project And To The Form

2010-03-03 Thread Nathan
Hello, I've saw that the Project and the Form have a property called Icon, then I want to know what I need to put there to set a icon to them, what formats are supported and also what the Project icon property change? Best Regards, Nathan Paulino Campos -- You received this message be

[nsbasic-ce] NSBasic/CE IRC Channel

2010-03-03 Thread Nathan
Hello, I love IRC because it's instant, then I've registered the NSBasic/CE channel. Here are the informations about it: Server: irc.freenode.net Channel: #nsbasic-ce Best Regards, Nathan Paulino Campos -- You received this message because you are subscribed to the Google Group

[nsbasic-ce] Copy Files

2010-03-03 Thread Nathan
Hello, I want to know how to copy files with NSBasic/CE 7.0 Best Regards, Nathan Paulino Campos -- You received this message because you are subscribed to the Google Groups "nsb-ce" group. To post to this group, send email to nsb...@googlegroups.com. To unsubscribe from this g

[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

[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
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
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-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-01 Thread Nathan
; If Err.Number = 0 Then > >> > txtFileName = dialog.filename > >> > MsgBox txtFileName '<- > >> > ElseIf Err.Number = 32755 Then > >> > 'The user canceled the dialog, so do nothing > >> > MsgBox "Canceled&quo

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

2010-03-01 Thread Nathan
t; & vbCrLf & vbCrLf & _ > >Err.Number & ": " & Err.Description, vbCritical, "Common Dialog ShowOpen" > > End If > > KillFocus > >End Sub > >And when I launch I get this: > > > >Best Regards. > > > >--- In

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

2010-02-28 Thread Nathan
he form(because I can't see it on the Control Tab). Best Regards, Nathan Paulino Campos -- You received this message because you are subscribed to the Google Groups "nsb-ce" group. To post to this group, send email to nsb...@googlegroups.com. To unsubscribe from this group,

[nsbasic-ce] 16-Bits BMP Validation

2010-02-28 Thread Nathan
ot;, OverwriteExistingBut How can I validate the input file as a 16-Bits BMP? Best Regards, Nathan Paulino Campos -- You received this message because you are subscribed to the Google Groups "nsb-ce" group. To post to this group, send email to nsb...@googlegroups.com. To unsubscribe fr

[nsbasic-ce] Re: NSBasic/CE 7.0 Run-time Error '429'

2010-02-28 Thread Nathan
; 1. Upgrade to NS Basic/CE 8 > 2. Delete \Windows\System32\exPropertiesList.dll and reinstall NS Basic/CE 7. > > > > > > > >Hello, > >I've just installed NSBasic/CE 7.0 on my Windows XP, but when I tried to > >open the IDE I just got this: > > &

[nsbasic-ce] NSBasic/CE 7.0 Run-time Error '429'

2010-02-28 Thread Nathan
Hello, I've just installed NSBasic/CE 7.0 on my Windows XP, but when I tried to open the IDE I just got this: What I can do? Best Regards, Nathan Paulino Campos -- You received this message because you are subscribed to the Google Groups "nsb-ce" group. To post to this group