Search found 450 matches

by moneo
Wed Sep 14, 2005 6:41 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Simple array question
Replies: 9
Views: 11455

Rocket Boy, I've got the routine you need. It was written in 1986 by a group of us at Citibank-Mexico as a challenge. Instead of an array of window ID numbers like you have, they array contained train wagon numbers. You select a wagon number, it gets moved to the head of the train, and the rest of t...
by moneo
Wed Sep 14, 2005 5:52 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Simple array question
Replies: 9
Views: 11455

SebMcClouth wrote:Neither do I... I just tried sumfin...

grtz
Bas
You're a riot, Seb! :D
by moneo
Wed Sep 14, 2005 12:40 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Simple array question
Replies: 9
Views: 11455

Re: Simple array question

Alright, I have an array that's like... Array(1 to 30) as Integer I want to use it to keep track of the Z-Order of windows in a GUI. So, the idea is each of the elements of that array hold an ID number of a given window, the top one being 1. What I'm looking to do, is a way to put the ID of the win...
by moneo
Tue Sep 13, 2005 6:50 pm
Forum: General Discussion
Topic: What kind of music do we all listen to?
Replies: 26
Views: 38290

A lot of that music is still popular here in Puerto Rico. :) Yes, like: Borinquen, la tierra del eden............ En mi viejo San Juan................ And many merengues. Actually the merengue originated in Dominican Republic, but Puerto Rico made them famous, like: A mi me dicen el negrito del Bat...
by moneo
Tue Sep 13, 2005 5:05 pm
Forum: General Discussion
Topic: What kind of music do we all listen to?
Replies: 26
Views: 38290

My taste in music is quite different from what you guys have mentioned. I listen to a radio station here in Mexico that plays classic Spanish and Latin American oldies like: BOLEROS, such as: Basame Mucho Noche de Ronda Quiereme Mucho Quisiera Ser Y (Y que hiciste del amor que me brindaste....) Sabo...
by moneo
Tue Sep 13, 2005 4:34 pm
Forum: General Discussion
Topic: been absent for a while...
Replies: 2
Views: 5733

With your experience with QB, you'll be the resident expert. :wink:
*****
by moneo
Mon Sep 05, 2005 7:55 pm
Forum: General Discussion
Topic: Troll? me?
Replies: 19
Views: 24730

I did some searching and found the following. 1) In European mythology, TROLLS were once feared creatures that lived in the dark forest. Today they are little dolls sold in novelty shops. 2) From Wikipedia, the free encyclopedia. In the context of the Internet, a TROLL is a person who posts inflamma...
by moneo
Fri Sep 02, 2005 2:43 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: formula for percent
Replies: 39
Views: 42812

MystikShadows wrote:WEll me I'm 37 :-)...probably the biggest number you'll get here LOL
Not quite, Mystik, I'm 66. Been programming since 1961. Began using a variation of Dartmouth Basic in 1969, then later, many other dialects of Basic.
*****
by moneo
Fri Sep 02, 2005 2:36 pm
Forum: News and Announcements
Topic: CHALLENGE: Timezone calculator.
Replies: 50
Views: 77067

Seb, You used my code on the following line, but you modified the original > 23 to > 24. This does not work. I put the > 23 back and it now works. IF ToHour > 24 THEN ToHour = ToHour - 24: Day$ = "+1": GOTO GotHour A minor point, you misspelled "military time" as "militairy ...
by moneo
Thu Sep 01, 2005 7:35 pm
Forum: News and Announcements
Topic: CHALLENGE: Timezone calculator.
Replies: 50
Views: 77067

Can't wait to see it, Seb.
*****
by moneo
Wed Aug 31, 2005 2:28 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: formula for percent
Replies: 39
Views: 42812

percent wrote:it's not homework, and I don't have any math teachers readily available
As a rule, we don't help people with homework, like Z!re said. It sounds like homework to Z!re and to me too. If it's not homework, then what is it? Explain, and we'll help you.
*****
by moneo
Wed Aug 31, 2005 2:13 pm
Forum: News and Announcements
Topic: CHALLENGE: Timezone calculator.
Replies: 50
Views: 77067

Seb,

An improved version from you will certainly be welcome. However, any new version from you will not compete for second place, since you already have the first place position.

BTW, I won't start testing your new version(s) until you let me know which is the definitive final version.
*****
by moneo
Tue Aug 30, 2005 6:40 pm
Forum: News and Announcements
Topic: Still Going?
Replies: 1
Views: 6401

Yes. See my last post in Timezone Calculator thread.
*****
by moneo
Tue Aug 30, 2005 6:32 pm
Forum: News and Announcements
Topic: CHALLENGE: Timezone calculator.
Replies: 50
Views: 77067

Is this competition still going> It says so in the latest issue of QB and I qould like to submit an entry. Sure, go ahead and submit your entry. :D We already have announced a winner, but we could use a good second place solution. Kindly register and sign in before submitting your entry, so we know...
by moneo
Wed Aug 24, 2005 5:48 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Delay - Function
Replies: 9
Views: 11326

Re: Delay - Function

Currently I'm using: SUB Delay (Value as integer) t! = timer do: loop while timer - t! < Value end sub When I use under .5 it doesn't work and I need a delay that works for say .2 secs or so. grtz Seb Looking at your code, I notice that "Value" is an integer. Therefore, it will never work...
by moneo
Wed Aug 24, 2005 5:10 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: How to get the mhz on the processor
Replies: 6
Views: 7153

Seb,

I'm running XP, but this should work on other Windows versions.

1) Get into the Control Panel.

2) Click on "System".

3) There's a little section there called "Computer" which contains the processor type, processor speed, and the number of megs of RAM.

*****
by moneo
Tue Aug 23, 2005 9:26 pm
Forum: General Discussion
Topic: QB Express #14 Submissions
Replies: 29
Views: 40593

I prefer to publish only new / original content in QB Express. In fact, the only submissions I've ever turned down are ones where people submit oher people's articles that they've found on the Internet...I just don't want to make a magazine out of old content. However, I will occasionally print old...
by moneo
Tue Aug 23, 2005 8:00 pm
Forum: General Discussion
Topic: What's more popular, qbasic or flash?
Replies: 7
Views: 11134

Excuse my ignorance..........
*****
by moneo
Tue Aug 23, 2005 7:49 pm
Forum: General Discussion
Topic: Develop machine
Replies: 7
Views: 10622

Seb, How about an Iomega Zip Drive? They used to be very popular but now hardly anybody uses them. Maybe one of your friends still has one that he's not using and maybe you could borrow it or buy it very cheap. If I recall they used to sell for about $179. First check if you can still buy the disk c...
by moneo
Tue Aug 23, 2005 7:31 pm
Forum: General Discussion
Topic: What's more popular, qbasic or flash?
Replies: 7
Views: 11134

What is flash?
*****