473,544 Members | 1,758 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Visual Basic 4 / 5 / 6 Forum

Visual Basic programming language and IDE - Ask questions about rapid applicatoin development, GUI, database access, DAO, RDO, ADO, Active X Controls, objects, Microsoft Visual Basic 4/5/6.
4
1,663
thread by: Nevo | last post Jul 17 '05 by: Stephane Richard
I'm curios are there code generators for VB and if so can any one suggest a good one? Thanks, VAL
2
7,276
thread by: Jeroen van vliet | last post Jul 17 '05 by: Jeroen van vliet
Hello How can i run a query from a mdb database and show it in a datagrid control when i put in a letter in a textbox? for instance. when i type the letter "A" in the textbox i want to run a query like " Select * from customers WHERE name = textbox.Text " I do not know how to use the textbox name in the query, I think this should lead me...
2
4,546
thread by: xyz | last post Jul 17 '05 by: Pieter Linden
I have a program that I need to update to work under Windows 95, Windows 98, and Windows XP to display a help file. Under Windows 95/98, I can use the following code: fil = App.Path & "\file.hlp" rc = Shell("winhelp " & fil, vbNormalFocus) The above code does not work under Windows XP, so I have to use:
2
3,757
thread by: Paul | last post Jul 17 '05 by: Paul
How would I convert the contents of a textbox into text files. Say I have a textbox containin the following... 13-02-00 - Paul Oakenfold 06-02-00 - William Orbit 30-01-00 - Laurent Garnier 23-01-00 - Guy Ornadel 16-01-00 - Dave Clarke
0
2,068
thread by: Lyn | last post Jul 17 '05 by: Lyn
We use response.redirect to connect to an external web site which does not work when the "=" sign is translated to "%3B" and the ";" to "%3D". Is there a way to turn this default translation off? Something that has partially worked previously is to do the following: response.write "<META HTTP-EQUIV='refresh' CONTENT='0; URL=here.com'> ...
3
4,945
thread by: hala | last post Jul 17 '05 by: Rick Rothstein
hi, I am trying to make my vb program find the path of the msn messenger application (I want this to be done automatically on which ever computer it is downloaded). The code I use is returning the wrong path: that of the vb executable itself. Here's my code: Dim fso
3
1,971
thread by: Suzette | last post Jul 17 '05 by: J French
I'm going through Dan Appleman's book on API and am getting so confused. Can anyone suggest additional resources that might help me get the fog in my brain cleared? Thanks Sue
0
2,131
thread by: Jason Charalambides | last post Jul 17 '05 by: Jason Charalambides
I have an interface with many optional commands "buttons" in a program I wrote. I have many tags that work like sheets in excel in a way (every tag leads me to a set of commands and a series of results). I wonder how I can set in every tag space (or sheet) one specific command to be activated by the "Enter" key. Thank you. --...
0
1,231
thread by: Jeroen van vliet | last post Jul 17 '05 by: Jeroen van vliet
Hello, can anyone tell me what i am missing here?? I have a textbox named "txtLidcode" I have a datagrid named "data" I have a command button named "command3" The datdagrid has a datasource of an ado control named "adodc1". When the "command3" button is clicked i have strSql = "Select * from Leden WHERE Lidcode LIKE ´ *" & txtLidcode.Text...
1
1,471
thread by: Bob | last post Jul 17 '05 by: Pieter Linden
Hello I am using text boxes and combo boxes on my form. I would like to be able to update a second table from the boxes in the first. On my main form with adodc these are update to DB1 Combo1(8) = Equipment Combo1(9) = Make Text1(20) = Model
0
2,215
thread by: Perke | last post Jul 17 '05 by: Perke
Can anybody help me? Thanx in advance Per
1
4,656
thread by: Jay | last post Jul 17 '05 by: Stephane Richard
Is there a way to print a report with NO datasource specified? I need to print a blank worksheet for my client. (well with some shapes and lines on it) This is the code that causes an Invalid Data Source message box to appear. What am I missing? Case "Worksheet" Set DRReport = New drBlank
5
7,985
thread by: William Bub | last post Jul 17 '05 by: Rick Rothstein
Assume I have the following code: Dim VarByte As Byte Dim VarInt As Integer Dim VarStr As String Open gFileName For Binary As gFN Get #gFN, , VarByte ' 1 byte Get #gFN, , VarInt ' 2 bytes Get #gFN, , VarStr ' ?? bytes
0
8,153
thread by: Pieter Linden | last post Jul 17 '05 by: Pieter Linden
Okay, the basic plan: 1. Call EnumerateServers to return an array of all the computers on the network. available at: http://datafast.cjb.net/ 2. Resolve the HostNames into IP Addresses. How to Resolve a Hostname Into an IP Address (from Randy Birch's site: www.mvps.org/vbnet)
6
26,578
thread by: ..... | last post Jul 17 '05 by: Steve Gerrard
I have an established program that I am changing to allow users to select one of eight languages and have all the label captions change accordingly. I have no problems with English, French, Dutch, German, Spanish or Italian. The Polish language is causing me trouble. From what I have read, VB supports UNICODE, in fact it uses UNICODE...
0
1,344
thread by: Miner | last post Jul 17 '05 by: Miner
Yo All!!!! Hey come see the new Visual Basic MUD !!! telnet://coa.servegame.com port 23 3 year development and its FINISHED 2 months ago. All original code and 3000+ all original places! type PAGE REALM when you are in there for a quick info about the realm. PAGE
0
1,893
thread by: Jay | last post Jul 17 '05 by: Jay
How come a datareport is not showing up in the forms collection? I am instantiating a new datareport and then showing it. But when I iterate through the forms collection it's not there. Any ideas? Case "Worksheet" Set DRReport = New drWorksheet
1
5,681
thread by: Jim M M | last post Jul 17 '05 by: MooVBuff
Hello Everyone, QUESTION #1 I am working on a timer. I have the following code which works kind of OK. If Form1.WindowState = 1 Then Form1.WindowState = 0 The problem is that if the user has another window open when my timer program restores itself it ends up behind whatever window is currently open.
2
2,141
thread by: daniel d | last post Jul 17 '05 by: Samuel Hon
hi all, Im using VB 6.0 Pro, my DB is SQL server 2000 Eval edn. I am using stored procedures to get data from my DB. I am trying to open up a new recordset as a dynamic however it refuses to open in this mode and instead loads in forward only. Some code is here.
0
2,076
thread by: Dane Carty | last post Jul 17 '05 by: Dane Carty
Hi, hopefully a quick question! With VB6, I need to be able to send a file, using LPR to a unix based printer. I can easily do this using a SHELL, but can't then read the status of the request (someone may have switched the printer off!!) Are there any components which can help with this?
1
6,318
thread by: Bill W. | last post Jul 17 '05 by: Steve Gdula
Trying to make the transition from VBA in MS Access 2000 to VB6. I noticed that the icons for the command buttons in Access are apparently not available in the VB6 environment. Am I missing something? Can they be made available and if so, how would I do that? Any suggested sites for icons for VB6 command buttions? TIA Bill W
1
4,051
thread by: Rodney Minter | last post Jul 17 '05 by: Pieter Linden
Hi, Has anyone got code to link to a paradox table. I am newby and having trouble with this. I only want to read data not write. Regards Rodney
2
6,732
thread by: David | last post Jul 17 '05 by: Steve Gerrard
Hi all, I am hoping someone can suggest a reporting tool that I can use with my program. Currently, I am using Crystal Reports. I use the reports strictly as a container that I dump data into. It does not connect directly to any data source. For each element of data that I am passing in, there is a corresponding formula field with the same...
9
2,397
thread by: C L Humphreys | last post Jul 17 '05 by: C L Humphreys
Hi, I'm used to programming with Java, and am unsure of how this may work within VB. I want to pass some strings to a function, and alter them within the function. I want the strings to stay altered when the function ends *without returning the strings explicitly*. I think this is to do with passing references? How should it work (if...
3
1,500
thread by: Dany | last post Jul 17 '05 by: J French
somebody can tell me if i can take my old program in VB (ver 6.0) and modify in Visual Studio .NET ???? ( do i need to transform my langage to version to .net without be able to rework on it from Visual Studio 6 after?) thanks

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.