Need Help!
Hello i Have Maked 1 Software, Foy My Work I Am Working On Computers Repairing And Installation i Have Maked Some Buttons Exsample : MozilaFire Fox : And Other Stuff Like That I make exe and i save it...
View Articleanyway to copy objects and code attached to it also a combo box questiion
Is there anyway to copy a object like a textbox when you are designing the program and copy the code with it.. so when you paste it it will paste the object with the code attached.. this is for vb 6...
View Articlelooking for code to eject usb
Hello guys. I am looking for a code to eject usb external hard drive not just a usb flash drive. I hope you can provide me guys. I've checked everywhere including google however they dont have...
View ArticleComboBox and MSHFlexGrid Problem
I'm using a MSHFlexGrid (fgdVehicle) to input data from a database ( via a recordset (rsVehicle) ). You can either enter the data into the database in two ways : 1. From the database application 2....
View ArticleHi everyone I just have a question
Hi, I know visual basic 6.0 pretty Good but I have never used a dill before so i was just wondering way and what you would use it for, I usually just program in the codes I know making a dill well be...
View ArticleGraphics 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 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 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 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 Article