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

C / C++ / MFC

 
GeneralMDI child doesn't display title Pin
toothpick21-Jul-04 6:44
toothpick21-Jul-04 6:44 
Generalwin32 -- bitmapped buttons Pin
shihuik21-Jul-04 5:49
shihuik21-Jul-04 5:49 
GeneralRe: win32 -- bitmapped buttons Pin
David Crow21-Jul-04 6:49
David Crow21-Jul-04 6:49 
GeneralRe: win32 -- bitmapped buttons Pin
magee8121-Jul-04 8:10
sussmagee8121-Jul-04 8:10 
GeneralWin 2003 and VC 6.0 SP6 Problems Pin
Blake Miller21-Jul-04 5:41
Blake Miller21-Jul-04 5:41 
Generalmove system color cobmo of stock color property page Pin
ajit MMB21-Jul-04 4:20
ajit MMB21-Jul-04 4:20 
GeneralPlug n' Play driver files Pin
Joel Holdsworth21-Jul-04 4:19
Joel Holdsworth21-Jul-04 4:19 
GeneralRe: Plug n' Play driver files Pin
Navin21-Jul-04 4:50
Navin21-Jul-04 4:50 
It depends. If you are using Windows 2000 or XP, and your driver is certified, you can do it this way.

Copy all the files into a semi-permenant area on the hard drive, such as Program Files\yourProgram\Drivers. Make sure the directory structure you create matches exactly what your INF says (typically, all files are in the same dir as the INF.)

Then call SetupCopyOemInf for your INF, and give it the path on the hard drive.

If you are not certified, you cannot get around the uncertified driver warning screen, unless you inform your users to go into their system settings and disable checking for certified drivers.

If you are dealing with Windows 98/Me, then I pity you. Sigh | :sigh:


"Fish and guests stink in three days." - Benjamin Franlkin
GeneralRe: Plug n' Play driver files Pin
Joel Holdsworth21-Jul-04 6:19
Joel Holdsworth21-Jul-04 6:19 
GeneralRe: Plug n' Play driver files Pin
Navin21-Jul-04 6:34
Navin21-Jul-04 6:34 
GeneralRe: Plug n' Play driver files Pin
Joel Holdsworth21-Jul-04 23:45
Joel Holdsworth21-Jul-04 23:45 
GeneralCreateDispatch for COM component Pin
BlackDice21-Jul-04 3:49
BlackDice21-Jul-04 3:49 
GeneralDLLs, callbacks and pointer to functions Pin
Member 124998021-Jul-04 3:41
Member 124998021-Jul-04 3:41 
GeneralRe: DLLs, callbacks and pointer to functions Pin
Chris Losinger21-Jul-04 7:56
professionalChris Losinger21-Jul-04 7:56 
GeneralRe: DLLs, callbacks and pointer to functions Pin
Member 124998021-Jul-04 8:09
Member 124998021-Jul-04 8:09 
GeneralDialog minimized Pin
Demian Panello21-Jul-04 2:45
Demian Panello21-Jul-04 2:45 
QuestionBluetooth + win2k? Pin
Andrew Walker21-Jul-04 2:27
Andrew Walker21-Jul-04 2:27 
QuestionKnowing mouse state? Pin
0v3rloader21-Jul-04 2:02
0v3rloader21-Jul-04 2:02 
AnswerRe: Knowing mouse state? Pin
Bhaskar21-Jul-04 2:12
Bhaskar21-Jul-04 2:12 
AnswerRe: Knowing mouse state? Pin
Andrew Walker21-Jul-04 2:20
Andrew Walker21-Jul-04 2:20 
GeneralCTreeCtrl and CheckBox Pin
amit_k_gupta21-Jul-04 1:47
amit_k_gupta21-Jul-04 1:47 
GeneralRe: CTreeCtrl and CheckBox Pin
David Crow21-Jul-04 6:54
David Crow21-Jul-04 6:54 
Generalinsert bitmap into toolbar(Dialog based App) Pin
mvnevis21-Jul-04 1:28
mvnevis21-Jul-04 1:28 
GeneralOpening a File in SDI Pin
cheenu_200221-Jul-04 1:23
cheenu_200221-Jul-04 1:23 
GeneralRe: Opening a File in SDI Pin
David Crow21-Jul-04 6:58
David Crow21-Jul-04 6:58 

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.