Page 1 of 1

Posted: Thu Jul 04, 2002 9:56 pm
by BackupUser
Restored from previous forum. Originally posted by halo.

How would I get a PB .dll to return the desktop width and other dimensions?

Posted: Thu Jul 04, 2002 9:59 pm
by BackupUser
Restored from previous forum. Originally posted by PB.

> How would I get a PB .dll to return the desktop width and other dimensions?

W=GetSystemMetrics_(#SM_CXSCREEN)
H=GetSystemMetrics_(#SM_CYSCREEN)


PB - Registered PureBasic Coder

Posted: Fri Jul 05, 2002 1:34 am
by BackupUser
Restored from previous forum. Originally posted by Paul.

Hey Halo,

Before you wrap all of PB's commands into DLL's for Blitz, you may want to take a look at this thread to see what Fred has to say about it:
viewtopic.php?t=715 to mimic a specific DLL interface&Forum_Title=Beginners