Re: [nsbasic-ce] How to get device volume level

2009-07-18 Thread George Henne
True. You'll have to find the appropriate API call in Microsoft's documentation, then create a DECLARE statement to invoke it. I want to access the speaker volume of the device. I am only able to get the volume with the command 'Wavevolume xx' if previously set in the application. But I cannot

Re: [nsbasic-ce] Re: Sending Mail

2009-07-18 Thread George Henne
tmail.exe is a Microsoft program. I can't find official documentation on it. Please send again the your link from microsoft. Yesterday I make research about tmail, I tested this parameters, not worked. I try send mail to CC and BCC not worked too. http://www.cjcraft.com/blog/2008/10/02/

Re: [nsbasic-ce] Is there a way to use the Vibration function of my phone in NS Basic

2009-07-18 Thread George Henne
You'll have to find the appropriate API call in Microsoft's documentation, then create a DECLARE statement to invoke it. Instead of playing a sound I want to let my phone vibrate. Is that posible in NS Basic? Yahoo! Groups Links

RE: [nsbasic-ce] How get Form name Show

2009-07-18 Thread EMERSON VIER
How I get current Status? -Original Message- From: George Henne g...@nsbasic.com Sent: sábado, 18 de julho de 2009 07:29 To: nsbasic...@yahoogroups.com nsbasic...@yahoogroups.com Subject: Re: [nsbasic-ce] How get Form name Show I'm not sure what you are asking here. If you want to be

RE: [nsbasic-ce] How get Form name Show

2009-07-18 Thread EMERSON VIER
How I get current Status? -Original Message- From: George Henne g...@nsbasic.com Sent: sábado, 18 de julho de 2009 07:29 To: nsbasic...@yahoogroups.com nsbasic...@yahoogroups.com Subject: Re: [nsbasic-ce] How get Form name Show I'm not sure what you are asking here. If you want to be

[nsbasic-ce] Re: Grid click

2009-07-18 Thread EMERSON VIER
I use the AddObject Sub Form1_Load() On Error resume next AddObject grid,grid,0,0,240,150 If err Then MsgBox Grid control not installed. Please check the ReadMe file's section on Install Device Components for more information.,,Grid Bye End If On Error Goto 0 grid.cols=3