473,544 Members | 420 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Visual Basic 4 / 5 / 6 Forum

Visual Basic programming language and IDE - Ask questions about rapid applicatoin development, GUI, database access, DAO, RDO, ADO, Active X Controls, objects, Microsoft Visual Basic 4/5/6.
9
1,662
thread by: Jayachandra | last post Aug 4 '07 by: Killer42
Hello Sir, By using VB 6 can we conver our text file data which is having in CSV format into MS-ACCESS Data Base or Oracle. If it is possible please give me a simple example with code. Thanking you. Jayachandra.C
9
1,552
thread by: bexxx | last post Aug 3 '07 by: Killer42
I need to know how to count the number of "1s" in a column and then input the total number of "1s" in that column on the screen. Hence counting the total of these numbers in this column. PLEASE HELP ME! I will be forever greatful to you if you do!!
9
3,999
thread by: kazper | last post Aug 2 '07 by: hariharanmca
Good day, I'm currently trying to print the data in my database using Visual Basic but I have a little problem with the codes, need your help about figuring out what I might be missing. I keep on getting the same error Run-time error '-2147217900 (80040e14)' Dim adoHistoryPrint As New ADODB.Connection Dim recHistoryPrint As New...
9
2,243
thread by: nnisarahamed | last post Dec 18 '07 by: ragav33333
Machine serial Number
9
1,933
thread by: akynaya | last post Aug 8 '07 by: akynaya
i have loaded images (using image boxes) in a picture box, these images can be dragged n dropped but my problem is when i try to save them, none of these loaded images seems to appear in the work area or the picture box.. would anyone know how to do this?
9
1,539
thread by: amolbehl | last post Aug 31 '07 by: antony123
Hi I am trying to develop a Database application with VB6 and MS ACCESS. Sub Main() ' First we initialize paths for all needed files gstrDBPath = "c:\dvp\PBG" gOrderDetailsPath = "c:\dvp\PBG\OrderDetail.txt" 'gOrderDetailsPath = "G:\order.txt" 'Load frmImportData 'frmImportData.Show
9
14,947
thread by: Pravesh Koirala | last post Aug 27 '07 by: Killer42
The Button that glows orange when mouse moved over it Also i wanna include it in message box Please help
9
21,314
thread by: sathikbasha | last post Mar 25 '10 by: rupesh11041963
hi Please help me !!!!!!! how to connect the Tally from VB. Is there any ODBC connection in Tally Software. I need to import the data from SQL Server to Tally. regards
9
3,019
Ali Rizwan
thread by: Ali Rizwan | last post Sep 2 '07 by: Killer42
Can some tell me how can i make rotatry motion to control. Thanx
9
8,785
Ali Rizwan
thread by: Ali Rizwan | last post Mar 16 '19 by: manuaaa
Hello Everybody. I have use layered window for displaying fadeout effect to my application. If you want to see it how I do this thing then download the attachment and apply to your applications. Best of Luck. Goodbye.
9
3,086
thread by: countryboy | last post Sep 19 '07 by: countryboy
I made a macro to sort a report that i can edited in VB. it works 98% of the time. r8002 is what i want it to find in this part of the macro. the only time this macro does not work is if there is not any r8002 to find and it stops. I want it to skip to the next part. is there any way i can make it say "if you do not see this"( .WaitForEvent...
9
16,198
thread by: BlackMustard | last post Jun 19 '09 by: lenard2500
Hi, I get the following error on the last line: Run-time error '3251': Current Recordset does not support updating. This may be a limitation of the provider, or of the selected locktype. ' Open database connection Set adoConn = CreateObject("ADODB.Connection")
9
2,168
thread by: Abhishek Bhatt | last post Sep 11 '07 by: Robbie
I need to keep some of the parameters in the code as configurable. i.e. I can't hardcode them in code but need to read it from some file. One way is to keep all parameters as name values pair in a text file 1. read first line of the file 2. parse it for "=" delimiter to find name 3. take the value 4. Use it in the program 5. Read next...
9
10,310
thread by: tigger | last post Dec 12 '07 by: Killer42
Hi, I'm using Visual Basic 2005. I'm trying to create shortcut keys for my buttons. Currently, i have 2 buttons, presentButton and plotButton. When i press spacebar, it will perform the presentButton Click Event and when i press Enter, it will perform the plotButton Click Event. Is that possible? Private Sub presentButton_Click(ByVal...
9
1,136
thread by: dhoward | last post Sep 7 '07 by: QVeen72
Can anyone tell me why my crystal report is not showing my data?
9
24,154
thread by: nico3334 | last post Apr 22 '12 by: Killer42
Hi, I have 2 arrays (Each As a String), and I would like to combine these into a new single array. Is there an easy way of coding this? For example, I want "arrData" and "arrID" to be combined into a new array: "arrTotal". If anyone could give me some coding examples, I'd greatly appreciate it. Thanks!
9
1,271
thread by: taepy | last post Sep 8 '07 by: taepy
i have a problem to search my data.i need to used the search data and do some calculation on it. its about the futsal court rent.i wanna calculate the income of that rent.but i dont know how to search the payment for the rent and calculate it. if i search from todays date by the end of this month,then i wanna calculate all the payments...
9
4,502
thread by: Jayachandra | last post Sep 25 '07 by: hariharanmca
Hi to all, I have designed a form which contains MSFlexGrid control. Here the problem is I am getting the data into the FlexGrid from the database. But in the first column there is no data or text. But I want the serial no. in the first column like 1,2,3,4,5,6,........column wise upto data available. how to get it. Please give me an...
9
1,368
thread by: medic466 | last post Sep 28 '07 by: medic466
Hi All, having a small error with my date text box. I'm new to this so I might be doing it wrong. :) this is my code Private Sub Txtbirthdate_click() frmdefendantsdata.Txtbirthdate.Text = Format(Txtbirthdate.Text, "##/##/####") End Sub It works fine I enter 681996 and it comes up 6/8/1996 .....But if I click on the text box again it...
9
1,774
thread by: smugcool | last post Oct 6 '07 by: QVeen72
hi, I am having a problem while providing more control while opening word..Below is the code where i am able to open the file. in this code when somebody clicks on command2 button a input box opens and it asks for CRC ID & then it opens the required docuemnt from the path as below. But i want 1)if any CRCID is not found in the path, one...
9
10,126
thread by: daleykd | last post Sep 6 '12 by: chaimaFI
Hey folks, In VS 2005, I'm trying to use the DataSet wizard/designer. I can successfully go thru the entire process, but as soon as it is referenced in one of my forms, I get errors that state: Type 'hplcContainer.POCDataSet' is not defined. If I go into the form.designer.vb, I can fix it temporarily by either removing hplcContainer. or...
9
2,143
thread by: darrel | last post Oct 11 '07 by: abdull07
Hi there VB Masters. I have a few questions regarding printing process in VB. My question is how can I print the whole form and its components in VB6? It's like this - I have a form, that contains labels, check boxes and radio buttons. How can I print it in a short bond paper? Lastly can you give some website where I can get some tutorials...
9
1,890
Mayur2007
thread by: Mayur2007 | last post Oct 10 '07 by: jamesd0142
Hello Everyone, I have one problem related to date function in vb i want to print the date in the following format 15th, October-2007 i have already try formatter of the date funtion Can anyone help me out?? please be fast. Mayur
9
20,426
Ali Rizwan
thread by: Ali Rizwan | last post Apr 18 '16 by: DeBees Consults
Hi all, I have a field in an access database name Cost i want to find the sum of all amount. Database name = EXP Using ADODC VB6 I have a number of three adodcs on same form. Plz give me the solution, using my information. Tablename = EXP
9
2,262
thread by: sumuka | last post Oct 23 '07 by: Killer42
Hello , I'm doing project in vb 6 and i have a flex grid now i need to right click on the cell of a flexgrid and after right click it should open a msgbox .The problem is what should i write in flxgrid Click event in order to capture right click of the mouse button. Please halp me with the code.. Thanks in anticipation...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.