... 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...
... 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...
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 ...
... 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...
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. ...
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...
... 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...
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...
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. ...
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...
... 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,...
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...
... 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...
... 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...
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...
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
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)...
... Writing a quick file processor to connect all your line continuations would be trivial, then you could concentrate on the real differences in the...
... From: "Ivo Tonkes" <ijtonkes@...> To: <xbasic@yahoogroups.com> Sent: Tuesday, May 16, 2006 10:53 PM Subject: Re: [xbasic] newbe once again Steve and...
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...
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...
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"...
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, 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 ...