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

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 941 - 970 of 3191   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
941
George, Can you provide any insight into when a more permanent fix for dealing with large source files will be avaialble ? Can you provide info into how many...
Fred
fctonetti
Offline Send Email
Dec 2, 2005
5:17 pm
942
It's based on number of bytes in the source. Right now, the limit is about 1 meg. We are working on increasing this, and will release a new version as soon as...
George Henne
ghenne
Offline Send Email
Dec 2, 2005
5:52 pm
943
I assume you are referring to the resulting .exe file in terms of size as the source is about half that. ... is ... as ... dealing ... (...
Fred
fctonetti
Offline Send Email
Dec 2, 2005
7:23 pm
944
Correct. We're working to remove the limit....
George Henne
ghenne
Offline Send Email
Dec 2, 2005
7:40 pm
945
Hi George: I am not sure how you created your EXE but if there is anyway to add a custom file to the EXE would be cool. A text and maybe even a MDB file that...
Bob Katayama
banffbears
Offline Send Email
Dec 2, 2005
7:51 pm
946
I am working on a daily basis with the following software; Rational ClearQuest Rational ClearCase Ratoinal Requisite Pro I am looking to open all three...
Jeff
ht354
Offline Send Email
Dec 2, 2005
8:25 pm
947
One possibility is to use SendKeys: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/script56/html/wsmthsendkeys.asp The other option I know of...
Styskul
Offline Send Email
Dec 2, 2005
8:52 pm
948
It's on our list already. This would open up all kinds of possibilities! George Henne Map yourself in the world of NS BASIC users! ...
George Henne
ghenne
Offline Send Email
Dec 2, 2005
9:10 pm
949
Here's a simple example '----------------------------------------- Sub Main() Dim oWSH Set oWSH=CreateObject("WScript.Shell") oWSH.Run "Wordpad.exe" ...
Tim Markoski
tmarkoski1122
Offline Send Email
Dec 2, 2005
9:19 pm
950
I like your solution better than mine due to the fact that it offers better flixibility. However, I cannot seem to get/grab & hold window focus with the...
Jeff
ht354
Offline Send Email
Dec 5, 2005
3:55 pm
951
I've written a formless application to perform serveral mundane tasks. At the end of executing everything, I have included the following statement; MsgBox "All...
Jeff
ht354
Offline Send Email
Dec 5, 2005
5:30 pm
952
What you're seeing is the initialization of the output container. This happens even if the project is formless. Move the output container off the screen. ...
Tim Markoski
tmarkoski1122
Offline Send Email
Dec 5, 2005
5:54 pm
953
Try using a Sleep command after the AppActivate statement. You need to allocate time for the window handle to be passed....
Tim Markoski
tmarkoski1122
Offline Send Email
Dec 5, 2005
5:54 pm
954
Hey thanks for the advice on the window shifting. I did not trty it right off since a lot off languages in concert with the PC spew errors when anything gets...
Jeff
ht354
Offline Send Email
Dec 5, 2005
6:32 pm
955
Sorry for the delay in posting this. I havent had time to add the error checking yet. I'll upload a better version with error checking at a later date (Unless...
michael_newett
Offline Send Email
Dec 6, 2005
1:29 am
956
I'm looking to edit my iTunes XML file created on my PC. Does anyone have any insight into how to read and parse the file into a form? I have a decent...
Jeff
ht354
Offline Send Email
Dec 6, 2005
2:16 am
957
How can i have nsbasic get a list of drive letters for current drives on the end users computer? Jonathan Dimension Servers LLC http://www.dimensionservers.com...
jonathan_teletype
jonathan_tel...
Offline Send Email
Dec 6, 2005
3:29 pm
958
Dim objFSO Set objFSO = CreateObject("Scripting.FilesystemObject") For Each Drive In objFSO.Drives MsgBox Drive.DriveLetter Next...
Tim Markoski
tmarkoski1122
Offline Send Email
Dec 6, 2005
4:37 pm
959
Hi guys, whats the best way to achieve a professional looking 'save as' dialogue box - such as the ones used in Word. I'm guessing some sort of ListView...
michael_newett
Offline Send Email
Dec 6, 2005
6:26 pm
960
Michael- Download and run the installation of my CommonDialogue-ActiveX Dialogue Replacement Library from the files section of this forum or from the link...
Tim Markoski
tmarkoski1122
Offline Send Email
Dec 6, 2005
8:32 pm
961
Michael, Thanks for the example which I managed to get working with very little fooling around ... although in playing with it, it would appear ? that once the...
Fred
fctonetti
Offline Send Email
Dec 6, 2005
8:45 pm
962
Thanks Tim ... to ... looking 'save as' ... icons for...
michael_newett
Offline Send Email
Dec 6, 2005
10:58 pm
963
Thats correct - if the Client side disconnects, the Server side does not disconnect the relevant socket at the moment. You have to restart the Server side. I...
michael_newett
Offline Send Email
Dec 6, 2005
11:31 pm
964
The "importance" of the form appears to be just as an application keep alive technique ... If for example in your server script ... you move the listener ...
Fred
fctonetti
Offline Send Email
Dec 7, 2005
1:48 am
965
Mike, Thanks for your initial post and script in this area. I've attached Client & Server side scripts that I've worked on somewhat that seem to handle most...
Fred Tonetti
fctonetti
Offline Send Email
Dec 9, 2005
3:56 pm
966
... somewhat that ... shared disk ... client doles ... may lean a ... send ... their CPU ... results ... seem ... the ... in ... results is ... better serve ...
John Carter
johnecarter
Offline Send Email
Dec 9, 2005
4:00 pm
967
Given that's how I read the forum as well I should have realized ... They are posted in the files section as Client IP & Server IP ... <ftonetti@o...> ... ...
Fred
fctonetti
Offline Send Email
Dec 9, 2005
5:55 pm
968
A follow up note ... Very recent testing shows that if you use the scripts to send LOTS of data you'll find they need some more intelligence as the sender will...
Fred
fctonetti
Offline Send Email
Dec 9, 2005
9:19 pm
969
Mi English is very bad, thence I hope to be understandable. I need an application that wait fixed length message from serial port. I am acquired "Franson...
concetto54
Offline Send Email
Dec 9, 2005
9:52 pm
970
Mike, Did you ever figure out a way to do this ? ... (2),...
Fred
fctonetti
Offline Send Email
Dec 10, 2005
4:35 pm
Messages 941 - 970 of 3191   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