devxlogo

The Latest

Passing to Functions

Question: Just started crunching similar code into functions. How do you pass an arguement to a function that references a control? It’s prob really simple eh? Answer: Here is an

Displaying Formatted Data

Question: I have defined a field as Double in my Table to store prices. Then I bound my database to a grid.I would like to display the contents of the

Multiple Simultaneous Table Inserts

Question: I am programming a multiple table database and can’t figure out to link each table together so that when a person is posting data to one table that the

Action was Cancelled Error

Question: I am developing a small database using the engine supplied with VB 4.0 Pro. When I try to update an entry, I get the following run-time error: “Run-Time Error

Creating Generic ToolTips Module

Question: I want to write a form module that is generic, that will give tooltips ability to any VB program. I need it to intercept mousemove messages so that it

Declaring DLL Functions

Question: A colleague wants to create a DLL using Borland C++ to callfrom Visual Basic 3.0 but she keeps getting an error message”Sub or Function Not Defined”.Do you know of

Breaking String into Bytes

Question: How can I convert a string with three individual bytes of data to different bytes? I am sending Data1,Data2,Data3 as String and I want to receive string and convert

Concatenation Functions

Question: I am using the ‘Execute’ to run an SQL statement.The sql is Microsoft SQL. The SQL is to ‘INSERT into table …SELECT …FROM TABLES…’. The select portion of the

Parsing an HTML File

Question: I am having problems parsing an HTML tag. This entry repeats hundreds of times in this file, but withdifferent names and addresses, etc.I need a routine that will search

Checking for MDI Children

Question: How do I know is there any MDIChild form opened? Because I want to disable the MDIForm’s toolbar editing items (cut, copy, paste) if all child forms are closed.

Creating a Rich Text Field

Question: How do I go about creating a RICH TEXT FIELD in VB ? Answer: This problem has been fixed in VB4…they included a rich textbox control. However, I don’t

Installable ISAM Errors

Question: I am trying to write an application which will provide the ability todynamically add or update tables in an Access .MDB database. Everything inthe application runs when I do

Creating Databases at Runtime

Question: I am designing an application that should be able to createnew databases in the specific format that it expects tosee. I have not seen anything anywhere on how to

Sharing Data Between Forms

Question: I have a VB app that uses multiple forms. On the first form, I entercustomer information. The other forms calculate the cost of my services tomy customer. I would

Managing Images in a Toolbar

Question: I’ve created a toolbar for an MDI app using a top-aligned panel and a number of image controls. When the user clicks on an “up” image, the image picture

Using Dir Function

Question: In a question off your list, you mentioned how to rename files given the same formatted extension.How would it be possible to do this to a different extention, e.g.

Writing DB Programs

Question: I am new to programing & was wondering if you can write database programs with VB or do you have to use a third party DB program like Access

Running 32 Bit Applications

Question: I tried running a “hello world” VB4 32bit program from Win32 in Windows 3.1 (on a machine that has VB3 Pro and not VB4), which caused the following errors:VBRUN40032.DLL

Passing Variants to Methods

Question: I’m trying to call a method on my ActiveX control from VBScript. The method has one input argument (a long) and three output arguments (doubles). I Dim variables for

Masked Edit Control: Creating Input Masks

Question: Hi, I would like to know how to make input masks for a database program. I can do this in Access very easily, but unfortunately, I have to write

Embedding Double Quotes in Strings

Question: I was wondering if there is a way to use a set of quotes in a vb string. Answer: If you put two double quotes into your string, VB

Connecting Network Drives

Question: When I issue the command ‘NET USE’ in msdos, I get a message that a specific drive is disconnected, how can I connect that drive in VB? If I

Multicolored List Box

Question: I have an input file whose structure consists of a code forforeground color, a code for background color, and some text.I’d like to display the text in a scrollable

VB Decompiler

Question: Is there a decompiler for Visual Basic executables so that I can retrieve the original source code? Answer: Currently, there is only a decompiler for VB 3.0 and VB

Recognizing Tab Key

Question: I have a text box that updates a memo field in Access.I would like to give the users the ability to insert tabs.The KeyDown and Keypress will not recognize

Using SaveSetting in 16 Bit Environment

Question: I have problem with the statement “SaveSetting” in VB 4.0 16 bit. Answer: SaveSetting writes entries to the Registry, which is a Win95 32-bit feature. Under 16-bit VB and

Available Report Writers

Question: Is there a database query/report design tool with source code written in VB, that works reasonably fast. In addition to being relatively fast, the program would have to be

Creating a Sorted List

Question: I am creating a touch screen directory for a hospital. All of departments are listed in alphabetic order as a button which, when pressed displays a map of the

Checking for Cancel in Loop

Question: I have started using VB3 yesterday to do a small project. I use Access normally. I wish to set use one button to initiate a loop and another button

Available Network APIs

Question: I would like to know if I could obtain a listingof the functions in the netapi.dll file and howto declare them in VB. It would be mostappreciated. Answer: The