Forum: Geeks' Lounge Jul 11th, 2006 |
| Replies: 6 Views: 1,179 While I agree with your opinion in that teams that were given no chance of winning made it to the final, and those that were the favourites were out halfway through the tournament, I think that it's... |
Forum: Geeks' Lounge Jul 11th, 2006 |
| Replies: 6 Views: 1,179 I KNow WC is over, but I just wanna get this out there:
Brasil must've been paid bank to play like they did against France, because I think we all agree that Brasil is a better team than France,... |
Forum: Visual Basic 4 / 5 / 6 Jul 10th, 2006 |
| Replies: 0 Views: 3,622 Hi, I've been looking for a solution to this all over the web, and although I've found some approaches to it, none of them seem to really answer my question.
Basically here it is: I currently have... |
Forum: Visual Basic 4 / 5 / 6 Jul 15th, 2005 |
| Replies: 2 Views: 3,053 Does anyone know what component I can use to create a Visual Basic (6) Program that can dial phone numbers? Thanks. |
Forum: Visual Basic 4 / 5 / 6 Jul 12th, 2005 |
| Replies: 3 Views: 3,491 Here you go. Hope it helps. |
Forum: Visual Basic 4 / 5 / 6 Jul 9th, 2005 |
| Replies: 2 Views: 1,682 The problem is that you have your textboxes initialized to strings, which cannot be converted into doubles, so VB complains. The quickest way to make VB ignore this is to add the line:
On Error... |
Forum: Visual Basic 4 / 5 / 6 Jul 7th, 2005 |
| Replies: 3 Views: 2,674 Yeah, I'm trying to read the CGI output. Here's the purpose, maybe that'll make it clearer. I have a program that stores customer data in a file. However, the program also updates an online database... |
Forum: Visual Basic 4 / 5 / 6 Jul 5th, 2005 |
| Replies: 1 Views: 1,269 What have you done so far? |
Forum: Visual Basic 4 / 5 / 6 Jul 5th, 2005 |
| Replies: 3 Views: 2,674 Hi, quick question:
Is it possible for vb6 to receive an answer from PERL via a return statement?
Let me expand:
The thing is, I have a CGI script that I would like to send data to a VB... |
Forum: Visual Basic 4 / 5 / 6 Jul 5th, 2005 |
| Replies: 4 Views: 2,435 To format the output, use the format() function. The syntax is the following:
format(The number to be formatted, "#.000")
The three zeros (you need the quotation marks) tell VB to include a... |
Forum: Visual Basic 4 / 5 / 6 Jul 4th, 2005 |
| Replies: 4 Views: 2,435 Are you looking for a way to format the ouput to a specific number of decimals? or to round to whole numbers? |
Forum: Visual Basic 4 / 5 / 6 Jul 4th, 2005 |
| Replies: 15 Views: 4,528 I guess you can "create" a message box just in windows, without any control over it. Just open the "Run" prompt, and there's your first window. You did not program it, but did call it. Secondly, type... |
Forum: Visual Basic 4 / 5 / 6 Jul 4th, 2005 |
| Replies: 6 Views: 5,950 Sorry dude, but the regular timer cannot take values larger than 65535 ms. So my advise, you can try Long Timer, a freeware program. The link is here... |
Forum: Visual Basic 4 / 5 / 6 Jul 2nd, 2005 |
| Replies: 2 Views: 2,104 Yeah, thanks for the response. I know it isn't a technical question, but since I'm the only one who actually does any programing around here (where I live) just wanted to get a second thought. And I... |
Forum: Visual Basic 4 / 5 / 6 Jul 1st, 2005 |
| Replies: 5 Views: 2,555 Just a thought.
I think a fun project would be to create a "Simon" game, where you have colored buttons flash and allow the user to click them. I think it would also be somewhat challenging, but... |
Forum: Visual Basic 4 / 5 / 6 Jul 1st, 2005 |
| Replies: 10 Views: 2,320 I think files are great because you can transfer them around, but they do involve more steps than the registry. I personally would rather use the windows registry, specially if you only need the... |
Forum: Visual Basic 4 / 5 / 6 Jul 1st, 2005 |
| Replies: 2 Views: 2,104 Hi,
I do a lot of VB programming on my own, and have gotten pretty decent at it. From time to time, a couple of people have asked me how much I would charge them for a specific program. Has anyone... |
Forum: Visual Basic 4 / 5 / 6 Jun 29th, 2005 |
| Replies: 3 Views: 1,717 I know this is kinda late, but I'm a first time visitor. The coolest thing I've done in VB is a program I developed for my business. It is a program that allows the user to "virtually" fill in an... |