Search the web
Sign In
New User? Sign Up
nsbasic-ce · Forum for NS Basic/CE users
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 20243 - 20274 of 20556   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
20243
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...
louisbanens
Offline Send Email
Jul 1, 2009
8:59 am
20244
I use the sample grid.nsb and includ the code Sub grid_Click Dim Linha Dim Coluna Coluna = grid.col Linha = grid.row MsgBox Grid.TextMatrix(Linha,Coluna) End...
EMERSON VIER
emersonvier
Offline Send Email
Jul 3, 2009
11:34 pm
20246
There is not enough info here to give much help. Have you added a grid object named "grid" to your project? Do you get any error messages?...
George Henne
ghenne
Offline Send Email
Jul 6, 2009
1:24 pm
20247
Hi all !! 1) in nsbasicPalm I use startup very to place the codes that I want that they are executed when my application to initiate. In nsbasicCE which would...
Lazaro
lazaroinfo
Offline Send Email
Jul 7, 2009
9:29 pm
20248
1. Probably the closest thing would be Sub Main() End Sub 2. NS Basic/CE's file system is more like that of Windows on the desktop. You can use flat files with...
George Henne
ghenne
Offline Send Email
Jul 8, 2009
1:16 am
20250
Hi, I am converting an eVB program to NSB and am stuck at a function that uses the eVB functions Screen.FontCount and Screen.Fonts(i) to enumerate the fonts...
jingjok67
Offline Send Email
Jul 8, 2009
8:45 am
20251
There is no equivalent function in NS Basic/CE. The only workaround I can think of is to scan the \Windows folder for .ttf files. You can do this using this...
George Henne
ghenne
Offline Send Email
Jul 8, 2009
10:36 am
20252
Hi all !! 1) in nsbasicPalm I use startup very to place the codes that I want that they are executed when my application to initiate. In nsbasicCE which would...
lazaroinfo
Offline Send Email
Jul 8, 2009
12:04 pm
20253
But where i place the sub Main() .... End Sub ? Existis Startup in NsbsicCE ? Thanks.....
lazaroinfo
Offline Send Email
Jul 8, 2009
12:09 pm
20254
You can put it anywhere in the code window. Near the top is probably best for keeping things organized....
George Henne
ghenne
Offline Send Email
Jul 8, 2009
12:17 pm
20255
What the best way to show picture, I read the technoteS but I not undested, I need click button and show on picture.. EMERSON VIER...
EMERSON VIER
emersonvier
Offline Send Email
Jul 9, 2009
9:00 pm
20256
Use the PictureBox object. To display an image, set the Picture property to the pathname to your image. <http://www.nsbasic.com/ce/info/technotes/TN13.htm> ...
George Henne
ghenne
Offline Send Email
Jul 10, 2009
1:38 pm
20257
Instead of playing a sound I want to let my phone vibrate. Is that posible in NS Basic?...
louisbanens
Offline Send Email
Jul 10, 2009
9:46 pm
20258
Thx George, Work very well. Now I try use the event "Click" on my projetc I had four form on the Default form this event work, but on other form not work... ...
EMERSON VIER
emersonvier
Offline Send Email
Jul 10, 2009
10:50 pm
20259
I am running NS Basic/CE 8.0.2a - just upgraded from v7 in the last hour. I loaded my main application and trying to run it on my Windows Mobile v6.1...
Timothy Williams
gilhyde
Offline Send Email
Jul 11, 2009
7:27 pm
20260
I have the same problem described in http://tech.dir.groups.yahoo.com/group/nsbasic-ce/message/20205 However, an older post suggested that one could locate the...
grgpap16
Offline Send Email
Jul 11, 2009
7:33 pm
20261
I try again and events "click" only work on Default Form, if I try this on other Form not work, I not get any error messages EMERSON VIER...
EMERSON VIER
emersonvier
Offline Send Email
Jul 11, 2009
9:24 pm
20262
I use the Technote 32 for send mail, OK. But not send the attach FILE I use this code eTo="mailto:" & "info© n..." eSubject="?subject=" & "Email sent from NS...
EMERSON VIER
emersonvier
Offline Send Email
Jul 11, 2009
10:23 pm
20263
Hi, I assume you are using the NSBasic Installer !! You now need to add the required controls into the project so that the installer file created can install...
joespan123
Offline Send Email
Jul 11, 2009
10:48 pm
20264
Thank you - I will try it New Stuff :)...
gilhyde
Offline Send Email
Jul 12, 2009
12:50 am
20265
OK Added the resource and also realized that I needed to add two more - got it working Thanks!!!!!! ... I think I like this new version - the installation is a...
gilhyde
Offline Send Email
Jul 12, 2009
2:11 am
20266
I can't find documentation for tmail anywhere on the Microsoft site, except for this: <http://social.msdn.microsoft.com/Forums/en-US/windowsmobiledev/thread/ ...
George Henne
ghenne
Offline Send Email
Jul 12, 2009
11:15 am
20267
The author of the MG* controls passed away in 2004 - they are no longer being maintained. You can download the installer here: ...
George Henne
ghenne
Offline Send Email
Jul 12, 2009
11:18 am
20268
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...
EMERSON VIER
emersonvier
Offline Send Email
Jul 12, 2009
5:30 pm
20269
My app has many form , How I get the form is Enable or Visible? EMERSON VIER...
EMERSON VIER
emersonvier
Offline Send Email
Jul 12, 2009
7:54 pm
20270
George, You have news about this? Regards, Emerson Vier...
EMERSON VIER
emersonvier
Offline Send Email
Jul 14, 2009
10:45 am
20271
George, Glacier Computers is advertizing a rugged industrial unit "the Everest E2000, a dedicated full-screen Windows CE computer boasting the new Texas...
bwolodko
Offline Send Email
Jul 16, 2009
8:09 pm
20272
It should. You'll have to match the Platform setting in Tools...Options...Installer with the device. Let us know what happens if you try it!...
George Henne
ghenne
Offline Send Email
Jul 17, 2009
10:41 am
20273
tmail.exe is a Microsoft program. I can't find official documentation on it....
George Henne
ghenne
Offline Send Email
Jul 18, 2009
10:33 am
20274
True. You'll have to find the appropriate API call in Microsoft's documentation, then create a DECLARE statement to invoke it....
George Henne
ghenne
Offline Send Email
Jul 18, 2009
10:33 am
Messages 20243 - 20274 of 20556   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help