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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 1928 - 1957 of 3191   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1928
Hi Dan. I agree - this looks like a bug. We'll fix it. George PS. Sorry for the slow reply on this!...
George Henne
ghenne
Offline Send Email
Dec 4, 2006
6:20 pm
1929
Hi Dan, Yes, I agree this is a bug too. We'll fix it....
George Henne
ghenne
Offline Send Email
Dec 4, 2006
6:30 pm
1930
Hi guys, Im looking at automating tasks in autocad using vba type commands - similar to what I have done and posted here for Excel. My problem is that some...
michael_newett
Offline Send Email
Dec 7, 2006
2:03 pm
1931
Do you mean like: x = array(1,2,3)...
George Henne
ghenne
Offline Send Email
Dec 7, 2006
2:17 pm
1932
Hi George, here is the vba code to create a circle. Dim acad As Object Set acad = CreateObject("Autocad.Application") acad.Visible = True Dim cenpt(0 To 2) As...
michael_newett
Offline Send Email
Dec 7, 2006
2:42 pm
1933
I cant get the following code to work with NSBASIC. I have tried it with VB and it works perfectly. The code opens up autocad and draws a circle. Here is the...
michael_newett
Offline Send Email
Dec 8, 2006
10:00 am
1934
Try doing this to force the variant type to double: centerpoint(0) = cdbl(0) 'x value of circle center centerpoint(1) = cdbl(0) 'y value of circle center ...
George Henne
ghenne
Offline Send Email
Dec 8, 2006
10:17 am
1935
Hi George, unfortunately that doesnt work either. I still get the same error. Sub Command1_Click() Set acad = CreateObject("Autocad.Application") acad.Visible...
michael_newett
Offline Send Email
Dec 8, 2006
10:31 am
1936
I have been able to get the common dialogue to work with CNC machinist software. However the application I am building is Form based. How do I translate the...
kshetarpal
Offline Send Email
Dec 10, 2006
11:09 am
1937
You'll need to start a new program as a Standard Project. Create all your forms and controls with the same names that you used in the non- Forms project. You...
George Henne
ghenne
Offline Send Email
Dec 11, 2006
4:30 pm
1938
I tried that but could not get it to work....
kshetarpal
Offline Send Email
Dec 12, 2006
11:21 am
1939
Can you give me more details? It should work fine....
George Henne
ghenne
Offline Send Email
Dec 12, 2006
1:27 pm
1940
I have a small NSBasic/CE application that I'd like to be able to have run on /Desktop for "show and tell". It has a form, some labels, some command buttons,...
djembedoc
Offline Send Email
Dec 12, 2006
3:43 pm
1941
Download CommonDialogue#2.nsd from the Files section of this forum. It shows how to use library with a form and Menus....
Tim Markoski
tmarkoski1122
Offline Send Email
Dec 12, 2006
3:47 pm
1942
First, which Comm control are you using? Second, have you give the desktop version a different name or put it into a different folder?...
George Henne
ghenne
Offline Send Email
Dec 12, 2006
5:44 pm
1943
I created a new folder, and copied in the .txt, .nsb, and .nsp files for my /CE project. I renamed the .nsb to .nsd for that test. I've still got the "comm"...
djembedoc
Offline Send Email
Dec 12, 2006
6:22 pm
1944
Have you tried saving the CE project as .txt, then loading the .txt into NS Basic/Desktop? Yes, you have to change the form bounds - they use a different...
George Henne
ghenne
Offline Send Email
Dec 12, 2006
6:47 pm
1945
As noted in my original post, the first thing I did was try loading the .txt version of my /CE program. I get a code window that offers me a chance to go to...
djembedoc
Offline Send Email
Dec 12, 2006
7:09 pm
1946
Hi Mike, I'd like to have a look at that - can you zip the txt file and send it to me? Thanks!...
George Henne
ghenne
Offline Send Email
Dec 12, 2006
7:36 pm
1947
Hi, in my opinion it's normal. CE to Desktop can not work(at the moment). It's a different OS world (as it currently works). That's why I take the way from...
Heiko Stolte
stolte_h
Offline Send Email
Dec 12, 2006
9:39 pm
1948
I get no result when I attempt to print it. here is the printed Code: 'This sample project uses Common Dialogue-ActiveX™ 'A Windows™ ActiveX™ Common...
kshetarpal
Offline Send Email
Dec 18, 2006
12:45 pm
1949
Is it possible to add a Print button that can print the current screen in the application?...
kshetarpal
Offline Send Email
Dec 18, 2006
12:48 pm
1950
I'm not sure which sample you mean. The Menus.nsd project that comes with NS Basic/Desktop uses the SetMenu command. You can issue a new SetMenu command at any...
George Henne
ghenne
Offline Send Email
Dec 18, 2006
2:25 pm
1951
Hi, it's possible to make a screenshot via NSBasicPicturebox, resize it and save it as Bitmap with a standard path and name(Sorry, but you get whole screen). ...
Heiko Stolte
stolte_h
Offline Send Email
Dec 19, 2006
4:02 pm
1952
Thanks , I will give it a try....
kshetarpal
Offline Send Email
Dec 21, 2006
1:47 pm
1953
Hi guys, has anyone had a chance to check out my multi-user SQL demo that I posted yet. I would appreciate any feed-back. Regards Mike ... of ... last ... ...
michael_newett
Offline Send Email
Dec 21, 2006
4:05 pm
1954
We have a new speed record for NS Basic/Desktop - and it comes from an unlikely place. Running on a MacBook (not even a Pro!), using Parallels and Windows ...
George Henne
ghenne
Offline Send Email
Dec 21, 2006
8:16 pm
1955
Hi all, added two new examples to the file section. Not really a revolution, but may be somebody needs the stuff. best regards and merry christmas heiko...
Heiko Stolte
stolte_h
Offline Send Email
Dec 22, 2006
2:40 pm
1956
Does anyone know if there any way of centring a desktop form in the centre of the physical screen....
Geoff Parish
atiaust
Offline Send Email
Dec 22, 2006
7:26 pm
1957
... This is VB6 code - I'm not sure how much of it applies to NSB/Desktop. Sub Center_Form(F As Form) Dim MyX As Integer Dim MyY As Integer MyX = (Screen.Width...
John Carter
johnecarter
Offline Send Email
Dec 22, 2006
8:39 pm
Messages 1928 - 1957 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