Update a file on a different computer
Hello ! I've tried to open and write to a random access file, located on a central PC (running 24/7 !) in my home network. (Open "\\CentralPC\FileName" For Random As #1......) But 'Print #1, any word'...
View Articleis this possible ( open binary + transmit voice realtime ) read on
i am thinking about making a voice chat over winsock i have tested many free source all them was rubbish. now my question is is it possible to do this Open xxxxxxxxxx For Input As #iFileNo xxxxxx will...
View Article[RESOLVED] Update a file on a different computer
Hello ! I've tried to open and write to a random access file, located on a central PC (running 24/7 !) in my home network. (Open "\\CentralPC\FileName" For Random As #1......) But 'Print #1, any word'...
View ArticleNeed an idea for loading CAPTCHA into picturebox
Hello, I'm working on a program that automatically fills out a web form and submits it. The form I'm working on has got dynamic CAPTCHA. The CAPTCHA url used in that webpage is like...
View Article[RESOLVED] run time error 3201
for save data and update data I write code this Code: With rs1 sSQL = "Select * From duereport Where partyname ='" & cmbPartyName.Text & "'" rs1.Open sSQL, con, adOpenDynamic, adLockOptimistic...
View Articleuse DataGrid clicked cell to fill textboxes
I have a Combobox which is filled with various types of search on an Access database. For example: List all students by class Total paid this month Total paid this Student Count Active/Inactive...
View ArticleHow 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 Article