Click here to Skip to main content
15,914,066 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Task Bar confusion! Help Pin
Nick Parker7-Apr-03 16:34
protectorNick Parker7-Apr-03 16:34 
Generalabout GDI+ speed Pin
gata_jzx907-Apr-03 15:07
gata_jzx907-Apr-03 15:07 
GeneralRe: about GDI+ speed Pin
J. Dunlap7-Apr-03 17:34
J. Dunlap7-Apr-03 17:34 
GeneralRe: about GDI+ speed Pin
gata_jzx907-Apr-03 18:42
gata_jzx907-Apr-03 18:42 
Generalfread - reading ints & chars when records are 8 bytes Pin
Ted Christiansen7-Apr-03 13:30
Ted Christiansen7-Apr-03 13:30 
GeneralRe: fread - reading ints & chars when records are 8 bytes Pin
Dave Bryant7-Apr-03 13:52
Dave Bryant7-Apr-03 13:52 
GeneralDeclaring A DLL Pin
DuFF7-Apr-03 11:40
DuFF7-Apr-03 11:40 
GeneralRe: Declaring A DLL Pin
Jeremy Falcon7-Apr-03 11:55
professionalJeremy Falcon7-Apr-03 11:55 
If you are doing this in your own code and already know the DLL's name, then you should only be interested in everyting below this line...

HINSTANCE hLib = LoadLibrary(pszDllName);

With pszDllName set to the DLL's path (including filename).

Jeremy Falcon
GeneralRe: Declaring A DLL Pin
DuFF7-Apr-03 12:04
DuFF7-Apr-03 12:04 
GeneralRe: Declaring A DLL Pin
Dave Bryant7-Apr-03 12:18
Dave Bryant7-Apr-03 12:18 
Generalresize non-client area Pin
Jeremy Falcon7-Apr-03 11:25
professionalJeremy Falcon7-Apr-03 11:25 
GeneralRe: resize non-client area Pin
J. Dunlap7-Apr-03 12:00
J. Dunlap7-Apr-03 12:00 
GeneralRe: resize non-client area Pin
Ravi Bhavnani7-Apr-03 12:06
professionalRavi Bhavnani7-Apr-03 12:06 
GeneralRe: resize non-client area Pin
J. Dunlap7-Apr-03 12:21
J. Dunlap7-Apr-03 12:21 
GeneralRe: resize non-client area Pin
Jeremy Falcon7-Apr-03 12:22
professionalJeremy Falcon7-Apr-03 12:22 
GeneralRe: resize non-client area Pin
J. Dunlap7-Apr-03 12:35
J. Dunlap7-Apr-03 12:35 
GeneralRe: resize non-client area Pin
Ravi Bhavnani7-Apr-03 13:07
professionalRavi Bhavnani7-Apr-03 13:07 
GeneralRe: resize non-client area Pin
J. Dunlap7-Apr-03 13:13
J. Dunlap7-Apr-03 13:13 
GeneralRe: resize non-client area Pin
Ravi Bhavnani7-Apr-03 13:59
professionalRavi Bhavnani7-Apr-03 13:59 
GeneralRe: resize non-client area Pin
J. Dunlap7-Apr-03 14:04
J. Dunlap7-Apr-03 14:04 
GeneralRe: resize non-client area Pin
Ravi Bhavnani7-Apr-03 14:15
professionalRavi Bhavnani7-Apr-03 14:15 
GeneralRe: resize non-client area Pin
J. Dunlap7-Apr-03 14:36
J. Dunlap7-Apr-03 14:36 
GeneralRe: resize non-client area Pin
Ravi Bhavnani7-Apr-03 15:48
professionalRavi Bhavnani7-Apr-03 15:48 
GeneralRe: resize non-client area Pin
J. Dunlap7-Apr-03 17:52
J. Dunlap7-Apr-03 17:52 
GeneralRe: resize non-client area Pin
Jeremy Falcon8-Apr-03 3:11
professionalJeremy Falcon8-Apr-03 3:11 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.