[RESOLVED] Type Mismatch error 13.
I am writing a simple program that reads the text from 6 text boxes and saves them to a file. The declarations are all the same (integer). They all work fine except the last one. Here is my code Option...
View ArticleGet username on a remote computer
Hi Guys, Where I work, we have some remote computers which we can use to run heavy tasks without slowing down our own computers. So usually I use mstsc to access the computer and enter my username and...
View ArticleTextbox Question: Why does this only work one time
I have a textbox which I load with a single line of text in Form_Load() and also I have Text1_GotFocus event like this: Code: Private Sub Text1_GotFocus() ' ' appears to only run on Form load '...
View Article[RESOLVED] Textbox Question: Why does this only work one time
I have a textbox which I load with a single line of text in Form_Load() and also I have Text1_GotFocus event like this: Code: Private Sub Text1_GotFocus() ' ' appears to only run on Form load '...
View ArticleAsk code set printer for the report ?
Assuming the computer has installed 2 printer name: printer1, printer2 and in my program has 4 report name: ActiveReport1, ... ActiveReport4. Status to avoid crafted before viewing or printing in the...
View ArticleType Mismatch error!!!
Dear sires, I got error 'Type Mismatch' as described in code below. Please what i'm missing. Appreciate your time to look at my issue. Code: Dim i As Integer Dim blFlagCheck As Boolean blFlagCheck =...
View Articlefont size in vb6
I am trying to change the height and name of the font in vb6 to print out various sizes. I found this for vb5 and looks like exactly what I want but does not seem to work for vb6. dim pr as New...
View ArticleInternet Favourites In VB Application
Hi, Wondered if I get a bit of help with this. I have a listview box on my form and that shows up my internet favourites using this code: Quote: Public ReadOnly Property FavouritesFolder() As String...
View Articlewebbrowser set focus last line
can anyone help me to make source code for webbrowser auto scrolling me make a chat client but i dont know how i can get last line of webbrowser for set focus sry for my bad english Thanks In advance
View ArticleWindows 7 scaling at 125% makes buttons and images on form move
Hi there everyone! I am working on an updated program to take student attendance, so I have a form with a bunch of images on it. On the form load event I code them to positions on the form. I have a...
View Article[RESOLVED] Check existence in a string
Hi I have a string , i want to check that the last position of a string character is "\" or not Thanks
View Article[RESOLVED] Need Help if possible
currently i finished my program its a number system, the customer will be given a number and once their number is on the monitor thats when they go to a specific window, i want to upgrade or enhance my...
View Article[RESOLVED] Message does not appear
Hi In a program i call function Create Tables , before that i have given message "Creating Tables ....." but this message does not appear . Label visible property is true Do i need to put some timer...
View ArticleWindows 7 64 Bit - VB6 Project not loading after inserting any component
Hi Gents Have an issue, My VB6 was working great on my Win7 64 bit laptop, but a few months ago, all my exsisting projects stopped loading, with the error "visual Basic has stopped workong". After som...
View ArticlePlease help: Multiple Webbrowsers on one form
Hi all, I want to have 3 webbrowsers on the one form. Web1 will act as my parent browser, Web2 control pop-ups from Web1 and Web3 will control pop-ups from Web2. I can pass the URL information from...
View ArticleNeed help in creating/inserting text to an .ahk file w/o the user seeing
Hello to everyone, I am a bit newbie to Visual Basic 6 and I was wondering if it's possible to create and edit a .ahk file, save and compile the .ahk script later on. I don't have any starting ideas on...
View ArticleMulti Tasking issue
Hello everyone once again :wave: I am working on a project in which I need to do multiple task on multiple forms. Let me try to explain it with a simple example. My projects has 2 forms i.e. Form1 and...
View ArticleHow to search string in 2 dimensional array
Dear All, I have 2 dimensional array as follow: aAnimal(0,1) = "Crap" aAnimal(0,2) = "Fish" aAnimal(0,3) = "Turtle" aAnimal(1,1) = "Chicken" aAnimal(1,2) = "Bird" aAnimal(1,3) = "Butterfly" How to fast...
View ArticleQuestion about SSTab
I have a form that has a Sheridan SSTab on it. There are five tabs, or I guess indexes of the one tab. This was already developed when I came into the picture and I am doing some maintenance in the...
View ArticleProtect Compiled Executable from showing open text/passwords
Quick question about compiled executable within' VB6. Is it possible to hide/obfuscate your source code so it can not be viewed in your compiled executable with a simple notepad? We recently had a...
View Article