FindWindow(vbNullString, "Choose File To Upload")
Hi All, I am working on an webpage whre I need to click on a browse button to upload files. I am using the FindWindow(vbNullString, "Choose File To Upload") option to do the same. The problem is after...
View ArticleConvert share folder code from vb.net to vb6
Hi. I have vb.net code that share a folder with permission on the network. I attached its 2 class. but i want to use this code in vb6. I converted it to vb6. but id does not work properly. Code: Option...
View Article[RESOLVED] Help with Query
I have this table, in it get the description in also group all the same description together. But I also have a QTY Column, which I would like to add. But the problem is, when I put Qty in the query...
View ArticleLicense key/Tax key
Pliz help me,I have developed a payroll package in Visual basic.The challenge i have is developing a key generator or License key whatever you may call it.so that if i input the clients name,the number...
View ArticleProject Explorer Missing Files
I have several projects that I review on my computer via VB6. Once the project is open I can use the Project Explorer to get around except for one particular project. The top line of the project shows...
View Articlecan you make linux programs with visual basic 6.0
Hi, I was just wandering if I can make programs for linux with visual basic 6.0, Because there are programs out there like vb6.0 but Iv been using vb6.0 for some time now, thanks for your time.:wave:
View ArticleVB6 Resize Forms Solution for automatic form resizing in different resoulutions
I am not sure if it was on this forum but I did manage to get a really good download on how to resize a form automatically by supplying a font size to a procedure. I seem to remember that it worked...
View ArticleMulti-Server-Multi-Client Chat for ladoo or anyone
@ladoo I finished the multi server multi client chat. I had to start from scratch so it is not intergrated into your chat application but I think you can check it out and determine where and how you...
View ArticleHow to make a Task Manager type of application
hi there! i need help in making a project in vb6.0 . i need to make a simple task manager than can detect the programs running, at the same time saving the time the program starts, and terminated in a...
View ArticleSaving a name and associated status?
im trying to figure out how to save a series of data, what i need my creation(if i can call it that) to do is track names, comments and ranks for specific(multiple) people, and i have no idea how to...
View Article[RESOLVED] Folder Exists or Not
Hi I want to check whether folder exists or not in that drive , if it does not exist it should create that folder else it should give message. Thanks
View ArticleFire click event in another form
Is it possible to fire a click event from one form in another form? What basically happens is that I have a form (form1) with a combobox. The user can then: 1) Enter/Select a name in the combobox that...
View Articlehow to do this change serial online
please tell me how to do this http://www.casperprogs.com/SerialChange.html
View ArticleVb Code error
Private Sub Adodc1_WillMove(ByVal adReason As ADODB.EventReasonEnum, adStatus As ADODB.EventStatusEnum, ByVal pRecordset As ADODB.Recordset) Adodc1.Visible = False End Sub Private Sub Command1_Click()...
View ArticleIf a text in a string ends with * go to start of that word
Hi all, Can someone please help me with this logic? I have a string e.g. "pc4541@omnmb printer123*lptrd notebook141#opriu ipad662;mkilo" I want to search for a word ending in e.g. "lptrd" and return...
View ArticleAPI Function SendMessageLong in Windows 7 doesn't work
Hello guys, Until now, I have used this function to personalize the progress bar color which shipping with Microsoft Windows Common Controls 6.0 (SP6). Starting with Windows 7 something goes wrong and...
View Article[RESOLVED] Multi-Server/Multi-Client Version 2 Help
My 1st version is designed that ServerA is the 1st server to be launched and all other servers connect to ServerA and if ServerA fails all other servers are closed. Now I want to make version 2 which...
View ArticleHow to disable .NET error message during compile
Is there a way to disable .NET Framework "Unhandled Exception has occurred in a component in your application. If you click Continue........." from the compile step in VB6 SP6? When we click continue...
View Article[RESOLVED] Code to make mouse pointer change manually when over a form's border?
I have a form with no borders. I want to change the mouse pointer when it is over a border. For example, if it is over the left border then change to sth, etc.. I use this for the left&top borders...
View ArticleError while file download using winsock
We are using vb6 winsock for downloading files.It works fine for lot of our customers. But only for some 5 customers the file does not get downloaded properly. The request is like shown below GET...
View Article