9,979 Topics

Member Avatar for
Member Avatar for Jack.He

hi,all Just like the title,i want to programme a update software for my softeware,but i don't know how to start. Is there a function that can download in VB6?And how to check the version? Please help me....

Member Avatar for vb5prgrmr
0
148
Member Avatar for santhanalakshmi

Hi, By clicking the button first time - it opens the form. if i try the same thing(in second time) .....In my form only [B]one textbox(using as a lostfocus[/B] and also using recordset[sql]) [B] Runtime Error '3367' : Object is already in collection.Cannot Append.[/B] Please ,help me out..........thanks in advance............

Member Avatar for santhanalakshmi
0
713
Member Avatar for Agent-of-Chaos

i am usng key ascii 13(Enter key) to move between text fields... but the problem is that it produce some sound i dont want that it produce that sound, can any one know how to avoid the beep in vb6????? Private Sub Text1_KeyPress(KeyAscii As Integer) On Error Resume Next If …

Member Avatar for Agent-of-Chaos
0
167
Member Avatar for abu taher

a msflexgrid show my data. I write code in msflexgrid_click():[QUOTE]txt1.Text = MSFlexGrid1.TextMatrix(MSFlexGrid1.RowSel, 0) txt2.Text = MSFlexGrid1.TextMatrix(MSFlexGrid1.RowSel, 1)[/QUOTE] for show data in textbox. but one error msg show: "run time error 381 subscript out of range" what I do now?

0
51
Member Avatar for abu taher

When I open a project in vb6 then show a msg: and tell me to see a log file. and the description of log file is below: Line 29: Class b8Controls4.b8Line of control b8LLogoB was not a loaded control class. Line 116: Class b8Controls4.b8ClientWin of control b8CW was not a …

Member Avatar for vb5prgrmr
0
100
Member Avatar for mytime19

Hello everyone, I am new to vb6 though i have done java and abap before. I gotta design an application which is a quiz with a countdown timer. I have created the countdown timer stuff but how do i create questions and answers? say if i have 20 odd questions …

Member Avatar for vb5prgrmr
0
506
Member Avatar for kashy!

Hi Friends, I need a help, I am making a project where I have to update the class database all at once, I made a function where some values are passing to update, It is updating the Database as well, But the problem is all the database is updated with …

Member Avatar for vb5prgrmr
0
110
Member Avatar for jack1to2

i want to save a text file (eg:ABC.txt) in RES file and load it into a combo box or a list box using following code.. Open App.path & "\ABC.txt" For Input As #1 Do While Not EOF(1) Line Input #1, s Combo4.AddItem s Loop Close #1 how do i give …

Member Avatar for vb5prgrmr
0
94
Member Avatar for XZodia

Hi guys.. I need help with selecting an item in a listbox which gets its items from a database table using While-Wend Loop. The listbox lists the table's contents properly. My problem is how will I add the item I selected in the listbox (e.g. John, Erick) in another table …

Member Avatar for vb5prgrmr
0
96
Member Avatar for Supa_mike

Hi, i have a group box with 2 radio buttons; failure and success. I need to have the text (either failure or success) saved in the access 2007 database instead of values (1 or 2). The same is also happening with the combo boxes. Here's the code am using: (i …

Member Avatar for vb5prgrmr
0
109
Member Avatar for Rakyu

At the moment I am currently working on a program (for school) that saves and reads CD album information from a file (pre-made). The information that can be saved (and read) is the album title, the artist, the recording group, the genre, the date purchased (in the DD/MM/YYYY format) and …

Member Avatar for Rakyu
0
102
Member Avatar for korna

I am changing a VB6 program from DAO to ADO and bump into some problems. Before I go into the multi table problems I will start with a single table :-/ I have an Access 97 database with some tables. The tables have no relations among each other. I want …

0
60
Member Avatar for vanathi_vb

Hi, please guide me how to use crystal reports in vb6.0.anyone can explain with small example.say for example select the db and tables and fiels and links between tables ,sorting fields..how to call that report using vb.. Thanks in advance, vanathi

Member Avatar for kashy!
0
109
Member Avatar for palavi

Hi all, I am getting exceptions while downloading Excel template. i think the problem is in one sheet if i remove that sheet i am able to download with some vb error messages like cannot read file etc., As per my knowledge in vb code for downloading i have changed …

Member Avatar for palavi
0
164
Member Avatar for palavi

Hi All, If i protect a sheet then I am getting this runtime error stating Run time error '1004' Application-defined or object-defined error Its not highlighting where is the error .. can anybody help me please i have deadline by today evening.. thanks

Member Avatar for palavi
0
130
Member Avatar for abu taher

in my database I enter three item in 'Item' field. paper, pen, pencil. in my vb project i have three text box. here I want these three item show in this three text box. how it possible.

Member Avatar for abu taher
0
82
Member Avatar for pearllyn

Hi, i need source code on how to check whether a new picture has upload in the folder. the source code have to be in VB. Thanks

Member Avatar for vb5prgrmr
0
24
Member Avatar for ttqtrang146
Member Avatar for gdkons
0
144
Member Avatar for gdkons

How can I create group report in Data Report by writing code without using Data Environment. I'm using VB 6 and SQL server 2000.

0
31
Member Avatar for johnGIS

Who has VB.Net notes for a beginner. Send them to [email]jyumbya@yahoo.com[/email]

0
49
Member Avatar for drabsch

hi, How do you make a exe open and run in a different directory in vb6? so my exe is in the directory D:\test.exe and want it to run in the directory C:\ without copying the file there

Member Avatar for drabsch
0
94
Member Avatar for craigallansmith

I have posted this before and have not resceived a response. My problem is that when I create a simple data report and then run it, it takes about 2 min to display. I thought it was something i did but i deleted my project and started again. for some …

Member Avatar for kashy!
0
96
Member Avatar for LoNe_KiD08

Hi Guys, I got a problem with my report when I'm started previewing it. Just see this link for the details and my screen caps. [url]http://i206.photobucket.com/albums/bb243/jumbo08/REPORT.jpg[/url] Thanks and advance...:)

Member Avatar for Ole Raptor
0
75
Member Avatar for CMSHelper
Member Avatar for WUT

Does anyone know of an easy way to implement a basic time-clock type function, that refreshes the display each time the information changes (perhaps in an allocated memory space)?

0
55
Member Avatar for zobl
0
23
Member Avatar for abdabd

Hi everybody , I am working on VB.6 but when tried to add component Microsoft data bound grid from the component list I did not find it , please help me I need to show my dbase .

Member Avatar for debasisdas
0
34
Member Avatar for chozhan

How to implement the activexcontrol at runtime. Activex control name is A32Control.

Member Avatar for debasisdas
0
83
Member Avatar for kehar

Hello, My problem is that when i try to see other datails of the person names selected in the list box, i can see the details of the firstname (first item) of the list box only and not the second onwards. So pl tell me the code to write so …

Member Avatar for debasisdas
0
71
Member Avatar for nileshgr

I have two class modules namely DbConnection and Database. Database has all methods which are required to manipulate the tables (Insert, update, delete, move). And DbConnection has connection related methods (Connect, Close, StartTrans, CommitTrans, RollbackTrans) I have a global instance of DbConnection in a standard module and I don't initiate …

Member Avatar for nileshgr
0
78

The End.