Resume Next is not working in this case ...
VB6 Code, under Win XP Private Sub Timer1_Timer() Dim sTxt As String, L As Long On Error Resume Next L = 0 L = Len(Clipboard.GetText) If L > 1000 Then Call ProcessClipboard End Sub Because the...
View ArticleIf InStr(ele.innerHTML, Combo1.Text) Then ele.Click ( HELP )
i have list2 and combo1 combo1.text="thebigseo.co.uk" list2.text="High PageRank Backlinks" For Each ele In wb.Document.getElementsByTagName("a") If InStr(ele.innerHTML, Combo1.Text) Then ele.Click If...
View ArticleExporting my project to another PC
Can I take my VB project which has only common VB controls and a few APIs, wrap it up in a zip file, and drop it on another PC that does not have VB installed and expect it to work. If not what do I...
View ArticleWebbrowser Component Replacing İframe Code
Hello, I post html data on webbrowser component.. and i check the result on my webpage and i see there are not iframe codes :| why wb component is replacing iframe codes? sorry for my english
View Articletimer not firing
From form frmBonus12 frmBonusWin.StartTimer in calling this sub it does not fire the timer Public Sub StartTimer() Timer2.Interval = 1000 Timer2.Enabled = True End Sub it does not go to the timer at...
View Article[RESOLVED] Date Acceptable format in vb6
Hi Friends when i debug.print i got the following Sql statement .and when copy the following statement .and run at oracle Toad it is working fine .but same statement is not working in vb6 .let me know...
View Article[RESOLVED] how to check between dates and display results in a data report
i have a history table of a punchclock with 2 datepickers and a combobox that pulls the employee name from another table how do i check between the 2 datepickers to display the results of the working...
View ArticleOpening a file and listing it contents to a text box
Hi i am in the process of learning VB6 and i want to be able to open a text file and list so many in a text box can anybody help me with Please
View ArticleProblem Registry (Export.&.Import) in 64bit Systems
hi i have a problem in export or import registry in 64bit system. my codes for export or import not work! Code: Shell ("cmd /c") & ("regedit.exe /e """ & "c:\" &...
View ArticleBest ide/compiler to move to from vb6
Hello All, I am looking to start a re-write of my production apps in case vb6 compiled .exe do not work on future versions of windows. Since I am going to re-write, I figure might as well go...
View ArticleAPI Viewr (2004) Run Time Error 5
I installed the latest API Viewer to supplement the great but older KPD Team API Guide but it's throwing a VB run time error 5 (Invalid procedure call or argument) when I try to open it. This is a...
View ArticleTextbox RightToLeft problem in vb6
Hi guys ... I'm trying to have a simple TextBox with below features : 1-MultiLine = True 2-Alingment = Right Justify 3-RightToLeft = true 4-Writting languages which are RightToLeft (Like Persian and...
View ArticleHELP: XMLHTTP getting very slow after fetching 200 pages
Hi guys, i am using VB6 and XMLHTTP to fetch different pages, 700 pages in total. It is working perfectly at the beginning, but after one or two hundred pages, it is getting very very slow, maybe a few...
View ArticleDatabase: Multiple Copy of Records and Paste to Another Database
Employee.mdb has a 6 Fields and it has 654 Records. BSParking.mdb The Fields here are in other arrange so it is different than the Employee and it has a 8 Fields and 0 Records. Question: How do I copy...
View Articlehow printer print picturebox in picture label shape line
Hello first thanks all member who help me i draw a picture1 and all so in draw picture2 picture3, shape, line, multi labels and more draw in picture1 how i print all in picture1 i not know code please...
View ArticleHow to draw an arc through three points in VB6?
Hello, I am working in VB6. I have to draw an arc through three-point on a Form. I dont know how to start doing this! I have this question with your ideas to help me solve it. Thanks.
View Articleusing txt file as database
hi all so this is my first post on here and i have few questions and this is the first one ok i am using a file name data.txt as a database i have a form and there is a text and a buttom.this is the...
View Articlehow to check if a listview subitem(1) contains 0000000000 and display a...
i have a listview that contains phonenumbers sometimes the user enters a 10 times zero in the customer phone number how do i check if a phone number in the listview contains "0000000000" i tried a code...
View Articlehow to check a table in access if it contains less then 10 Characters
how do i call a function to check if a table contains less the 10 Characters and display a msgbox but to let the user to enter the form that holds the customers records i tried this code what is...
View ArticleLost Row And Col in IDE
Hello, I have lost the Row and Col indicators from my VB6 IDE. How can this be returned aside from resetting the Toolbar? Thx.
View Article