Search the web
Sign In
New User? Sign Up
xbasic
? 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.

Messages

  Messages Help
Advanced
Messages 12907 - 12937 of 17854   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
12907
Hello this GemmOne... The best place to ask someone a question like the one you are asking is go to a Hackers Chat Room and ask them. They can tell you which...
James Blount
james680x
Offline Send Email
Feb 1, 2004
8:37 am
12908
On Sat, 31 Jan 2004 15:09, cr wrote: Further addition - and sorry for any misleading information in my original message. By experimentation, I've found that...
cr
cr@...
Send Email
Feb 1, 2004
8:49 am
12909
... I don't have enough time available to commit myself to that, but I'm willing to give you advice (free) (either on the list or privately if too off-topic). ...
Eddie Penninkhof
wizball1
Offline Send Email
Feb 1, 2004
11:15 am
12910
Many thanks to all who responded to my inquiry regarding running XBasic via X11. I know have several avenues for research and will pursue them. Thx. again. ...
britk92001
Offline Send Email
Feb 1, 2004
1:35 pm
12911
On Sun, 1 Feb 2004 12:15:23 +0100 Eddie Penninkhof <wizball@...> ... Cygwin currently has an implementation of X and most of that other stuff, of course...
Steven V Gunhouse
sgunhouse
Offline Send Email
Feb 1, 2004
3:08 pm
12912
XBasic does respond on #KeyDown events. Check the source, do you see any #KeyUp events? They are available, but they aren't used. Do remember, Windows will...
Steven V Gunhouse
sgunhouse
Offline Send Email
Feb 1, 2004
3:09 pm
12913
Hi, I think that there is 2 typos: after: SUB WindowCompany r14 should be r1$ and the same after SUB WindowJob This has probably been reported, but I thought I...
Don
donophyn
Offline Send Email
Feb 1, 2004
4:50 pm
12914
I have some experience with Quick Basic 4.5, but I want to start using a Windows based interpreter/compiler. Xan someone please point me to a reference book or...
Lensman3
lensman32
Offline Send Email
Feb 2, 2004
12:39 am
12915
Hi: Try the following, but working with the demo programs is a great way to learn, also going back over previous posts at this site. And this is a very friendy...
old2newbie
Offline Send Email
Feb 2, 2004
1:15 am
12916
Hello again: My FileList for Windows is comming along, and I have the graphical interface working. I am viewing all file types including system and hidden, and...
old2newbie
Offline Send Email
Feb 2, 2004
1:59 am
12917
OK, which Don am I getting this e-mail from -- Kerry My web page URL is: http://users.iglide.net/n0wiq...
Kerry Miller
n0wiq
Offline Send Email
Feb 2, 2004
3:28 am
12918
I can't explain the files (if they are files), but I can explain the date. 1/1/1601 is the earliest legal date in Windows (as opposes to 1970, which was the...
Steven V Gunhouse
sgunhouse
Offline Send Email
Feb 2, 2004
3:31 am
12919
Thanks. I have it and I think that it will be a great help. ... From: old2newbie To: xbasic@yahoogroups.com Sent: Sunday, February 01, 2004 8:14 PM Subject:...
Lensman3
lensman32
Offline Send Email
Feb 2, 2004
3:44 am
12920
... Is that a rhetorical question? I'm sure #KeyUp aren't used (or didn't ought to be anyway). They certainly aren't in my code. ... I thought of...
cr
cr@...
Send Email
Feb 2, 2004
8:37 am
12921
... Sorry, Kerry, I forget that this email addy doesn't put my last name up....
Don
donophyn
Offline Send Email
Feb 2, 2004
1:19 pm
12923
I think the problem here is that your keyboard monitor function does not distinguish between KeyDown and KeyUp messages. When you press the Enter key to close...
Ken Minogue
xbkpm2
Offline Send Email
Feb 2, 2004
3:35 pm
12924
How to capture keyboard events into console? HTML help says me to use INP() function, but I donīt found it. How to do same into GUI app? Using easygui.x...
eb4bgr
Offline Send Email
Feb 2, 2004
5:34 pm
12925
... Hi Steven: As I have come to expect, from previous questions, and from just lurking this site, you are right on the money again. I had forgotten to REDIM...
old2newbie
Offline Send Email
Feb 3, 2004
2:30 am
12926
... I do try. Sometimes you just have to know what things mean - in this case, that 1/1/1601 is 0 time for Windows - to grasp the significance. Once you have...
Steven V Gunhouse
sgunhouse
Offline Send Email
Feb 3, 2004
3:48 am
12927
... I have no experience of Lisp (though I have been looking at LOGO and NetLogo) (subsets of Lisp) and have never written anything in Visual Basic. Better...
Lobster
edjason2001
Offline Send Email
Feb 3, 2004
7:13 am
12928
Hi everyone, Seems like I remember some talk here about using XBasic on PDAs. I have a few questions at any rate. What are the screen display sizes for the...
Don
donophyn
Offline Send Email
Feb 3, 2004
2:52 pm
12929
XBasic only works on Intel processors and compatibles, PDAs generally use other processors. Unless you have some sort of an emulator, an XBasic program won't...
Steven V Gunhouse
sgunhouse
Offline Send Email
Feb 3, 2004
4:31 pm
12930
... aligned ... than if ... of ... you ... Sorry for bothering you again, but I wrote I can modify the file record, but on the contrary I cannot! So the only...
paolo_fiore62
Offline Send Email
Feb 3, 2004
6:51 pm
12931
On Tue, 03 Feb 2004 18:49:54 -0000 "paolo_fiore62" <fiore62@...> ... You can READ it, if you do so as parts. Or just load it as a string and copy it, piece...
Steven V Gunhouse
sgunhouse
Offline Send Email
Feb 3, 2004
8:01 pm
12932
... same ... something of ... Dunno why, but the "advanced" one seems the nicest ;) I really like to assign all variables in one shot only and not to set each...
paolo_fiore62
Offline Send Email
Feb 3, 2004
11:22 pm
12933
Hi again Steven and the Xbasic community: I will be happy to share my FileList for windows program, but soon? Still have a few things to do, and more testing...
old2newbie
Offline Send Email
Feb 4, 2004
12:28 am
12934
Thanks. Yes, I'd figured what was happening, but not the cure for it. That line of code works perfectly. A couple of other data input windows are now...
cr
cr@...
Send Email
Feb 4, 2004
9:45 am
12935
... Has xbasic "macrofunction" as (w/ both the above TYPEs): set REC_B = corresponding REC_A for setting in one shot all (two in the example) corresponding ...
paolo_fiore62
Offline Send Email
Feb 4, 2004
5:47 pm
12936
On Wed, 04 Feb 2004 17:45:32 -0000 "paolo_fiore62" <fiore62@...> ... No, not that it matters here since we've already said that you can't get REC_A anyway....
Steven V Gunhouse
sgunhouse
Offline Send Email
Feb 4, 2004
7:14 pm
12937
The documentation doesn't report any keyword for starting an array from 1 like using "option base 1" onto quickbasic. Have I any way for doing it? And just to...
paolo_fiore62
Offline Send Email
Feb 4, 2004
10:31 pm
Messages 12907 - 12937 of 17854   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