[RESOLVED] 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[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 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 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] Created an application in Windows 7 that will not run on Windows XP
So the application runs in the IDE and by executing it on Windows 7. Except for Windows XP. It i will run in the IDE of Windows XP but when compiled I get an error on execution that says parameter...
View ArticleFormat$ Bug -- with string like "0E-25" Maybe.
If you run vb6 and in the immediate window type: ? Format$("0E-25", "00000") Or Format$("0B-25", "00000") You get "00000" instead of "0E-25". If you pass in "0A-25" it works properly. I'm guessing this...
View ArticleGetting duration info from an mkv file
I need to get the duration of mkv files. I use How to get all Media Info using the MediaInfo library to get the duration info of other video file types, but it will not return the duration of an mkv...
View ArticleRichTextBox Control in vb 6
hello guys I am developing an chatting application in vb6 . i have got an richtextbox placed in my chat window. i am using rtf files for inserting smilieys . i am loading this file whenever an user...
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 ArticleRotating Wheel Wedges to Resemble a Wheel Spinning?
I am wondering if there is a way to rotate multiple wheel wedges by using BitBlt or some kind as if the wedges rotating resemble a wheel spinning? Any help would be appreciated. If what I said is hard...
View Article[RESOLVED] simple problem [help needed]
i will attatch an image to hopefully illustrate the problem Attached Images
View ArticleRight click on Image on WebBrowser
How can I prevent the drop-down box from showing when I right mouse down on an image showing on WebBrowser
View Article