Invalid use of Property
guys why do i always get this error (Invalid use of property) in this code? <code> ctrl1.SetTransferMethod ("TCP") </code> thanks guys!
View ArticleAre bit or integer ops faster?
I'm making a function called RGBtoColor for converting color components to color number. I know the RGB() function already exists, but as with PSET, it is slow because RGB performs internal checks, and...
View ArticleQuestion about number of the same item in database.
Hey guys i need some help, i dont know what to do. I have a db and 2 colums, first column is name and second column is stock/quantity. I will input the name and then it will check if there is same name...
View ArticleChange code on VB6 exe file
Hello, I have an application written in VB6. I need to change some of the code in it but unfortunately I only have the exe file for it. Is there a way I can edit or change the code from the exe file?...
View Articleshell execute works until I run another subroutine
Hi All - First Post I am working on a test application whereby I open multiple files - populate a listbox - then run a batch file [to test shellexecute] If I run the batch file right away - it works,...
View Articlevb6 combobox randomize
vb6 combo1 randomize items inside ,, not randomize and then output it to text. i want it to randomize inside the combo thank,
View ArticleBackup project
Hi I am trying to write a project that will save any folder to backup if the date created is the same as today's date. I started with the code below but when I run the code strFile is a null string. I...
View ArticleWebbrowser vs. Internet Explorer
Hi there, I am used to login to websites using following codes invoking internet control tool in vb6. IE1.Document.Forms(0).All.Item("Username").Value = login_name...
View ArticleInvalid Procedure Call when "nothing" is wrong
Hi all. I have a weird problem. I am doing a simple renaming of a file on a thumb drive, using: Code: Name OldFullPath_str As Rename_str But I get an Invalid Procedure Call error when the strings are...
View Article[REQ] Need a source code of Apriori Algorithm of Data Mining
Hello VB Coders.. This is quite urgent.. Plz help me out guys... I request you all to provide me the source code of Apriori Algorithm of Data Mining with its database file. Description about the...
View ArticleI request some help, please kind members of VBForums...
Hello, I am working on a Login Console that has a Correct and Incorrect Image, that appears when the username and the password is totally correct. I can make them come up in their first execution, eg:...
View Articleset reference
Hello everybody.it is the first time that I am visiting this website. I am a student and I have a project about graphics like drawing lines ,etc. i have created a class named clobjet.added to that, 2...
View Articlei need help in showing search results in a lstbox while entring txt in a...
guys can u help me with this... (im a newbie) im trying to make a search engine wer it can search files. and wat i want is while i enter the filename, results/related results will appear in my listbox....
View ArticleCheckbox in listview?
Hi guys, is it possible to have a checkbox in a listview for each item? and when the checkbox is ticked it do some code? Thanks Jamie
View ArticleAnother Thread About LookUp to End Of File (Animation Control File)
If I had a text file with its contents like this: Code: tr, 0, 255, 0 so, whammy bl, 2000 cl cd, frame1, 38, 10 wa, 150 cd, frame2, 36, 10 di, 1 wa, 150 bo wa, 2000 cl Code: tr, 0, 255, 0 so, whammy...
View ArticleRunning my project using a BAT file
I have a BAT file to run one of my applications but every time I double click on the BAT file it instantly closes. What can I add to the BAT file to keep it up?
View ArticleNeed help deleting multiple files
Hello, I dont work with VB much but I am trying to write a script to go into a directory and delete multiple files with a certain file name. The problem I am having is if it doesn't find the first file...
View Article[RESOLVED] VB6 - Load the same form several times?
I'm coding a program that analyzes data. I've a form that helps you to visualize the file you open. My question is: if I want to open 5 files I would need to code the same form 5 times? I've to know...
View ArticleDo...While
I have the following code: Code: Private Sub skip() Do Call retrieveBlock While blockSize > 0 And Not checkError() End Sub I get an error While without Wend...
View Articlevb6 webbrowser string replace
please help in vb6 this time i have vb6 with webbrowser i load up a webpage how ever i want to replace a string in innerhtml this is the output html <DIV class=yui-u> <DIV...
View Article