Vb 6 program pop up form.
Hi. . im just begininng in vb6..i have created a little program that pops up when a time is up then a program will pop up(the one i made ) Attachment 99243 Anyone familiar with handycafe timer? This...
View ArticleSPEED UP time of copy from local to server dir
I have a .mdb file in c:\mydir\ i need to copy in \\server1\dir\ i used file copy and other command but the time of trasfering file is very very big!!!! Have other solution??? note: I need to use VBA...
View Articlei cant add smileys in richtextbox ???
hi , i need help for add smileys icons ( .gif images ) in richtextbox vb6 can anyone help me how i can add smileys + text in richtextbox ? please if you want share example thanks in advance
View ArticleGenerate Form2 as a exe
I have two forms Form1 and Form2 on Form1 i have a button that says generate and a textfield for the name of the exe how do I get that button to generate Form2 as a exe with the name as well?
View Articleresume maker
wanted to make resume make need few help 1: how do i know how many pages it will be 2: how do i make it fit a3 - a-4 paper 3:what textbox is good for this or others if so because we might be using...
View ArticleDownload or display captcha from a website
I am trying to save a captcha image from a website using vb6. I tried doing it using some what like shown in this page .But the problem is that captcha saved is not the actual captcha which is...
View ArticleType 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 Article[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 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 Article[RESOLVED] Type 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 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 ArticleNeed 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 Article