About DLL files and Comm control
-
Hi EveryOne, I am savitri.I am new to Com programming.I am doing project on GSM modem to send and receive message.I want to use existing dll file for example(comdlg32.dll).Please tell me how shall i use that in my program.please tell me procedure. it is urgent.Help me. Regards, savitri:confused:
-
Hi EveryOne, I am savitri.I am new to Com programming.I am doing project on GSM modem to send and receive message.I want to use existing dll file for example(comdlg32.dll).Please tell me how shall i use that in my program.please tell me procedure. it is urgent.Help me. Regards, savitri:confused:
Don't cross-post, this is considered rude !
Cédric Moonen Software developer
Charting control [v1.4] -
Don't cross-post, this is considered rude !
Cédric Moonen Software developer
Charting control [v1.4] -
savitri wrote:
it means..wt i did tell me.
:confused: Could you please translate that into english so that I can understand ?
Cédric Moonen Software developer
Charting control [v1.4] -
savitri wrote:
it means..wt i did tell me.
:confused: Could you please translate that into english so that I can understand ?
Cédric Moonen Software developer
Charting control [v1.4] -
Hi EveryOne, I am savitri.I am new to Com programming.I am doing project on GSM modem to send and receive message.I want to use existing dll file for example(comdlg32.dll).Please tell me how shall i use that in my program.please tell me procedure. it is urgent.Help me. Regards, savitri:confused:
Hi Savitri, Use CoCreateInstance to co-create your component. Once you get the interface pointer, you can call its functions. Finally, don't forget to release the component after you finish your work. See the help on CoCreateInstance and Release in MSDN :) .