call a service from VB6 application
Hi, we have installed a new access control application (I think written in C#) which has a service in order that developers can communicate with to develop their app. the problem that we have an old...
View ArticleActiveX Control stops running then delete control's temp folder???
Hello I am working on an ActiveX Control Object that has a temp data folder that it works from when it is being used, currently on the machine. So far when the Control is executed then it just creates...
View ArticleDsum with mutiple variables
What's wrong with this statement? strSQL = "DSum('share_pct', 'CoInsurer', 'Policy_No = ' & Chr$(34) & " StrPolicy & Chr$(34) & ' AND Version_No = ' & Chr$(34) & StrVer &...
View Articlebind progress bar to function
hi i have a function that connect to db and i don't have counter that and i must use from progress bar now i how to impelment it with the function please help me tnanks
View Articleempty 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