how to count each value in the database using progress bar
i have a progressbar that loads drom the db is there a way that the progressbar will count each value in each table? this is the code that i use Code: Set rs = New ADODB.Recordset rs.Open "SELECT *...
View ArticleDisabling one image in WebBrowser Control
Is there a way to disable one specific image from loading (speed concerns) when using a webBrowser control in VB6 ? Is there a way to intercept the creation of the webpage before it is loaded, and then...
View ArticleUsing 2 Databases together in Insert Statement
Hi, I am using Access databases I want to copy data from one database to other database, ADODB connection names are DbSource and DbTarget. I have placed 2 ListBoxes on the form, list1 and list2, and...
View ArticleWindows file name case-insensitive
is there away to make windows case sensitive through registry or api. CASE.txt case.txt any help thank you:wave:
View Article[RESOLVED] ProgressBar1 did not advance...
Hi. I am testing a very simple progressbar code where the progress bar is supposed to advance (its tick bar display) once every second, after I had clicked the start button. The Timer1 is setup to...
View Article[RESOLVED] Using 2 Databases together in Insert Statement
Hi, I am using Access databases I want to copy data from one database to other database, ADODB connection names are DbSource and DbTarget. I have placed 2 ListBoxes on the form, list1 and list2, and...
View Article[VB6] Question about winsock arrays and maximum array connections?
I have my server-client application to currently support 500 winsock connections on 1 single port. My question is, How many connections/arrays can it hold. once I get a large number of connections...
View ArticleBejeweled-Like Algorithm Needed...
As the title states, I am looking for a Bejeweled-type algorithm that will trigger if three adjacent objects in a row or column are all clicked.
View ArticleWinsock Multiple GET Requesting
Hey, Fairly simple issue here... I'm building a Google Rank Checker. Basically it goes to google.com page 1, searches source for a string of text (in my case, my website URL) Simply put, this is what...
View ArticleHow to make a WMF file
I think they are better for resizing than using an Image Control and stretching the image. Anyone know how I can make them?
View Article.Picture = .Picture vs PaintPicture using EMF image
I load an EMF image into Picture1. If I resize Picture1 the image grows as I make Picture1 larger. The problem is it has an annoying flicker about it. So I put Picture2 on the Form and make...
View ArticleHow do I make a form ontop?
Hi, I need to make one of my form stay on top of my program, how would I do this, thanks for the help and letting me post here.:wave:
View Article[RESOLVED] vbKeyClear
vbKeyClear = 12 i thought 12 = Form Feed ?? Dumb question :) i just came across this Constant = vbKeyClear which Key is it on a typical Keyboard ??? where is its location on a KeyBoard ??? i don't...
View ArticleReference" registry problem.">VB6 "Formayt --> Reference" registry problem.
Hallo, I have a big problem. I use Operating System Windows 2008 Server where I have installed VB6 and then Crystal Report 8. When I choose "Format --> Reference" I have problem with the registry. A...
View Articleget the filename of the process that is currently runing using vb6
i use below code to get list of opened files in proccess this code works fine but this code get duplicate file name in current proccess.how to avoid duplicate the file handle process context. and i use...
View ArticleHow to Close a connection!!!
hello guys... i have a problem with my DataEnvironment1 and show my DataReport in my app the code is: Code: DataEnvironment1.Connection1.ConnectionString = App.Path + "\db1.mdb"...
View ArticleGet Data and Copy/Paste to another sheet in same workbook
Need VBA to search Sheet3 Column B for specific criteria (ENE,SNE,WNE) and pull the Column A data string in the same line. Then Copy and Paste in Sheet 1.
View ArticleHow to pick up uppercase characters
I have a vb 6 program which tests thousands of RTF documents for several contents, but first of all I must determine if such a RTF file consists only of uppercase characters in which case such a file...
View Article[RESOLVED] insert query statement error
HIIII i m using the below insert query which has 90 fields in it while executing it gives error insert syntax error i have debug the line the close bracket is missing at end how can i rectified it or...
View Articlewebbrowser navigate error
PC with proxy internet settings, navigate with [postData] method is not navigating to webpage (web.WebBrowser1.Navigate buildURL, 4 + 8, , byte_array) any solutions ? thanks. Attached Images
View Article