VB6 Install to XP nightmares!
Hi All, Having real problems installing VS6 Enterprise to Windows XP Pro SP3 I already have VS/VB 6.0 Installer v1.5 from nuke.vbcorner.net - and that installed to Win 7 and Win 8 no problem! On XP,...
View ArticleDisk or network error
Hello everyone, When I start a project and access a database I get the following erro: "Disk or network error". It worked without this error, but because I used the database name and the recordsource...
View ArticleControl msflexgrid flicker
I have an 80 number msflexgrid that randomly selects 20 numbers and puts a different image selected cells I have tried to put a small sleep to control the flicker, but it either does not help or slows...
View ArticleLine command doesn't work
What's wrong with my code Code: Private Sub Form_Load() Â Me.BackColor = RGB(83, 83, 83) Â Â Me.DrawWidth = 3 Â Me.Line (0, 0)-(Me.Width, Me.Height), RGB(124, 35, 2), B End Sub
View ArticleHow to determine the Width and Height of Form
I'm making a custom message display Form and I want to resize the Form where the width will be dependent on the length of the longest line and the height will be dependent on the number of lines. All...
View ArticleCheck In
Hi, I'm creating a checkin form for a hotel. I've created the whole interface of the form and my problem is that i don't know where should i save the information entered? For example, the user fills up...
View ArticleWhy is this OCX keeps on restarting itself???
Hello, I am writing an OCX for my website, which is: http://www.theimp.zxq.net/ Also that when I get it to begin the Website, everything works out right but when the mouse is moved or clicked, then it...
View ArticleDefine cookies in webbrowser navigate
Hello I want to use specific cookies when navigating a webbrowser. I have this code but it causes a syntax error. Code: webbrowser1.navigate("http://domain.tld/page.ext/","","","","Cookie: foo=bar;...
View ArticleSQL to filter records from access table in vb6
Hello, I have this table for a payment log where there are a fields such as the PaymentID, DatePaid, Name. So in this table a single person can be having many payments records with different dates. I...
View ArticleHelp on an already huffman project
hello friends, I have a programmed project about huffman compression. I want to gain the code of each character but I can't! we know in huffman algorithm we will have a unique bitString for each char....
View ArticleCan this be simplfied
The below line is used to calculate the height of a Form based on the number of lines it has to print on the Form. I came up with this by just experimenting until it worked. You can see by the attached...
View ArticleVB6 webbrowser innertext returns question marks for non-english chars
I have tried under ie7 thru 10 under both XP and W7. Whenever I try to get the innertext of an HTML element in the webbrowser control all I get is a string of question marks whenever the characters are...
View ArticleHow do I get my main program to recognize a user-defined error in a user...
Ok so I've got a user control, and I want to raise a user defined error in a sub in a user control via "err.raise", but have it be detected in my program's main form with the "on error goto...
View ArticleScreen Capture From A web Control Microsoft Access
Hello fellow engineers . I Have a MS Access database which has a web browser control incorporated within . I also have a get screen capture program for "excel" which works magnificent. I would like to...
View Articlehelp
I want to develop a VB tool that copy the files from one source to destination the fig here i have attached to demonstrate my tool here Source is the source of the file from where we want to copy the...
View Articleplease help
Am new in visual basic please which nice book of visual basic did I need in oder to make me become guru in developing VB applications? Please help
View Articlehow to split this in winsck
url http://www.vbforums.com/.index.php or http://www.vbforums.com/sub/index.php i have list1 holding 20 urls For X = 1 To "20" i want code all winsock to connect to list1.list(i) please ? , plittling...
View Articlems access 2010 and vb6 software , data missing
I have developed a data entry system using vb6 and ms access 2010 database. The system works fine on most of the systems except in a few where the entered data which were saved can be seen in the vb 6...
View Article