Tip Bank

DevX - Software Development Resource

Dispatching Mouse Events

Question: How can I pass or send a mousedown to a choice menu when a button is pressed? Answer: Sending an event to an AWT component is as simple as

DevX - Software Development Resource

Data Corruption

Question: I have a table where after an import from an ASCII, I see some funny characters in some fields. After using asc(), I show that the characters where the

DevX - Software Development Resource

Performance

Question: I have two Visual FoxPro applications (App1 and App2) running in the same computer. App2 runs every 30 minutes. When App2 runs, App1 is slow because App2 consumes lots

DevX - Software Development Resource

Registering DLL Files

Question: When I try to register a DLL I created in VB6, I get the message that tells me the DLL is not a valid windows NT image. At the

DevX - Software Development Resource

SQL Server scripts in VB 6

Question: I have several SQL Server scripts that either CREATE or RUN stored procedures in a SQL Server database. I need to run these files (which I have in .txt

DevX - Software Development Resource

MMX code in C++

Question: I am involved in a project the aim of which is to demonstrate the effectiveness of MMX for image manipulation. For this project I need to write some MMX

DevX - Software Development Resource

TreeView Control

Question: I would like to know how I can add, remove, and see if an item is in the TreeView control. For example: Prism Pros 4/30/99 7:39AM 4/30/99 8:00AMMcFarley 4/30/99

DevX - Software Development Resource

What are Lvalues and Rvalues?

An object is a contiguous region of memory storage. An lvalue (pronounced: L value) is an expression that refers to such an object. The original definition of lvalue referred to