Powers of 2
I believe that shifting a number left 1 bit is the same as multiplying that number by 2^1 and shifting a number left 4 bits is same as number * 2^4 So my question is how do you raise 2 to a given power?
View ArticleListview & Datareport
Is it possible to print listview data in Report Footer Section in Datareport in vb6
View ArticleNeed 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 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 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 ArticleHow can i multi select items in listbox and pass values to a textbox
Please I need help. I have a listbox that has multiselect property. I am having problems writing code to help me multi select items in the listbox and on a click event, items will display on a textbox...
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 Article[RESOLVED] Question 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 Article