devxlogo

We are an award-winning tech entrepreneurship website where trusted experts can provide value globally.

Since 1998, DevX has helped people start businesses, build websites, and provide enterprise technology to people globally. Interviewing the likes of Microsoft’s co-founder, Steve Ballmer, the publication brings comprehensive, reliable, and accessible insights to the Internet.

devxlogo

Trusted for 26 years

Over 30K Articles

1M+ Readers

Expert-reviewed

10K+ Tech Terms

As seen in:

microsoft logo
business_insider_logo
wired_logo
berkley
arstechnica_logo
hackernoon

The Latest

Creating Toolbars

Question: I’d like to create a floating window that has a small titlebar,like the VB toolbox window, for instance. In the VB FAQ,it says to see the sample program in

Opening a Word Document

Question: How can I open a Word document from my Visual Basic application? Answer: Use the following code sample to do it:Set wordbasic = CreateObject(“word.basic”)wordbasic.fileopen pathname$, 0, 1where:pathname$ is the

Controlling Execution Flow

Question: How do you command a button to go to another form, I put like follows:Sub Double_Click ( ) GoTo form2 EndEnd Sub OR Sub Double_Click ( ) Load form2

Best Intermediate Books

Question: I understand the basic concepts of computer programming including event driven apps. I have been browsing various Visual Basic sites looking for self teaching book recommendations. Since I’m new

Converting VBXs to OCXs

Question: I’ve developed some applications on vb3 using some3rd-party VBXs, I now want to transport thoseapplications to vb4 for enhancement. Do anyutilities exist to convert those VBXs to OCXs? Answer:

Implementing a Toolbar

Question: I am using VB 3.0 professional edition. I would like toimplement cut/copy/paste on a toolbar. My form has multipletext boxes. If the user wants to paste to a field,

Using Fields Object with GetChunk

Question: What is the fields object of the GetChunk method?I am trying to access a large (several meg) flatfixed record (160 ascii bytes per record) database and I thought the

Copying a Directory Tree

Question: How do you copy entire directory structures with VB3, I’veread the -ONE- newsgroup article but it just lists them. Answer: Have you tried shelling to an XCOPY statement? It

Dynamically Create Pictures

Question: I got a game “SimTower”. In this game you can for exemple click on the picture with the office or hotel room, then you are clicking somewhere on the

Putting a Menu on the Right Side

Question: When designing a menu, how do I get an option (for examplehelp) – to appear on the RIGHT hand side of the menu bar. Answer: To position the Help

Retrieving Table List

Question: How can I get the tables within an Access2.0database to show in a list box? The user willspecify a database in a text box and I want themto be

Moving the Mouse Pointer

Question: Can you tell me if its possible to move the mouse cursor to a specific screen location and then return control of it to the user. If it is

OpenTable Problems with ODBC

Question: Why does MyDb.OpenTable(“My_Table”) not work with a Sybase database? I get the error “Invalid Argument” Err Num 3001. Answer: ODBC does not allow you to do an OpenTable on

Getting Network Login ID

Question: How can I query the login name of a Novell user from VB? Answer: Try this:un$ = space(255)unsize% = len(un$)a = WNetGetUser(un, unsize)MsgBox trim(un)The WNetGetUser API declaration is: Declare

Interform Communication

Question: I need to run a menu option from Form1 that actualy executes amenu option on Form2. What I have had to do is show Form2 and use SendKey to

Relating Two Data Records to Each Other

Question: How can I relate 2 or more records in one file to eachother? Answer: There are a few ways to do this. The main and most popular method is

Monitoring Line Status

Question: Is there a way to determine when your modem is connected and signed on to an Online Service such as MSN or America Online? I’ve tried using API calls

Creating File Dialogs

Question: I am a beginer in Visual Basic 3.0. I am trying to make a “Text Editor” program.Can you tell mehow to make “save” and “open” menus (using dialog box)I

Passing Arrays to Functions

Question: How can I pass my array to function as parameter? Answer: A declaration would be as follows:Sub Foo (ArrayVar() as String * 4)The call to it would be as

Adding Scrollbars

Question: How do I add scrollbars to a picture box control?i.e I want to be able to scroll through a picture box which containsmore than one screen of graphic and

Embedding Variable Values

Question: I am writing a program that searches a database and i am trying to use avariable for the WHERE clause. Can you Help me? here is an example:Data1.RecordSource =

Running Strictly from CD-ROM

Question: My question was in regards to installation. I would like to know if it is possible to run a VB program right from a floppy or CDROM without installing

InputBox Function: Type Mismatch Errors

Question: I have written a small program that calculates geometry problems. I have used input boxes to retreive data from the keyboard, however during runtime if I click the cancel

Placing Windows on Screen

Question: I am trying to figure out exactly how to get mywindow to center itself no matter what the resolution of the screen is that it is beingdisplayed on is.

Reliable File Writing

Question: I have a DOS-based application (QB4.5) which has been running for some years and I have now updated it to Visual Basic. The application handles several async serial ports

Adding Icons to System Tray

Question: Is is at all possible to create a VB 3.0 applicationto place itself on Win95’s system tray?or does it *have* to be 32 bit (vb4.0) ?If so, how? Answer:

Finding Text in a Text Box

Question: I am looking for code or VBX that allows a user to use an inputbox to locate a word within a textbox. The textbox is connected to a Access

Using User-defined Types Within Procedures

Question: This is a beginner’s question but in a smalldatabase application when I click on a commandbutton the code gives me the error message “Invalid Inside procedure” and highlights the

Passing Parameters by Reference

Question: I have a function in a DLL that I want to call from VB program. The Dll function has few parameters. Some of them should be passed from vb

Memory Limitations in List Box

Question: I want to add a large amount of items to a list box ,3700 to be exact, and in the future the number of items could grow even more.

Book Excerpt: Microsoft SharePoint 2007 Unleashed

DescriptionCompanies have been talking about knowledge management and leveraging their IT investments to enhance team collaboration for years, but have had difficulty implementing effective solutions

Storing and Using RDF in Mulgara

f you’ve been following semantic web technologies, then by now you’re no doubt aware of semantic web data languages like the Resource Description Framework (RDF)

JavaFX Enters the RIA Race

ich Internet Application or RIAs are all the rage in application development circles now. How do you make web applications behave like more traditional desktop

Fresh AIR for RIAs

ich Internet Applications (RIAs) represent not only an established, but a rapidly expanding, segment of software development. Although descriptions of RIA abound, most people agree

Managed Code Shines in Silverlight 1.1

n addition to the XAML and JavaScript combination supported in Silverlight 1.0, this Silverlight 1.1 Alpha client also supports managed code written in a language

Have You Xiine It?

his is an exciting time for CoDe Magazine and EPS Software Corp.! For the last year or so, we have been building a brand new,

I Dreamt I Was a Mac, and then I Woke Up

pass along this cautionary tale, just in case, like me, you had considered a “change in life”. I’ve always enjoyed broad changes to technical infrastructure