- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
14 Posted Topics
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, but their performance left much to whish for in their game. … | |
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 an application with a GUI in VB6. It's a pricelist Inessence, and the … | |
Does anyone know what component I can use to create a Visual Basic (6) Program that can dial phone numbers? Thanks. | |
Re: 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 any letter and press enter. Windows will pop up an error dialog box. … | |
Re: 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 textbox to display the last entry. From the coding point of view, I think it's easier … | |
Re: 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: [code]On Error Resume Next[/code] at the top of the sub. This tells VB to continue on to … | |
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 application. I know VB can "call" the script by making an … | |
Re: 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 [URL=http://www.safesite.com/category.php%5Baction%5Dbrowse&i=120&id=305&f=%7C%7C%7C%7C&s=product.date_released%7CDESC%5BSiteID%5Ddigibuy]here[/URL] Just scroll down to the download link. Hope this helps. | |
Re: Are you looking for a way to format the ouput to a specific number of decimals? or to round to whole numbers? | |
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 done this before, where they take "jobs" on their … | |
Re: 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 hey...just a thought. | |
Re: 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 invoice. However, the program allows the user to input a … |
The End.