IT SOLUTIONS
Your TECHNOLOGY partner! 
-Collapse +Expand
VB Classic
Search VB Classic Group:

Advanced
-Collapse +Expand VB Classic Store
   ► MB LobbyAll Groups   All Groups  

VB Classic Coding Message Board

Visual Basic Classic Q&A

VB Classic Coding Message Board (Q&A). Free help! Answer questions. Part of our VB Classic Group. Visual Basic Classic group (primarily focusing on VB6 but all versions from 1-6 welcome).

To start a new thread, choose a topic, then click [New Thread].

VB Classic Specific Topics

TopicThreadsPostsLast Active Thread 
VB Classic Control Usage and Developing86170
wildbill57
Editing text boxes in PDF with VB !
Hey y'all,I need to fill in PDF files. There is a product available that does thid for the backflow community but I do not have it nor does it do the other half of things I do. (It is not especially user-friendly either.) I do backflow testing and calibrate test kits and pressure gauges. That m...
5 years ago
Nothing New Since Your Last Visit
VB Classic Database Tasks73145
khatib_b
No Subject!
51 months ago
Nothing New Since Your Last Visit
VB Classic Other98202
Anonymous
RE: drive listbox and unc-network-...
help---ian
18 months ago
Nothing New Since Your Last Visit

Newest Posts...

New Posts: VB Classic Board

More...

Thread 10 of 10
Thread Starter  

cecilius
drive listbox and unc-network-path
Hi all,, i am trying to get unmapped Drives via unc( universal naming convention, like \\server\blabla..) into a drive listbox. Does anybody have an idea? Or perhaps the network neightbourhood? , Thanks a lot
Posted to MB Topic: VB Classic Other
11 years ago
1 Reply:

Anonymous
help---ian
18 months ago
Nothing New Since Your Last Visit
1511
Hits

Thread 9 of 10
Thread Starter  

steveoo0oo
breaking up a string in VB
heres my prob...the user inputs some info from a text box (they are two coordinates ie 200, 500) , , what i need to do it break this number up, so that i can assign 2 variables, ie one that is 200 and the other 500 , , , soooo basically the input is: 200, 500 , and the output i want is: 200 and 500 each thier own value, without the comma in there at all....can anyone help with the code? or just type the code for me?
Posted to MB Topic: VB Classic Other
11 years ago
2 replies. Last post:

mprestwood
Here's a little code snippet to demonstrate. Declare MyArray as an array, i as an integer, and pKeywords as a string.pKeywords = "VB,OO,C#,Delphi", MyArray = Split(pKeywords, ",", -1, 1) If UBound(MyArray) > 0 Then For i = 0 to UBound(MyArray) '...do something with MyArray(i)... NextEnd If
37 months ago
Nothing New Since Your Last Visit
2183
Hits

Thread 8 of 10
Thread Starter  

victorvdl
IP addreses
As part of an application I am trying to program, I need to find out the users internet IP address. As some of you no doubt know, their are two seperate IP address on systems connected to a LAN or the like, one for the LAN, and one for the internet connection if there is one. How do I find out the Internet one? Confused
Posted to MB Topic: VB Classic Other
12 years ago
1 Reply:

mprestwood
40 months ago
Nothing New Since Your Last Visit
882
Hits

Thread 7 of 10
Thread Starter  

juan@pcexperts.com
Reference the BDE in VB
Is there any way to reference the BDE in my Visual basic 6.0 project so that I can access Paradox data and create ADO recordsets, execute queries, etc.?, , Thanks, Juan
Posted to MB Topic: VB Classic Other
12 years ago
1 Reply:

mprestwood
Hi Juan, I hope all is going well!!! I just wanted to add to this old thread for those that end up here via a search. No, there is no easy way to work with the BDE with VB6. You could do it, but it would be a ton of work and totally not worth it. Instead, you can use an ODBC driver to access your Paradox tables from any non-BDE application including VB, Access, etc. The best ODBC Paradox driver in my opinion is still the Paradox ODBC driver tha...
40 months ago
Nothing New Since Your Last Visit
1582
Hits

Thread 6 of 10
Thread Starter  

