How to export datagrid values to xls or csv?
Dear all, I trust you are well. I am new to Vb 6.0 but I can say I have a basic knowledge in coding. My problem is, My instructor in VB had a graded recitation by coding on the spot! She asked me to...
View ArticleCalculate the row number
I have a matrix of 64 squares arranged 8 x 8. The square in the lower left corner is #1 and the square in the upper right corner is #64 How do I calculate the row number when any square is clicked on?...
View Article[RESOLVED] Find Windows Installation Date In Vb6
hi how can find windows installation date in vb6? i use this in dos whit command: cmd command: Code: systeminfo | find/i "install date" but i need vb6 code for show windows installation date to a...
View ArticleConfig File .XML or .TXT ?
Hey guys, This isn't directly a VB6 question but i would like your opinions on this. I got an application for example, which loads data, such as, combo box list items, text fields, buttons ,etc, all...
View ArticleFTP Upload Problem
Hello, I am using a code for file upload to my ftp.. but when the file uploading then my program freezes (not responding) when the file size is 1mb or more then it's a problem When the upload finished...
View Articleneed working (ssl socket ) to make it fetch data from https websites
i need working ssl socks anybody please tested many all not working so please if anybody has any share thanks:blush:
View ArticleMDB to text ..I need to export all the tables in to text format.
Hi I need to export all the tables from the mdb file.Can any one help me on this
View Article[RESOLVED] vbprinter component
If I wanted to use a vbprinter component in my form, what Project->Reference would I add ?
View Articlei suggestion needed for chat client server read on
1: chat clients programmed in vb6 require server to be executed in able for end users to be connected now........ is it possible to do something so everybody can connect to website ip address bounce...
View ArticleAdd sub menu at run time
how to Add sub menu at run time like this --------------- I used this code but not solve the problem Code: Private Sub Command1_Click() Dim i As Integer i = 0 For i = 1 To 5 Load mnuex(i) Load...
View ArticleSelecting Database Columns from ComboBox
Hi Tech Gurus, My requirement is user should select his column headers from combo box. The database has 26 columns, user will be select 2 columns (from 2 combo boxes). I have made the string for select...
View ArticlePrinting Issue
Hi I am printing Slip using Crystal Reports on A4 size . How it can be done instead of one print it should automatically print 3 copies . I will reduce the size of Slip so 3 slips should fit on 1 A4...
View ArticleHelp Needed to save continuous number based on 2 types on entries in a single...
SQL SERVER 2000: I need to save 2 kinds of the same bill to a tables called bills. But each kind should have same continuous bill numbers. Meaning if A and B are the two kinds, both should have...
View ArticleSyntax error in query expression
I'm having trouble with using query in access. My teacher just gave a code and I don't know much about those.. I input those in my visual basic and error occur. this is the code. Code: Private Sub...
View ArticleMs-Access Password
Hi can we set the password of MS-Access Database using coding . Thanks
View Articlewho can character spacing in vb6
I'm trying to make a program that puts spaces between every letter, example: using only Label how can i using Attached Images
View ArticleSelecting multiple random dates in month calender or date picker
Hi, I'm using windows forms in vb 2010 and Ms access database. I need to select multiple random dates in the calender(month calender or datepicker) and display the dates in the textbox. Is this...
View Articleneed help understand how to update ( virus definitions) for this
please check this source and kindly tell me how do i update the virus definitions in which format and how. this file name in appath Signature.ATVGuard how do i add it name of virus crc32 ?? were do i...
View ArticleLoad Program
A big hello to everyone, this is my first topic here and my first try to make an application with VB. My question is so simple but i cant figure out how to do it. I want my program to start minimized...
View ArticleHow to create a simple timer that starts when you run program?
I want to make a label that shows how long the program runs in seconds. Any ideas? I am still a beginner in VB6.
View Article