C++ To VB6 Conversion
Hey there. It's been awhile since I posted in the VB6 area. :bigyello: I've recently been doing some heavy duty C++ programming lately, mostly in the DirectX area, and recently got into Winsock. So...
View ArticleDoes anyone have the source code for a game like bejeweled on visual basic?
Kind of what the title says. If you can help me find one, that would be great. I'm mainly looking for the source code so I can play around with it, and see what works/doesn't work.
View Article[RESOLVED] Save ENTIRE Webpage From URL...
I'm using the urlmon api to download the html from a url, though it doesn't get all of the code. Using Chrome, I can right click on an object on the page and select "Inspect element", which shows me...
View Article[RESOLVED] Error 70 (permssion) during FileSystemObject operation
Hello I am trying to copy my Document folder complete with subdirectories and all files in the root and them to another (backup) drive. First I tick the Microsoft Scripting Runtime in the IDE at...
View ArticleClicking on anywhere in a picturebox and move it around the form
Hi there everyone. I am working on a student attendance prog. When they come in, they see a picturebox with their name on it called Container1, and move it to a certain spot on the board, and it will...
View Articlecan I ask help on package and deployment here?
http://www.vbforums.com/showthread.p...t&goto=newpost
View Articleproblems with VB6 after reinstalling windows.
I have a laptop running vista and VB6 learning edition. I had to reinstall Windows and then reinstalled VB6 and SP6. I also have a rather large project in VB6 that I use to run the accounts and student...
View ArticleHow do I select a line of text in RTB using the line number ?
Hi all I hope someone can give me a simple solution. In VB6 I have a RICHTEXT box on a form, I want to be able to click on a line of text, to select all the text on that line, then change the colour of...
View Articlehow do i update the total of a time from another table that holds the same...
i have a timepunch clock that users punch in and out i created also a table called EnterWorkHistory now when a user punches in the clock i have a code that insert also in the EnterWorkHistory when the...
View Articlecould a recent Win Update or Server Update cause this problem?
We have an application written in VB6 that utilizes ADO and Microsoft Jet and Replication, specifically Microsoft ActiveX Data Objects 2.5 Library and Microsoft Jet and Replication Objects 2.5 Library....
View ArticleLast tab unclickable..
So I have a tabstrip with 6 apps.. each tab uses a picbox to display an external app 1-6.. I started with 3 apps and have moved up to 5 and now to 6.. 5 I had no issues but 6 seems to cause my last tab...
View Articlequestion about DLL binary compatibility
On Windows 7, I create DLL or OCX first with no compatibility and recompile it the second time with binary compatibility so that whenever there would be an update to that DLL or OCX, there is no need...
View ArticleContextMenu problems in a Form Class typed ActiveX Cotnrol Object???
Hello me again, I haven't been posting on this Forum for a longtime seeing that I've been on a very long break for the new year and then back again, in the Office. Now let me begin here on my problem....
View ArticleVB6 to PHP/MySQL Interface
I need to create a program in VB6 that interfaces with PHP scripts to access a MySQL database. Users wishing to send queries via Visual Basic to a remote MySQL server that doesn't otherwise allow...
View ArticleCounting time ?
Hi you do not know how to add time? I need to calculate the time spent and I only have data in hours, minutes and seconds. The result should be in the format: for example 0 Years, 0 Days, 1 Day, 12...
View ArticleRecordset - Add new
Hey, I have three textboxes (text1, text2, text3), and i want to the number in the text box to go into my DB(OrderNo,PartNo,Qty). I have set up the connection to my DB and it's working fine. This is my...
View ArticleWebcam video capture using capCreateCaptureWindow & Windows 8.1
I have written this VB6 code to capture video from a webcam and put it into PictureBox0. It works perfectly all the time on Vista but on Windows 8.1 it runs perfectly the first time after boot-up but...
View Article2 Videos in One Form
Hello good people. I need to create a video project in vb6 where 2 videos will be played in one form. The videos path will be stored in a txt file (path1.txt and path2.txt) for each box/video. each...
View ArticleBitBlt issue smearing the image...
VB6 Windows 7 Using BitBlt to move an image which is my map. The idea is to have my character centered (probably animated, but centered nonetheless) and have the map move so that it appears that the...
View ArticleNext free index of array?
Hi, I'm printing some account details to a text file, and I'd like it to look like this: Account_Number(INSERT NEXT FREE ACC NUMBER) Username: NamVar Password: PassVar First Name: FirstNameVar...
View Article