Advertisement

1 - 10 of 1850 containing alltags:("methods") (0.002 seconds)
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....
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 ?
Zones: Delphi ProgrammingDate Answered: 12/15/1997 Grade: A Views: 0
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...
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...
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...
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...
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 ...
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...
Zones: Visual Basic, VB ObjectsDate Answered: 08/10/2000 Grade: A Views: 0
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...
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...
Zones: CGIDate Answered: 09/28/2000 Grade: A Views: 0