Graphics card Vs Memory and scrolling speeds
Hi All Although my quetion is not specifically related to vb6, I am using vb6 for my application. My application displays different images on ten display screens and scrolls the images ( in images...
View ArticleSetting positions in class
Hello reader, I have this problem that i want to bring on board for suggestions and possible solution. I have a database that looks like this Attachment 92317 My objective is to load the data into a...
View ArticleQuestion About UBound and Look Up?
If I were to use an unspecified maximum number of lines in a text file, and I know there is over 1,000 lines of text in the slides.mtr file: Code: Open App.Path & "\slides.mtr" For Input as #1...
View Articlean idea for cartoon maker or so called lol
Hi all I am new user , and novice programmer too :bigyello:. some days ago I came across this site http://scratch.mit.edu/ it is about a program called Scratch , by which you make sprites and put them...
View Articlevalidation
I just want to know how to code a validation for example a user wants to add/update a record but it has the same department for example in the database it has a department A but then the user wants to...
View Article[RESOLVED] Setting positions in class
Hello reader, I have this problem that i want to bring on board for suggestions and possible solution. I have a database that looks like this Attachment 92317 My objective is to load the data into a...
View ArticleBlack text box when using Windows7
I have a program that I made back in 2000 using VB5. I have text boxes that get populated from a database. It has worked great with Windows, XP and Vista. Now with Windows7 some (not all) text boxes...
View Article[RESOLVED] Ado shape command
I'm trying to use an ADO SHAPE COMMAND on a VB6 Data Report however, I keep getting the error invalid 'Expecting SELECT, UPDATE, ..." Here's the code: Code: Dim cnn As New ADODB.Connection With...
View Articlevb6 javascript click even
can anybody show how webbrowser javascript click event work in button1 thanks. i am a fast learner small example will be ok thanks.
View Articleopen for input - getting corruption when reading exported registry files...
Code: Dim iFileNumber As Integer, sLineText As String iFileNumber = FreeFile Open App.Path & "\temp.reg" For Input As #iFileNumber Do While Not EOF(iFileNumber) Input...
View Articlethe connection cannot be used to perform this operation.
the connection cannot be used to perform this operation. it is either closed or invalid in this context can you tell me what's wrong? I need a suggestion.. Attachment 92349 Attached Images
View ArticleInvalid use of Property
guys why do i always get this error (Invalid use of property) in this code? <code> ctrl1.SetTransferMethod ("TCP") </code> thanks guys!
View ArticleAre bit or integer ops faster?
I'm making a function called RGBtoColor for converting color components to color number. I know the RGB() function already exists, but as with PSET, it is slow because RGB performs internal checks, and...
View ArticleQuestion about number of the same item in database.
Hey guys i need some help, i dont know what to do. I have a db and 2 colums, first column is name and second column is stock/quantity. I will input the name and then it will check if there is same name...
View ArticleChange code on VB6 exe file
Hello, I have an application written in VB6. I need to change some of the code in it but unfortunately I only have the exe file for it. Is there a way I can edit or change the code from the exe file?...
View Articleshell execute works until I run another subroutine
Hi All - First Post I am working on a test application whereby I open multiple files - populate a listbox - then run a batch file [to test shellexecute] If I run the batch file right away - it works,...
View Articlevb6 combobox randomize
vb6 combo1 randomize items inside ,, not randomize and then output it to text. i want it to randomize inside the combo thank,
View ArticleBackup project
Hi I am trying to write a project that will save any folder to backup if the date created is the same as today's date. I started with the code below but when I run the code strFile is a null string. I...
View ArticleVB program not funstioning with 64-bit windows 7 correctly.
I have a program called touchstar which was made in visual basic 5(I think) and have installed it on a 64-bit version on Windows 7. The program itself works great with the exception of moving windows...
View ArticleWebbrowser vs. Internet Explorer
Hi there, I am used to login to websites using following codes invoking internet control tool in vb6. IE1.Document.Forms(0).All.Item("Username").Value = login_name...
View Article