[RESOLVED] How do i change the color of a Toolbar1 to white
He, Everyone is there a way to change the color of a Toolbar1 to the color white. I have never used a Toolbar1 before so that's why im asking. thanks:wave:
View ArticleNested If returning no output
Hi I have been working on the code below for a long time, but continue to get no output. Is there an issue with the nested if... then... else coding? Values in cells(x,18) and cells(x,19) = 0 Value in...
View ArticleEnvelope printing
Is there any pre done envelope printing functions/add-ons, etc. to handle envelope printing (not using Crystal Reports)? Or do I have to manually handle the placing of text differently if the the users...
View ArticleCode Makes No Sense to Me
I'm no vb expert by any stretch of the imagination. While looking at a piece of VB6 code to convert to C#, I found myself dumbfounded as to why this code was written the way it was. Maybe I'm missing...
View ArticleVB6 complied EXE all of sudden became very big
Hi All I have an old application in VB6 running for years. From time to time I made few changes and recompile. Today I made a change referencing actrpt2.dll to an older version and all of sudden the...
View Articlegetting Current week no from system date
Can anyone tell me ? .How should i get current weekno on the basis of sytem date .let me know please .any help would be highly appreciated . Code: Option Explicit Private Sub Command1_Click()...
View ArticleHi need some hep on how to make my visual basic 6.0 programs work on all
Hi need some help on how to make my visual basic 6.0 programs work on all windows operating system like windows xp,Vista,windows 7, and 8 when it comes out. thanks
View ArticleRuntime 48 Error loading dll error on CopyTableDef
I am getting a runtime 48 Error loading dll message and failure when this code runs on a windows 7 pro 64 bit machine. It runs on similar machines in other offices. What can I look for to debug this?...
View Articleobject Variable or with block no set
help. i have 5 problem ..help me Attachment 92287 this code : Private Sub Cmd_SIMPAN_Click() 'txt_cus_id.Text = generate_code mKar_ID = txt_cus_id.Text mKar_Name = txt_cus_name.Text mKar_Tmpt =...
View ArticleHow to divide numbers
Hi guys does anybody know how i can make it divide the numbers put in text1 and text 2? for example text 1 = 100 text 2 = 4 when command1 is pressed it then divides text1 by text2 any ideas? thanks Jamie
View ArticleStored Procedure Help Needed
I inherited a VB6 application that was using data that resided on a SQL 2000 database that is being upgraded to SQL 2008. This app is using a stored procedure that contains a union query (among...
View ArticleGet access records into TextBox!
hello guys im working on database app. Here im supposed to get the data from the table(mdb file) of a particular ID key from user and put them into the text boxes Code: Private Sub Command3_Click() Dim...
View ArticlePowers 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 Article