khatib_b
No Subject
Hi every body I was able to designate an access Database as a custom source to a textbox to accomlish autocomplete property of the textbox. The problem is when I enter the first letter of a word I get about 15 autocomplete suggestions while in the DB there are more than 50 words beginning with that letter. Is there a way to make the whole words displayed in the autocomplete pop up box. Thanks for your help
Posted to MB Topic: VB Classic Database Tasks
51 months ago
1 Reply:

khatib_b
 RE:
{Too Long}
51 months ago
Nothing New Since Your Last Visit
2372
Hits

Thread 5 of 10
Thread Starter  

bartj1
Getting the windows registration number
Hi,Am using classic VB (5) and I would like to ba able to read the windows registration number. This is the one you see when you look at the properties of "My Computer".Anyone know of an API or other type of solution?Thanks,Bart,
Posted to MB Topic: VB Classic Other
57 months ago
2 replies. Last post:

bartj1
Hey,Thanks for the reply. Am just investigating a bit on this topic. A client was asking about how to secure an app I am working on. The extreme solution is a hardware dongle, but a less intensive solution would be to use a unique number on a PC that could be used to generate a public key etc. I would need to be able to read this value programatically.A bad aid solution while doing a beta release is to just kill the code if rolls past a hardcoded...
57 months ago
Nothing New Since Your Last Visit
1856
Hits

Thread 4 of 10
Thread Starter  

jason_robertson
Query Access 2.0 from VB6
Hi I am new to Classic vb I have a really challenging problem, and I would be very grateful for any help ideas suggestions that any of you gun vb6 developers might have I need to read data out of an Access 2.0 file format file from VB6 this has to be compiled and redistributed as part of a database upgrader, licensing constraints and the end user desktops prevent the use of a VBA runtime. Thanks in advance
Posted to MB Topic: VB Classic Database Tasks
5 years ago
Nothing New Since Your Last Visit
2009
Hits

Thread 3 of 10
Thread Starter  

wildbill57
Editing text boxes in PDF with VB !
Hey y'all,I need to fill in PDF files. There is a product available that does thid for the backflow community but I do not have it nor does it do the other half of things I do. (It is not especially user-friendly either.) I do backflow testing and calibrate test kits and pressure gauges. That means filling out forms for county offices with a lot of the same data on them from year to year. Sometimes there are several devices per customer. These are scanned PDF forms from the counties (have to be their original, typed format - computer printed is okay).  Calibration data sheets are currently in Excel - spreadsheets formatted to print out for the customer. I fill these out after a test. Copy and paste tends to lead to errors and boredom. Takes too long too!--> You can guess that I do a lot of typing over - because the data for test reports, calibration sheets, quotes and billing  is not easy to put into the form where it ultimately goes.  It can be stored together, ...
5 years ago
Nothing New Since Your Last Visit
1836
Hits

Thread 2 of 10
Thread Starter  

wildbill57
Can VB4 and VB6 coexist?
I uave Visual Studio with MSDN ver 6 installed on my main PC (W2K) and have to interface with a 16 bit DLL for a product that I am using. The product developers tel me that VB4 in 16 bit mode is required to access the DLL, since it was written in that mode (quite a while ago). I'd llike to upgrade the interface software but it would cost me about $500!I have VB4 and wonder if I can put it on the computer also - hence the question about having both VB4 and VS6 installed at the same time. Or should I use a different box then just copy the .exe when I have it ready?Thanks,Bill Allen678-717-8590allenbh *at* alltel.net
Posted to MB Topic: VB Classic Other
5 years ago
2 replies. Last post:

wildbill57
Hi Mike,Happy Easter!Thanks for the great reply! I want to avoid confusion or overwriting of controls, DLL's or other objects. A VB4 package is on its way (cheap$) and I will be time travelling to the past soon enough. I will make sure it installs in a distinctly separate folder.Thanks,Bill
5 years ago
Nothing New Since Your Last Visit
2559
Hits

Thread 1 of 10
Thread Starter  

