My Datagrid control do not display records after unchecking the "AllowSizing"...
I need another help about my datagrid. I have a bound datagrid and an adodb connection and recordset (unbound). After connecting the datagrid to the database it works perfect at first. But when after I...
View ArticleLoading a PNG file picture
Is there any components/dll/ocx that you can use to load a png file? I remember before that there's a dll file for GIFs. But now, I'm looking for the PNG for me to use it in Visual Basic. I've tried...
View Articlehow to decode URI Component in vb6(removing %% from urls)?
Hi all . I got urls as variable but they are in diffrent format like this: http%3A%2F%2Fw3schools.com%2Fmy%20test.asp%3Fname%3Dst%C3%A5le%26car%3Dsaab I wonder how i can remove those % and make it like...
View ArticleHow to construct dynamic url hyperlinks?
Hi all i am trying to construct a list of dynamic url hyperlinks from dynamic values of sResult(N)(holds movie url) and textbox6(holds movie name) and N (holds episode number) and place them in...
View ArticleVB6 sp6 runtime distribution update
For VB6 sp6 runtime distribution, up until now we have been using the merge modules found here: http://www.microsoft.com/en-us/downl...s.aspx?id=5883 We have recently discovered that there have been...
View ArticleHow to remove everything after last slash(/) including slash itself ?
hi all . i am extracting a list of urls from webbrowser controle but i want to remove everthing after the last slash including the slash . could any one telll me how this can be done? thanks Example...
View Article[RESOLVED] How to remove everything after last slash(/) including slash itself ?
hi all . i am extracting a list of urls from webbrowser controle but i want to remove everthing after the last slash including the slash . could any one telll me how this can be done? thanks Example...
View Articlecreate function from words and letter
Hey guys ... I'm working on program that count the position of word + amount of letters example: "Hello World" the word hello at the first and amount of letters are five, the sum is 1+5 = 6 World at...
View Articlecall 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 Article[RESOLVED] 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 ArticleHelp with basic console application
hello- I need a little help finishing a program. I'm not sure about how to get the code to display invalid integer when you choose option 4 and you try to divide by 0 as of now it just displays nan =...
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 Article