Posts
 
Reputation
Joined
Last Seen
Ranked #4K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
0 Endorsements
~2K People Reached
Favorite Tags

14 Posted Topics

Member Avatar for Lalo1985

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. …

Member Avatar for pty
0
60
Member Avatar for Lalo1985

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 …

0
59
Member Avatar for cancer10
Member Avatar for Lalo1985

Does anyone know what component I can use to create a Visual Basic (6) Program that can dial phone numbers? Thanks.

Member Avatar for Comatose
0
123
Member Avatar for mickyboy

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. …

Member Avatar for jwshepherd
0
435
Member Avatar for williamrojas78

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 …

Member Avatar for cookware_ok
0
151
Member Avatar for mickyboy

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 …

Member Avatar for mickyboy
0
122
Member Avatar for Lalo1985

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 …

Member Avatar for Lalo1985
0
139
Member Avatar for cancer10

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.

Member Avatar for Comatose
0
255
Member Avatar for mickyboy

Are you looking for a way to format the ouput to a specific number of decimals? or to round to whole numbers?

Member Avatar for mickyboy
0
135
Member Avatar for kapow
Member Avatar for Lalo1985

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 …

Member Avatar for Lalo1985
0
148
Member Avatar for Phat !

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.

Member Avatar for Comatose
0
142
Member Avatar for Ghost

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 …

Member Avatar for Lalo1985
0
248

The End.