gilgal
how to write script (correct my script) for MSFlex
How do I make the script run through the database and write down the records of rs("book_title"),rs("chapter"),rs("verse"),rs("text_data") in a MSFlexGrid?, , Private Sub MSFlexGrid1_Click(), 'Private Sub Form_Load(), 'the format string just lets you define a format for how, 'your flexgrid will appear, MSFlexGrid1.FormatString = "Book |" & _, "Chapter |" & _, "Verse |" & _, "Text", , Dim connectionString As String, Dim query As String, Dim cn As New ADODB.Connection, Dim cmd As New ADODB.Command, Dim rs As New ADODB.Recordset, Dim Text1, , 'Text1 = Request("Text1"), , 'connectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\kjv.mdb;User Id=admin;Password=;", 'query = "SELECT * from bible", ''query = "SELECT * from bible WHERE text_data LIKE %" & Text1.Text & "%", , , 'make sur...
Posted to MB Topic: VB Classic Database Tasks
7 years ago
1 Reply:

mprestwood
Instead of doing rs("FieldNameHere"), you should do rs.Fields("FieldNameHere"). I actually prefer specifying the .value property on the end too.
6 years ago
Nothing New Since Your Last Visit
1686
Hits
More...

Unanswered: VB Classic Message Board

Answer an unanswered thread. Even old threads. Our goal is to have a complete and thorough resource.


Thread 4 of 4

jason_robertson
Query Access 2.0 from VB6
Hi I am new to Classic vb I have a really challenging problem, and I would be very grateful for any help ideas suggestions that any of you gun vb6 developers might have I need to read data out of an Access 2.0 file format file from VB6 this has to be compiled and redistributed as part of a database upgrader, licensing constraints and the end user desktops prevent the use of a VBA runtime. Thanks in advance
Posted to MB Topic: VB Classic Database Tasks
5 years ago
Nothing New Since Your Last Visit
2009
Hits

Thread 3 of 4

wildbill57
Editing text boxes in PDF with VB !
Hey y'all,I need to fill in PDF files. There is a product available that does thid for the backflow community but I do not have it nor does it do the other half of things I do. (It is not especially user-friendly either.) I do backflow testing and calibrate test kits and pressure gauges. That means filling out forms for county offices with a lot of the same data on them from year to year. Sometimes there are several devices per customer. These are scanned PDF forms from the counties (have to be their original, typed format - computer printed is okay).  Calibration data sheets are currently in Excel - spreadsheets formatted to print out for the customer. I fill these out after a test. Copy and paste tends to lead to errors and boredom. Takes too long too!--> You can guess that I do a lot of typing over - because the data for test reports, calibration sheets, quotes and billing  is not easy to put into the form where it ultimately goes.  It can be stored together, ...
5 years ago
Nothing New Since Your Last Visit
1836
Hits

Thread 2 of 4

simelane2003
SSTabs
How do I change the color of the SSTab control in VB. (BackColor and Forecolor don't work)
8 years ago
Nothing New Since Your Last Visit
2004
Hits

Thread 1 of 4

garypark
Text Files and Text Boxes
Hello, , I am sure that this is going to be a simple problem to fix, but I have just started a very steep learning curve with Visual Basic 6 in that I have to alter a program that has already been written, and I am a complete novice to VB., , What I need to do is to read in a text file which has multiple lines. The information that is read in then has to be displyed in a text box for the user to read. i.e. one line in the text file should appear as one line in the text box. Is there a simple way of achieving this, or can someone point me in the right dircetion for finding a solution., , Thank you for your time., , Gary Park
9 years ago
Nothing New Since Your Last Visit
1222
Hits
More...

Icon Legend:
Since your last logged visit:
- New to you or updated since your last visit (sign in now to activate).
- NOT new to you since your last visit (sign in now to activate).



-
  Load Time=less than 1 second.
 
Print This
-
 
Have a question? Need our services? Contact us now.
--Mike Prestwood

Call: 916-726-5675

email: info@prestwood.com


-
 
Connect With Us...
PrestwoodBoards
Join Us!
Facebook
Like our page!
Twitter
Follow us!
LinkedIn
Join Group
YouTube
View channel.
Go ahead!   Use Us! Call: 916-726-5675 


©1995-2013 Prestwood IT Solutions.   [Security & Privacy]   Made in the U.S.A..   No H1-B.   No offshoring.