Invalid 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 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[PROBLEM] Checking the availability of tables in a booking database
In my program I have 4 files Customers, Tables, Bookings and TableBookingLink. I have completed the bookings fine but I wanted to tweak the code so that if a table isn't available then it wont be...
View Article[RESOLVED] Convert a quoted hex-string to actual ascii
If my string is: "00 B9 09 1C 48 B0 A0 C1 83 08 13 2A 5C C8 B0 61 C2 80" how do I convert that to this: dim b(1 to 18) as byte b(1) = 0 b(2) = 185 b(3) = 9 b(4) = 28 etc etc
View ArticleNeed help on how to show all existing drives and expand it for more folders(vb6)
to show the drives and folders, basically dirlist and drivelist can be used but i want to create an app that can show all the existing drives and can be expanded to all folders within the drive....
View Articledate help needed
hi i have this code Code: Public Sub Monthly(SecID As String, INTSTRTDTE As String, INTENDDTE As String) Dim dteRunningDate As Date Dim i As Integer Dim intInterval As Integer Dim sTempCalendar As...
View Article[ASK] Pressing The Keyboard Continuously
To the members of this forum I want to ask, how to make: "when pressing the A button will then pressing the keyboard (example:" enter ") continuously" Are there any of you who have the source code? Or...
View Article[VB6] How to correctly display Chinese and Japanese characters.
Hello VBForums, I'm working on making a current VB project able to be used in several different languages. This is currently being done by creating a RC file with the translations entered, which is...
View ArticleCopy data from a clipboard problem.
I'm trying to copy all the data from a flexgrid, to the clipboard, below is the code I've tried, I'm not at all familiar with the flexgrid, but I'm told this should work, I don't get it; Private Sub...
View ArticleLoading Data in lynxgrid
hey! Can anyone please help me to load data in lynxgrid, while I can do it in listview. something in connecting database and loading..... Please.. best regards, vb-kid Attached Files Payroll (2).zip...
View ArticleDo Events and Sendkeys
Hello, I am using a shell function to open up a program and then use SendKeys to open up tabs in the menu bar by shortcut keys(ie:ALT-P then ALT-L). The problem I am having is that the script keeps...
View ArticleEvent after sub is executed
Hi I need to call a sub again immediately after it is executed. Is there a event to do that? or another way to detect when a sub is executed. Regards Erik
View ArticleWinsock close event timing
How long after a winsock control close event is it ready to accept a new connection? milliseconds? picoseconds? Thanks
View ArticleVB6 - Moving a large number of graphics in the form
I'm coding a program where I use a large number of graphics. The program analyzes data, and the data is represented in the form like this: Attachment 92445 As you can see at the moment I use 2 lines...
View ArticleFederal Tax Function
Can anyone take a look at this? I'm getting a "Conversion from string "" to type 'Double' is not valid." for this line - income = CDbl(txtIncome.Text). Any other help would be great if you can find any...
View Articlevb6 webbrowser string replace innerhtml
<DIV class=yui-u> <DIV id=form-wrapper><A name=email-form></A> <DIV class=email-form> <DIV class=txt-expert> <H3 class=expert>Email an expert...
View Article