Hi every one i have some trouble installing VB-6. all procedure are completed but at last this message is shown "Failed to register C:Program Files/Common ...
Hi Ya'all.. Does anyone have any experiences developing a smartcard reader ActiveX control? I dunno where to start. I couldn't afford purchasing the SDK. I'm...
Hi there everyone I am a new member and am self taught ,so I hope that any of you who have done vb profesionally will bear with me if my questions or the way...
dear all please advise me. Does MsSQL have something like Oracle's Dual table? thanks very much [Non-text portions of this message have been removed]...
bearsolusindo
bearsolusindo@...
Apr 3, 2007 1:58 pm
28637
I have a picture box on a form. Clicking on the picture box loads a marker shpDot(idx + 1) and adjacent label lblCapt(idx+1) and places the marker at the...
Hi,, I am using VB to connect client and server... Server has the DB and i have to connect from the client.. Any code to connect to remote database.. ?? THanks...
hi group i am trying to develop a word meaning dictionary, in which there is a dblist which contains the data, a text box for search and a text box for showing...
Some times program process the records but some times it gives run time error: Run-time error '-2147221080 (800401a8)': Method 'Cells' of object '_Worksheet'...
hi, I would like to get the total frame count of a video file, anyone have any idea on how to work it out? Another question is that, when I play a video file...
just share, I use ODBC to made connection client/server, (MSSQL as DB Server) and it's running well ... http://groups.yahoo.com/group/visualbasic6programming/ ...
hi all, this is rohit. i am student of b.sc.it. i just want to know how to retrive the data from ms access to the combo box, text box using pure adodc not with...
hey rohit Got ur problem just create a RecordSet(rs) and fetch the value by the follwoing statement ... String name = rs.Fields("name of the field").value ... ...
I want to create a login screen where login athentication should be done by domain. IT should go to next screen only when windows system valid user name and...
I have nearly completed a suite of 3 programs for my fellow clergy. I have TWO problems on which I should value help. Problem ONE. The main program has a VB6...
I have nearly completed a suite of 3 programs for my fellow clergy. I have TWO problems on which I should value help. Problem ONE. The main program has a VB6...
http://www.geocities.com/cooltutorials This course is designed as an introduction to programming using Visual Basic. For many people, this will be a new and...
Michael, Here's a snippit of code that I used in one of my progams for saving the text from a Rich Text Box control to a file: CommonDialog1.Filter = "RTF...
Bankers Rounding Even rounds down. Odd rounds up. ... From: Rick Rose <wolfrose32@...> To: visualbasic6programming@yahoogroups.com Sent: Thursday, March...
A trick I use in excel is to record a macro then edit the macro code to find commands implimented in the macro. ... From: spooboy54 <spooboy54@...> To:...
Ok guys & girls I have one for you. I want to use a combo box in Access that updates on the fly. What I mean is this: Say I have a database with a list of...
After you have brought back the data from the query, call a sub to query whatever is in the combo box and if it is not in your database add it. Select * From...
k. What do i put in the '//Add it here because it is NOT there line? And what do I put in the '//Do nothing because its already there line?? ... [Non-text...
I am currently working on a program that needs to pull information from the registry and input it either directly into the form or an access database which has...