Using Delphi 6.0 Enterprise, i am trying to create a button with an event to
allow the end user to save a control's (Editor) canvas as a bitmap or jpeg.
The bitmap portion works fine, but the JPE...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20359025.html
I make an VB application by using "Package and Deployment Wizard" to generate a setup program.
This setup program run well in my machine ( Win XP ),
it run well in Win 98 machine, but it cannot ...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20508715.html
Zones:
Visual BasicDate Answered: 02/13/2003 Rating: 9.0 Views: 0
Greetings, Experts! I am rounding off a 3-week Access 2003 project which basically allows a user to rename and move scanned documents to proper folders on my file server. All is going well except...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_21597730.html
Zones:
MS AccessDate Answered: 10/17/2005 Rating: 9.4 Views: 0
please help
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_22465153.html
I have recieved a .DAT file from another company and I have been trying to restore it to my MS-SQL Server, both are using MS-SQL Sever 6.5. When I try to do it I got a message : "(SQL Server Databa...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_10243049.html
Zones:
MS SQL ServerDate Answered: 12/07/1999 Rating: 7.6 Views: 0
Hi
I have created Active-X component using MFC , i have tested it using vb-6 and vc-6 its working fine , BUT when i am using my control in vb-6 and press stop button during
design time i receiv...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_20284793.htm...
Zones:
Windows MFCDate Answered: 05/20/2004 Rating: 9.2 Views: 0
Hi
I have a very long stored procedure that outputs a lot of calculated data by using group by.
When I add one particular field to the stored procedure, I get the following error message:
...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_20514280.html
Zones:
MS SQL ServerDate Answered: 09/16/2003 Rating: 7.6 Views: 0
Greetings.
I have a VB6 application that is used internally within our company to distribute current environments of the program we eventually deliver to our customers.
This "Environment Wiza...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20514566.html
Zones:
Visual BasicDate Answered: 07/03/2003 Rating: 8.0 Views: 0
Hi,
I was wondering if someone could tell me whats wrong with this code.
I want to open a resource file for binary editing. The resource is a vb executable.
Every time I run it,
Open f For Bi...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20574010.html
Zones:
Visual BasicDate Answered: 04/04/2003 Rating: 6.0 Views: 0
All right, take a look at this:
class Deck
{
Card* cards[52];
Card* baseDeck[52];
int numCardsDealt;
public:
Deck();
~Deck();
void shuffle();
Card dealCard();
};
...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20802308.html
Zones:
C++Date Answered: 11/18/2003 Rating: 9.0 Views: 0