This is the scenario:
I have one database say Orders.mdb opened. within this database, I want to copy this database (essentially the whole file) to a new database with a different name (eg Backup....
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_10032150.html
Zones:
MS AccessDate Answered: 12/12/1997 Grade: A Views: 0
I have to override a private method :
TTrackBar
Priate
procedure SetPosition(Value: Integer) of TTrackBar
How ?
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10032866.html
I'm experimenting with writing my own ocx controls, using the activeX appwizard. The generated code has an OnPaint method. In here i do something like:
pdc->TextOut(10,10,"BANANAS");
when i the...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10040161.htm...
Zones:
Windows MFCDate Answered: 03/14/1998 Grade: C Views: 0
Ok, what I want is to model the well known struct to objects, including into these pointers to the operations,
somehting like this:
typedef struct o_Some{
/*Attributes*/
t_Some r;
o_List...
http://www.experts-exchange.com/Programming/Languages/C/Q_10057910.html
Zones:
CDate Answered: 07/06/1998 Grade: C Views: 0
i have an ATL activeX control. i want to add a method that contains a struct. a member of this struct is a CString. of course MIDL doesn't know what a CString is.
1. can i do this? i.e. can i hav...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10090533.htm...
Zones:
Windows MFCDate Answered: 10/20/1998 Grade: B Views: 0
How can I print a HTML page inside a browser programmatically when I'm using IE 4.01 (using any method)? If there is a Activex control to do so where can I get it? If I have to write my own, what w...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_10090765.html
Zones:
JavaScriptDate Answered: 10/21/1998 Grade: A Views: 0
In my program where I have to calculate QTY, PRICE and AMOUNT. In this if I give QTY and PRICE, AMOUNT should be displayed automatically.
This thing I can able to do using by TEXTBOX. If I use by ...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10188095.html
Zones:
Visual BasicDate Answered: 09/01/1999 Grade: C Views: 0
hello
I've created a user-control and used the readproperty, WriteProperty methods.
But this only works if I'm putting only ONE userControl on my form. If I'm putting more than one, I have an err...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10657061.html
Hi,
Probably more of a db question but here goes...
I'm using ASP with MS Access and have set up a primary key ("UserID") of type AutoNumber in an Access table.
I'm adding records as follows...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_10885083.htm...
Zones:
ASPDate Answered: 08/02/2000 Grade: B Views: 0
I need a script that will basically auto login and validate my username and password to a web site that use forms and the method=post. the forms have only two values which is name and password . if...
http://www.experts-exchange.com/Programming/Languages/Scripting/CGI/Q_11334418.html
Zones:
CGIDate Answered: 09/28/2000 Grade: A Views: 0