11,868 Topics

Member Avatar for
Member Avatar for churva_churva

can someone here lead me in a website that allows to download the microsoft visual basic 6.0 for free... thanks everyone.:)

Member Avatar for Ezzaral
0
250
Member Avatar for s†ig†rex

[CODE]Private Sub Command1_Click() Frame1.Caption = Text1.Text Frame2.Caption = Text2.Text Text3.Text = "" Text4.Text = "" End Sub Private Sub Command2_Click() Unload Me End Sub Private Sub Command3_Click(Index As Integer) Text3.Text = Val(Text3.Text) + 1 End Sub Private Sub Command4_Click(Index As Integer) Text4.Text = Val(Text4.Text) + 1 End Sub Public Sub …

Member Avatar for s†ig†rex
0
142
Member Avatar for michael.pilapil

Greetings! Hi guys, Im mike, i am new in using Sybase central using sql anywhere 9, i've got a big problem, on how am i to connect my Sybase database to Visual Basic 6.0. Guys.. i badly want to know this, because i am new to my work. I hope …

Member Avatar for debasisdas
0
1K
Member Avatar for koolpinguy

sub:- requst to write a code to display all alphabets & word with their count and number of repetition in any document or file dear sir. im a student of vb, i need some code which could b able to 1- count the total numbers of alphabets used in a …

Member Avatar for Ezzaral
-1
147
Member Avatar for khengchiew
Member Avatar for debasisdas
0
26
Member Avatar for cool_zephyr

hello I'm writing a program using winsock..whenever i try to send some data from the client i get the following error "Run-time error '40006' Wrong protocol or connection state for the requesting transaction or request" please help me in finding what's going wrong...my client code is given below [CODE]Private Sub …

Member Avatar for cool_zephyr
0
843
Member Avatar for venkatnams

hello out there,,i'm using vb6 and need to use calendar control. I managed to import the calendar using projects-->ms calendar and i've placed it on my form. Now i need to add the dates slected onto my MS-Access Database. How do i do that?? the summary::: i need guidelines,codes,functions that …

Member Avatar for faroukmuhammad
0
4K
Member Avatar for balajiarun1992

how to display the reverse timer like in the quiuz program the clocks are role in 50,49,48....1. (time up) i need the program for questienare with timer any one help me.

Member Avatar for faroukmuhammad
0
166
Member Avatar for Craig_V

Hi there. Using VB5 I am a real novice to VB but slowly getting the grasp of thing but at the moment writing things out long hand (thinking there must be short cuts) Like filling a VB form with MSACCESS data I am detailing every field e.g. [CODE]txtCompGST.Text = tldt.Rows(rowpos)("CompGST").ToString() …

Member Avatar for Craig_V
0
129
Member Avatar for faroukmuhammad

Hi guys, my keyboard has not [B]Break[/B] key, so i cant braek a test run with the conventional [B]Ctrl + Break[/B]. Is there any other way to break a test run? Thanks in advance.

Member Avatar for faroukmuhammad
0
207
Member Avatar for faroukmuhammad

Whenever I command my datareport to show, my computer halts. Their are other four report that work well. Then there is the only one that is pulling on my legs. Can any one tell me what the problem might be?

Member Avatar for faroukmuhammad
0
84
Member Avatar for romilnagrani

Hello, I have a textbox, a previous button (<<), a plus button (+) and a next button (>>). When a user clicks a plus button, he can enter the date in textbox. He could enter unlimited number of dates this way. Now user, if he clicks previous button (<<), the …

Member Avatar for zachattack05
0
106
Member Avatar for kipslem

Please could someone help me on this issue? I have a VB.Net 2008 Application that I have already created it's setup. When I installed it on another PC (Apart from my Develoopment PC) I have this issue with viewing the reports. There are couple of reports created with the CR …

0
87
Member Avatar for machitar

anyone can help me? Im new to Vb. ---------------------------------- Private Sub LoadTransaction() Dim lv As ListItem Me.lsttransaction.ListItems.clear With Me.adoTransaction.Recordset [COLOR="Red"].MoveFirst[/COLOR] While Not .EOF Set lv = Me.lsttransaction.ListItems.add(, , !invoicenumber, , "px") lv.SubItems(1) = !TotalAmount lv.SubItems(2) = !AmountTendered lv.SubItems(3) = !Date .MoveNext Wend End With Me.adoTransaction.Refresh end sub ---------------------------------- thanks in …

Member Avatar for faroukmuhammad
0
236
Member Avatar for shelexelex

