Search the web
Sign In
New User? Sign Up
xbasic
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 16546 - 16580 of 17972   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
16546
... I started from the beginning making a new program, and now it works properly. I must have changed something in Test() function trying to understand the...
Noel Pil
noelpilterhorst
Offline Send Email
Apr 1, 2006
8:19 am
16547
... that's ... various ... that ... Solved my problem with the XgrDrawLine in DrawPad.X. Thanks to the recent examples by Vincent, I learned that I had to...
old2newbie
Offline Send Email
Apr 5, 2006
1:40 am
16549
I've been rumblin with the infozip packages again, since i need a zip function as well. I'm getting a headache of all these different VB sources that do the ...
vvacme
Offline Send Email
Apr 11, 2006
7:41 pm
16550
... Would it be easier to do something based on the 7-Zip project's work? http://www.7-zip.org/ Instead of wrapping dlls for one platform, a library could...
arthurking2k
Offline Send Email
Apr 13, 2006
2:14 am
16551
The 7-Zip dll's from the downloadable binaries don't have any usefull exports, i would have to compile those in Cpp / C again before having anything usefull. ...
Vincent Voois
vvacme
Offline Send Email
Apr 13, 2006
6:18 am
16554
I found something very weird in the OPEN() routine of XBasic, but i can't tell for sure if it only happens on my PC (Windows XP) Download below file (contains...
Vincent Voois
vvacme
Offline Send Email
Apr 15, 2006
6:53 pm
16555
I am not yet a user. Please, can I run xbasic on win2000 ?...
p_geffe
Offline Send Email
Apr 15, 2006
7:40 pm
16556
Xbasic works on various flavors of Linux and Windows (Windows 9x, Windows 2000, Windows XP and probably also Vista, but haven't tested it on that)...
Vincent Voois
vvacme
Offline Send Email
Apr 15, 2006
8:50 pm
16557
... then ... Nonexistent ... Nonexistent ... Nonexistent ... Nonexistent ... Nonexistent ... Nonexistent ... Nonexistent ... earlier ... the ... doesn't ... ...
Michael McE.
mapei_mapei
Offline Send Email
Apr 16, 2006
12:50 am
16558
... i ... in ... may ... not ... Actually it's being removed by 'XstFindFiles' as far as I can see. Michael...
Michael McE.
mapei_mapei
Offline Send Email
Apr 16, 2006
12:52 am
16559
... Hmmz, you know that it's hardly noticeable from within Windows Explorer to see these files have a preceding space? Thanks for figuring that one out! Damn...
Vincent Voois
vvacme
Offline Send Email
Apr 16, 2006
6:45 am
16561
I need to get a text from a XuiTextLine, but in spite of showing the string I need to show **** (a keyword window). I tried to use the TextEvent SUB in...
Juan Carlos
jc_vicente
Offline Send Email
Apr 20, 2006
9:22 pm
16562
You need a password function that hides keyinput. To reach that, you have to capture keyboard input before processed and then send a star-char instead of it. ...
Vincent Voois
vvacme
Offline Send Email
Apr 21, 2006
7:27 am
16563
It works fine, I'll try early to support DEL key, now it's not necessary for my program. My TextEvent stayed as: SUB TextEvent 'thanks to Vincent Voois IF...
Juan Carlos
jc_vicente
Offline Send Email
Apr 21, 2006
10:11 pm
16564
... Yes, i forgot to explain, since the message is being send to the functionCode() prior to passing it to function() and if you don't reset the kid-number,...
Vincent Voois
vvacme
Offline Send Email
Apr 22, 2006
9:13 am
16565
... When returning from a TextEvent, a "kid" of -1 means "abort" (do not process this event further). -- Steve Gunhouse...
Steve Gunhouse
sgunhouse
Offline Send Email
Apr 22, 2006
5:47 pm
16566
Dear friends, I'am new here,so forgive me if some questions have been already answered in the past. I try to convert an application from turbo basic (Borland...
Ivo Tonkes
ijtonkes
Offline Send Email
May 14, 2006
7:32 pm
16567
... Why would you solve it like that in the first case? Are you discussing a menubar? i would expect a string array or string with newline characters in the XB...
Vincent Voois
vvacme
Offline Send Email
May 14, 2006
8:05 pm
16568
... Doesn't look very efficient even in TurboBASIC. I used to program in the successor to TurboBASIC, PowerBASIC. Yeah, a separate company bought the old...
Steve Gunhouse
sgunhouse
Offline Send Email
May 14, 2006
10:09 pm
16570
Dear Vincent and Steve, Thanks for your advice. I was already convinced to make the move to XB (speed and possebillety making programs >380k in DOS). Did not...
Ivo Tonkes
ijtonkes
Offline Send Email
May 15, 2006
2:36 pm
16571
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the xbasic group. File :...
xbasic@yahoogroups.com
Send Email
May 16, 2006
7:22 am
16572
Steve and Vincent, I fear I did not make my problem clear enough. I have to convert a few 100 shapes (combine all variants with each other like here under)...
Ivo Tonkes
ijtonkes
Offline Send Email
May 16, 2006
12:58 pm
16573
... Writing a quick file processor to connect all your line continuations would be trivial, then you could concentrate on the real differences in the...
Steve Gunhouse
sgunhouse
Offline Send Email
May 16, 2006
1:07 pm
16574
... From: "Ivo Tonkes" <ijtonkes@...> To: <xbasic@yahoogroups.com> Sent: Tuesday, May 16, 2006 10:53 PM Subject: Re: [xbasic] newbe once again Steve and...
Vic Drastik
vicdrastik
Offline Send Email
May 19, 2006
5:26 am
16575
Being an absolute profane, I think the ugly blocks used by Ivo aim to reduce computing time. Using IF x THEN IF y THEN IF z... is an old way to "optimize" IF...
José G. Moya Y.
jose_m0ya
Offline Send Email
May 19, 2006
2:36 pm
16576
On Fri, 19 May 2006 09:35:33 -0400, José G. Moya Y."" ... A PUSH is probably not a big deal. At least, you're not worried about the effect on stack space. But...
Steve Gunhouse
sgunhouse
Offline Send Email
May 20, 2006
2:26 pm
16577
Hi all. I'm looking at yabasic, wbbasic, and xbasic to do some program learning. Just wondering if anyone has opinions on the 3. I like yabasic because I "get"...
A.R.S. KA9QLQ Alvin K...
alvin_ka9qlq
Offline Send Email
May 20, 2006
8:03 pm
16578
On Sat, 20 May 2006 16:02:55 -0400, A.R.S. KA9QLQ Alvin Koffman ... I really can't speak to the other two. From the ones you mention, presumably you are using...
Steve Gunhouse
sgunhouse
Offline Send Email
May 20, 2006
11:30 pm
16579
... From: "A.R.S. KA9QLQ Alvin Koffman" <alvin_ka9qlq@...> To: <xbasic@yahoogroups.com> Sent: Sunday, May 21, 2006 6:02 AM Subject: [xbasic] newbe...
Vic Drastik
vicdrastik
Offline Send Email
May 21, 2006
9:34 am
16580
... Steve, Vic OK.....I'll give it a try. After reading some docs I got off this group I see it looks very learnable, like yabasic. I'm porting a simple ...
A.R.S. KA9QLQ Alvin K...
alvin_ka9qlq
Offline Send Email
May 21, 2006
9:36 pm
Messages 16546 - 16580 of 17972   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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