Hello,
I am using the code from Chapter 17 specifically the code from the
font frmListFonts in my application.
I have taken care to copy all the relevant modules / class modules
into the respective files / folders etc. Nevertheless, I get the
following error when I start my application:
Compile error; Sub or Function not defined
This error is displayed on the following line of which "GetDC" is
selected.
hdc = GetDC(HWND_DESK TOP)
I have all the 7 Class Modules from Ch17.mdb as also all the Modules.
These were exported from Ch17.mdb into a file and later imported into
my application.
I am unable to fathom what is going wrong here - can someone help?
Thanks in advance.
Uttam
I am using the code from Chapter 17 specifically the code from the
font frmListFonts in my application.
I have taken care to copy all the relevant modules / class modules
into the respective files / folders etc. Nevertheless, I get the
following error when I start my application:
Compile error; Sub or Function not defined
This error is displayed on the following line of which "GetDC" is
selected.
hdc = GetDC(HWND_DESK TOP)
I have all the 7 Class Modules from Ch17.mdb as also all the Modules.
These were exported from Ch17.mdb into a file and later imported into
my application.
I am unable to fathom what is going wrong here - can someone help?
Thanks in advance.
Uttam
Comment