Please i need to know how to schedule an auto backup for my program database. Please anyone with ideas?

Member Avatar for debasisdas
0
86
Member Avatar for shelexelex

Please, i am writting a program and i want the program to run every 3 hours, now when i try to put 10800000ms which is equivalent to 3 hours in the interval property of the timer, i get an error message that say.. "Invalid Property Value", Is it that it …

Member Avatar for shelexelex
0
176
Member Avatar for zp18zp18

I have a hardware controller that I purchased from a vendor that provided a SDK in VB6. The primary reason I chose their controller was the class and SDK that I could get started with immediately. In the meantime, the vendor decided that dot net VS6 was best developed and …

Member Avatar for zp18zp18
0
205
Member Avatar for androidz

hi guys its me again wanted to learn something new about how to use winsock.i am making a program that would detect the computer if its turn on through ip address that is connected on lan..anyone can help me or suggest something that i could learn?hoping for your replies guys..s:)

Member Avatar for debasisdas
0
176
Member Avatar for iscode

Can anyone help me to convert this java code to vb6 code? [CODE]import java.net.*; import java.io.*; class read_web { static void main(String[] url) { String web = "http://www.website.com"; String vs="",us = ""; try { URL website = new URL(web); URLConnection conn = website.openConnection(); BufferedReader in = new BufferedReader( new InputStreamReader( …

Member Avatar for debasisdas
0
127
Member Avatar for kaippilly

I am using Access 2007(accdb) And ADODC in vb form.In a given date I have a lot of credit entries and Debit entries in text boxes. Is it possible to sum all credit entries and Debit entries an find the difference in a given date by using vb code? Is …

Member Avatar for debasisdas
0
45
Member Avatar for arsenal_fan

Hi, I have 2 spreadsheets with say the following data: Spreadsheet 1: Column 1 Column 2 Eatables A Eatables B Apple Watermelom Orange Apple Banana Peach Apple Spreadsheet 2: Column 1 Column 2 Eatables Status Apple Eat Orange Don't Eat Banana Eat Peach Eat Watermelon Eat Tomatoes Don't Eat Avocado …

Member Avatar for debasisdas
0
155
Member Avatar for nephert1

GUYS PLEASE HELP ME WITH VISUAL BASIC 6.0 NOTES ON ARRAYS,PROCEDURES,FUNCTIONS AND FILES. IF YOU WISH TO ASSIST SEND ME VIA [email]mnephert@yahoo.com[/email], and i will appreciate.

Member Avatar for debasisdas
0
51
Member Avatar for insanity99

Hello... I already know how to connect the Drive to Directory but I don't know how to connect File to Image can someone teach me how to connect the File to Image?? Pls......

Member Avatar for debasisdas
0
69
Member Avatar for churva_churva

how to trap? for example in my textfield i don't want my textfield to accept double data type only integer is accepted..i don't have any idea how to do it.. can someone here give me a clue...please a sample code.

Member Avatar for ChrisPadgham
0
175
Member Avatar for ILIAILIA

I am making databases and one of columns is bit(checked or not). an want to sum all the checked ones number field.how to find If is checked or not? Dim sum As Single = 0.0 For i = 0 To Table1DataGridView.RowCount - 1 sum += Table1DataGridView.Rows(i).Cells(4).Value() this is just how …

Member Avatar for ILIAILIA
-1
443
Member Avatar for kaippilly

I am using Access 2007 AND Adodc. [Date] is a field in my table1.What is the code for getting a record on a particular date?

Member Avatar for kaippilly
0
96
Member Avatar for divakar.it

Hi, I am tired in searching the solution in google for my issue in ADODC MoveComplete Issue: In my application I was using reference ADO 2.0 version for ADODC connection and it was working fine. Due to some other enhancement i forced to change the version from ADO 2.0 to …

Member Avatar for divakar.it
0
976
Member Avatar for dibakarmishra

I need a help on VB 2008. How can make a button enable or visible when only the datagridview's only 1 check box is checked?

Member Avatar for hericles
0
90
Member Avatar for yashsaxena

Hello All I want to create a exe of Note which i have developed in VB6 Does any one know how to do it?

Member Avatar for faroukmuhammad
0
16K
Member Avatar for vin24

Hi guys! I would like to ask you a question about on how to save data on a text file using visual basic. I have a hard time getting the right code for this function. Does anybody of you know a simple code that you can share to me. I …

Member Avatar for faroukmuhammad
0
189

The End.