How to check if a Folder exists on a remote internet server???
Hello I am looking to check if a folder exists on a remote internet server. For example: http://www.theimp.zxq.net/username/& Country & "/" & Gateway
View Article[RESOLVED] VB6+MySQL Row cannot be located for updating
I've searching for hours and never get solution for this problem, and i've fix it myself. Error: -2147217864 : Row cannot be located for updating. Some values may have been changed since it was last...
View Article[RESOLVED] How to check if a Folder exists on a remote internet server???
Hello I am looking to check if a folder exists on a remote internet server. For example: http://www.theimp.zxq.net/username/& Country & "/" & Gateway
View ArticleMAP Address finder
Hello guys, I have a MAP of this Small Island ( Please click here to see ) and i have a list of House Name in a listbox. i want to Load the Image of the MAP to My Application and when i type The name...
View ArticleError when opening connection string
i have a program with MS SQL server 2000 as the database, when i run my program in my PC it works fine, but when it's running in CLient PC it always error when opening connection string.. The err msg...
View ArticleConvert Word Doc to PDF using VB6
Hi guys ! This is my first post, hope it's on the right place hehe... Here is the code I'm using to make the conversion: Code: Word_App.ActiveDocument.ExportAsFixedFormat...
View ArticleHiding MS Word GUI using WebBrowser (ieframe.dll) control
I'm working on an application where we need to display read-only MS Office documents in a window much like the preview pane in Windows Explorer. Currently, my solution is to use the WebBrowser ActiveX...
View ArticleNeed help with an old vb project, bas file is in assembly.
Hello, the company my brothers works for has an old program written in visual basic that won't work due to a lost password from a few years ago. He retrieved the source code from the original developer...
View ArticleHow do I change ownership of an object
For example, App1 has a Picturebox control. App1 owns the picturebox so it would be correct to say the App1 is both the Parent and the Owner of Picture1. Now I change Parent's. I make App1's Picture1 a...
View ArticleDirectory/file navigation in VB6
I am using VB6 on a Windows 7 (64bit) PC and want to modify a program written in Windows XP. The original program used CommonDialog and worked exactly how I wanted it. But CommonDialog does not work on...
View ArticleRandomly pick list of names
I wonder if anybody could help with a little program that i am trying to do i have a list of 34 international Football (soccer) teams and i want to randomly pick them to go in to groups a bit like the...
View ArticleWebbrowser and SendData
Hey all, I have a piece of header data for a website and now i want to send this data via the webbrowser. But i am not sure what to send and where to put it This is what i get from Live HTTP Header in...
View ArticleMSAgent Using "Create Object" Error "The callee is not available and...
Here is my code: strAgentName = "Merlin" strAgentPath = "C:\WINDOWS\msagent\chars\" & strAgentName & ".acs" Set objAgent = CreateObject("Agent.Control.2") objAgent.Connected = True...
View Article[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 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 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 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 Article