Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Using DLLs
Message
De
16/02/2004 06:42:40
Metin Emre
Ozcom Bilgisayar Ltd.
Istanbul, Turquie
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Titre:
Using DLLs
Divers
Thread ID:
00877592
Message ID:
00877592
Vues:
70
I have some trouble with DLLs. I don't have good knowledge on DLLs.

1-I can use some DLLs with theirs name, but some I need to use its path and file name even registered. If I use invalid name or another problem?

2-I can use some DLLs with my code. But I cannot success on some DLLs. So I want to use Object Browser's interface section drag and drop feature. But I cannot use that feature:

These procedures don't run. I have to do some jobs. But what I have to do?
(this is a sample class only. that not which I want to use. I want to use Nokia SDK actually)

x=NEWOBJECT("myclass")

DEFINE CLASS myclass AS session OLEPUBLIC

IMPLEMENTS IButtonMenu IN "MSComctlLib.ButtonMenu"

PROCEDURE IButtonMenu_get__ObjectDefault() AS STRING
* add user code here
ENDPROC

PROCEDURE IButtonMenu_put__ObjectDefault(eValue AS STRING @)
* add user code here
ENDPROC

PROCEDURE IButtonMenu_get_Enabled() AS LOGICAL;
HELPSTRING "Returns/sets a value that determines whether a form or control can respond to user-generated events."
* add user code here
ENDPROC

PROCEDURE IButtonMenu_put_Enabled(eValue AS LOGICAL @);
HELPSTRING "Returns/sets a value that determines whether a form or control can respond to user-generated events."
* add user code here
ENDPROC

PROCEDURE IButtonMenu_get_Index() AS INTEGER;
HELPSTRING "Returns/sets the index of an object in a collection. Read-only at run time."
* add user code here
ENDPROC

PROCEDURE IButtonMenu_put_Index(eValue AS INTEGER @);
HELPSTRING "Returns/sets the index of an object in a collection. Read-only at run time."
* add user code here
ENDPROC

PROCEDURE IButtonMenu_get_Key() AS STRING;
HELPSTRING "Returns/sets the unique string of an object in a collection."
* add user code here
ENDPROC

PROCEDURE IButtonMenu_put_Key(eValue AS STRING @);
HELPSTRING "Returns/sets the unique string of an object in a collection."
* add user code here
ENDPROC

PROCEDURE IButtonMenu_get_Parent() AS VARIANT;
HELPSTRING "Returns/sets a reference to the parent Button of a ButtonMenu object."
* add user code here
ENDPROC

PROCEDURE IButtonMenu_Parent() AS VARIANT;
HELPSTRING "Returns/sets a reference to the parent Button of a ButtonMenu object."
* add user code here
ENDPROC

PROCEDURE IButtonMenu_get_Tag() AS VARIANT;
HELPSTRING "Stores any extra data needed for your program."
* add user code here
ENDPROC

PROCEDURE IButtonMenu_put_Tag(eValue AS VARIANT @);
HELPSTRING "Stores any extra data needed for your program."
* add user code here
ENDPROC

PROCEDURE IButtonMenu_get_Text() AS STRING;
HELPSTRING "Returns/sets the text displayed in the ButtonMenu item."
* add user code here
ENDPROC

PROCEDURE IButtonMenu_put_Text(eValue AS STRING @);
HELPSTRING "Returns/sets the text displayed in the ButtonMenu item."
* add user code here
ENDPROC

PROCEDURE IButtonMenu_get_Visible() AS LOGICAL;
HELPSTRING "Returns/sets a value that determines whether an object is visible or hidden."
* add user code here
ENDPROC

PROCEDURE IButtonMenu_put_Visible(eValue AS LOGICAL @);
HELPSTRING "Returns/sets a value that determines whether an object is visible or hidden."
* add user code here
ENDPROC

ENDDEFINE
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform