Hi!
Anybody know how to capture the KillFocus event -or any other like this - on the MS MaskEdit control?
Other similar control is acepted too...
Thanx,
Cuaji
I'd like to pass an object as parameter. For example, If I make this interface:
/////////////////////////////////////////////
//Define the MyClass class
#include "myclass.idl"
interface sample
{
void MyFunction(in MyClass my_object);
}...
I need a routine for checking a standard (ANSI) SQL query is ok. I need it because I want be sure the sentence I'm gonna use to ask to my DB (Access, SQL, or whatever) are ONLY ANSI.
Thanks
Cuaji
How could I add data members to an interface?
I've tried with "attribute" but it doesn't generate the data member, only the access functions.
cuaji
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.