empty messageboxes on a fourm
hi i have this code for adding stuff to a database Code: Private Sub AddFunction() Â Â sFinCal = "O:\OPXDB\FINCTR1.INI" Â Â sFinCalGrp = "O:\OPXDB\FINGRP1.INI" Â Â Â Â Â Â Â Â Â Â Â Â Select Case...
View Articledetect if a game is running
I have written a vb6 toolbar using getcursorpos + timer, the program works fine but while a game is running, the toolbar shows blinks on screen while some games are running, i've partially solved the...
View Articlevb 6.0 and access database connectivity etc
Dim conn As New adodb.Connection Dim rs As New adodb.Recordset Option Explicit Public LoginSucceeded As Boolean Private Sub cmdCancel_Click() LoginSucceeded = False Me.Hide End Sub Private Sub...
View Articlecheck Date Format
hi i have been asked to write a function that check the length of a date string and to enscure it check the date entered to make sure the first 2 are digits the next 3 or letter last 2 are digits so...
View ArticleWith statement using multiple list boxes
I would be most grateful for help with the following code segment in Visual Basic 6.0. Execution without the Error Handler gives Run-time error 424 Object required. I have tried replacing strFileName...
View Articlecount kay in my Dictionary
I loop a txt file line by line with: Code: Dim f As Integer   f = FreeFile   Open Path For Input As #f   Do While Not EOF(f)     Line Input #f, tempstr     If tempstr <> "" Then...
View ArticleProblems Taking a Screenshot of a Website
So i have code that goes out to a URL, takes a screenshot and saves the image to a folder. I'm having a problem with websites that put focus on an HTML element such as a search box (Yahoo) or a login...
View ArticleLittle Boxes (on a hillside)---Trying to Color Code based on Values
Okay....gave up.....am trying to simply color code three textboxes (text1(0), text1(1), and text1(2) base upon their value: If one of them has a value more than the other two, make the BG green. If one...
View ArticleBarcodes not scanning - printed using vb code, scanning using vb6 code
downloaded IDAUTOMATION39HC font from net and copied to my systems' windows/fonts folder (Using XP SP2) I printed barcodes from my vb6 program on labels ( corresposning to alphanumeric codes, ex:...
View ArticleHi I need some advice
Hi, everyone im new to this forum and I need some advice about my program. I was wondering if there is away to make a scripting Language that will change the color of my projuct no mater what form I...
View ArticleCan't find the code contained within a project - new to VB 6.0
I have recently been tasked at work to take a program written in VB 6.0 and recreate it in VB.net. The problem is that there are a number of equations associated with this project so I have also been...
View ArticleDownload file Start/Pause
Hello Please advise me I need to download a file from the Internet, which has a size such as 100 megabytes - It may happen that the PC is turned off or the internet is not available. How do I do to...
View Article[RESOLVED] clear textboxes
hi how would u go about clearing textboxes in vb6. the slight thing is i dont wan them all cleared just a certain amount of them
View Article[RESOLVED] format date function
hi i have this code Code: Public Sub Annually(SecID As String, INTSTRTDTE As String, INTENDDTE As String) Dim dteRunningDate As String Dim i As Integer Dim intInterval As Integer Dim sTempCalendar As...
View ArticleZlib 1.2.3 GZip only storing data, not compressing?
I'm using the following for having gzip 'compressed' data, but it seems that there is no compression done and I can't figure out why.. When I test the file TestData.gz with WinRar it says it's a valid...
View ArticleAnimation on a status form
Hi, I have a form that loads down by the tray to show a message that the application is loading. I wanted to add an animation to show the app isn't stalled and is working. I tried using animation...
View Article[RESOLVED] Can't find the code contained within a project - new to VB 6.0
I have recently been tasked at work to take a program written in VB 6.0 and recreate it in VB.net. The problem is that there are a number of equations associated with this project so I have also been...
View ArticleSimple Fraction Calculator
Ok i know this isnt the best way to get help, but im running dry on ideas how to get my project done and the vb script forum seems to be pretty dead. This is my project...
View ArticleWinsock Control is getting stuck after 10 or 15 retries.
Hi, I am using VB 6.0 Winsock Control. I am Using UDP connection to connect remot location. i need to retrive 15 pictures from remot device. every picture size is near about 15 kb. i can only ask 1056...
View Articlehow to change caption of the wanted label from project?
hello i have a question for example i have so many label's and one textbox now i want when i write 3 number on the textbox and click on the form this command executes Code: label3.caption = "vb6" and...
View Article