Click here to Skip to main content
15,907,000 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Marcos in MFC Pin
alex.barylski8-Dec-04 19:19
alex.barylski8-Dec-04 19:19 
GeneralRe: Marcos in MFC Pin
toxcct8-Dec-04 22:08
toxcct8-Dec-04 22:08 
GeneralPlease clear this doubt Pin
Sreekanth Muralidharan8-Dec-04 16:40
Sreekanth Muralidharan8-Dec-04 16:40 
GeneralPicking transparent color from a gif Pin
Abin8-Dec-04 16:30
Abin8-Dec-04 16:30 
GeneralCMapStringToOb :: lookup() Pin
Anonymous8-Dec-04 16:25
Anonymous8-Dec-04 16:25 
GeneralRe: CMapStringToOb :: lookup() Pin
RChin8-Dec-04 22:42
RChin8-Dec-04 22:42 
GeneralFile dialog Office 2003 style Pin
Gagnon Claude8-Dec-04 16:05
Gagnon Claude8-Dec-04 16:05 
GeneralGettin an error... Pin
Pheonix288-Dec-04 15:36
sussPheonix288-Dec-04 15:36 
GeneralRe: Gettin an error... Pin
Tom Wright8-Dec-04 16:19
Tom Wright8-Dec-04 16:19 
GeneralRe: Gettin an error... Pin
bryce8-Dec-04 17:46
bryce8-Dec-04 17:46 
GeneralRe: Gettin an error... Pin
Cedric Moonen8-Dec-04 22:24
Cedric Moonen8-Dec-04 22:24 
General2 ?'s Pin
3dman8-Dec-04 15:10
3dman8-Dec-04 15:10 
GeneralRe: 2 ?'s Pin
Maximilien8-Dec-04 15:22
Maximilien8-Dec-04 15:22 
Generalremove an icon from the status tray (system tray) Pin
Tom Wright8-Dec-04 14:44
Tom Wright8-Dec-04 14:44 
GeneralHelp with Strtok Pin
civicnar8-Dec-04 13:43
civicnar8-Dec-04 13:43 
GeneralRe: Help with Strtok Pin
Christian Graus8-Dec-04 13:47
protectorChristian Graus8-Dec-04 13:47 
GeneralRe: Help with Strtok Pin
civicnar8-Dec-04 15:17
civicnar8-Dec-04 15:17 
GeneralRe: Help with Strtok Pin
Blake Miller9-Dec-04 3:49
Blake Miller9-Dec-04 3:49 
GeneralCListCtrl Item Height Pin
Blake Miller8-Dec-04 12:46
Blake Miller8-Dec-04 12:46 
GeneralRe: CListCtrl Item Height Pin
alex.barylski8-Dec-04 15:06
alex.barylski8-Dec-04 15:06 
GeneralFlicker occurs when resizing CListCtrl Pin
Cyrus Dang8-Dec-04 10:49
Cyrus Dang8-Dec-04 10:49 
GeneralRe: Flicker occurs when resizing CListCtrl Pin
alex.barylski8-Dec-04 11:42
alex.barylski8-Dec-04 11:42 
GeneralRe: Flicker occurs when resizing CListCtrl Pin
Cyrus Dang8-Dec-04 12:00
Cyrus Dang8-Dec-04 12:00 
GeneralProper way to install drivers in the windows/system32/drivers directory Pin
hyling8-Dec-04 10:18
hyling8-Dec-04 10:18 
Hi,

I need to install my driver in the /windows/system32/drivers directory if it doesn't already exist. The user would prefer not to have to run an installer just to have one driver copied. The driver could live in my application directory but I want to share the driver with other applications

What is the correct way to do that is compatible with win 2000, win xp, win xp server, and other supported windows versions?

I found the function GetSystemWindowsDirectory. Should I just append /drivers/ to the path returned to this function and copy my driver to that path?

Thanks!
Hua-Ying

QuestionHow to retrieve dialog settings when the dialog open again Pin
Anonymous8-Dec-04 10:11
Anonymous8-Dec-04 10: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.