VB6 - Search an excel file for a string
I need some help figuring out how to use VB6 to search an Excel spreadsheet for a string, and then determining what Cell that string resides in. I want to use a textbox to specify the string to search...
View Article[RESOLVED] VB6 - Search an excel file for a string
I need some help figuring out how to use VB6 to search an Excel spreadsheet for a string, and then determining what Cell that string resides in. I want to use a textbox to specify the string to search...
View Articlevb6 inet1 help please please
am trying to login my yahoo id with inet getting error Code: Private Sub Command1_Click() Inet1.RemoteHost = "login.yahoo.com" Dim strPacket As String, strPostString As String...
View Articleneed help for make a aol cracker
hi all i need example for aol winsock cracker please help
View Article[RESOLVED] VB6 - Problems setting the heights of controls
Hi I need to set the height of these two controls Dir1 and Filelist with the same height but I cant I also tried via code, at runtime but it still doesnt work...what can I do ? See the video to...
View Articleexe to vbp
Is there any way or decompiler to get back the code and forms from exe file of a vb application?
View ArticleRuntime error 462
I have a list with form numbers in a database. When I press the Print button (which i created in the application) on a selected form number it transfers the data from Access into a Word template and...
View ArticleVB6.0 HELp ADO error
guys good day im a newbie here and im not that good in VB6 and im not that good in english so sorry for my bad grammar, , i have a problem in my system i dont know what is wrong in my codings. so...
View Article[RESOLVED] Sending and Receiving Byte Data Using Winsock
I seem to be having a problem either sending byte data or receiving byte data or both using Winsock. When I get the data in DataArrival into a byte array it isn't correct; it's garbage. Here is my code...
View Articleerror runnning vb application .exe file on diff PCs
I have one vb application exe file which runs well on one of my PCs in the office but never runs on any other Pc. I copied the exe file on other Pc including the ms access database files, ocx and dll...
View ArticleAutonumbering based on cell input
This might seem like a simple request, but I'm still learning! :confused: I have an Excel 2003 spreadsheet that I would like to set up with an autogenerated autonumbering system. Column A is titled...
View ArticleCoding problem
Hi I am coding a decoding program to use in my school. The user can write a text into a text box. On the main form I have a labels 23 (columns) * 10 (rows). If the user wites : "Hello I am using Visual...
View ArticleVB6 Tabbed Web Browser
I have seen a lot of requests for a tab oriented Web Browser in VB6, but so far I have not found one that meets my requirements. It did not seem like a major problem, so I decided to embark on a...
View ArticleForm, Choose com port. VB6
I am Using VB6, 1. Would like to know how can i include com port box in the Form, so i can choose which. Or if there is option to check which comport is in use. So i can recieve NMEA data from my gps...
View ArticleCan my project "DELETE" itself ?
Hello ! is it possible to make my project delete itself? I was thinking about SHELL, delete it using shell Something like Code: Command1--------------------------------------- Form.unload Shell...
View Articlehow to write different characters witch the VB6? couldn't recognize them !?
hello every body i'm just having a problem with Turkish characters for example when i write ş it show to me s and also for the other characters like şğı my characters also are available here...
View ArticleError while my program is updating an sql table and another makes a change
I have a program that updates data in a web sql table. If a customer makes a purchase while the update is running, it affects the table causing a : 'Row cannot be located for updating. Some values may...
View ArticleVBA Variables... Help!
Hello Gents I am having some issues with my code so am needing some help. Background is im using VBA (i know its horrible but it has to be used for this task), I have a GUI that the user deals with,...
View ArticleRunning a .chm help file from VB5
I have written a VB program using VB5. I also downloaded Help Maker and have created and compiled a help program for this project. I am stumped as to how to run the help from the program. I did some...
View ArticleVB6 Controls stopped working
No matter what I try, I can't register Sheridan and other controls in VB6. I get "not a loaded control class" when loading project. I get "file not found " when I try to add as component to project....
View Article