Click here to Skip to main content
15,887,027 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: mfc application hangs Pin
Abinash Mohanty18-Mar-10 23:15
Abinash Mohanty18-Mar-10 23:15 
GeneralRe: mfc application hangs Pin
Emilio Garavaglia19-Mar-10 0:00
Emilio Garavaglia19-Mar-10 0:00 
AnswerRe: mfc application hangs - networking question Pin
Moak19-Mar-10 1:11
Moak19-Mar-10 1:11 
Questionlocalizatio issue Pin
Member 59031018-Mar-10 21:57
Member 59031018-Mar-10 21:57 
AnswerRe: localizatio issue Pin
KarstenK18-Mar-10 22:14
mveKarstenK18-Mar-10 22:14 
AnswerRe: localizatio issue Pin
Cool_Dev18-Mar-10 22:14
Cool_Dev18-Mar-10 22:14 
GeneralRe: localizatio issue Pin
Member 59031018-Mar-10 23:20
Member 59031018-Mar-10 23:20 
QuestionInstalling usb device driver Pin
rahul.kulshreshtha18-Mar-10 21:50
rahul.kulshreshtha18-Mar-10 21:50 
Hi,
I want to install usb device driver in xp machine through my mfc exe application.
My driver is a dll file with some other files referenced in an inf file.

User is able to install it by right clicking inf file and choosing "install".

But when I try to register it through my mfc, it does not install.

I have tried three functions..
1. SetupCopyOEMInf with inf file path
2. ShellExecute(NULL,L"open",L"rundll32.exe", infpath, NULL , SW_SHOWNORMAL);
3. ShellExecuteEx with rundll32.exe, driver path, and verb as "install"

but none succeed.

Any suggestion how to do it.
QuestionCopying few bits from a string Pin
Vishal Kumar Soni18-Mar-10 21:27
Vishal Kumar Soni18-Mar-10 21:27 
QuestionRe: Copying few bits from a string Pin
CPallini18-Mar-10 21:44
mveCPallini18-Mar-10 21:44 
AnswerRe: Copying few bits from a string Pin
Vishal Kumar Soni18-Mar-10 22:27
Vishal Kumar Soni18-Mar-10 22:27 
GeneralRe: Copying few bits from a string Pin
CPallini18-Mar-10 22:40
mveCPallini18-Mar-10 22:40 
GeneralRe: Copying few bits from a string Pin
Vishal Kumar Soni19-Mar-10 0:09
Vishal Kumar Soni19-Mar-10 0:09 
AnswerRe: Copying few bits from a string Pin
Cool_Dev18-Mar-10 22:09
Cool_Dev18-Mar-10 22:09 
AnswerRe: Copying few bits from a string Pin
LittleYellowBird18-Mar-10 22:26
LittleYellowBird18-Mar-10 22:26 
GeneralRe: Copying few bits from a string Pin
Vishal Kumar Soni18-Mar-10 22:31
Vishal Kumar Soni18-Mar-10 22:31 
GeneralRe: Copying few bits from a string Pin
LittleYellowBird18-Mar-10 22:40
LittleYellowBird18-Mar-10 22:40 
GeneralRe: Copying few bits from a string Pin
Vishal Kumar Soni19-Mar-10 0:10
Vishal Kumar Soni19-Mar-10 0:10 
QuestionRestrict Window move Pin
Anu_Bala18-Mar-10 21:13
Anu_Bala18-Mar-10 21:13 
AnswerRe: Restrict Window move Pin
CPallini18-Mar-10 21:16
mveCPallini18-Mar-10 21:16 
GeneralRe: Restrict Window move Pin
Anu_Bala18-Mar-10 21:31
Anu_Bala18-Mar-10 21:31 
GeneralRe: Restrict Window move Pin
Anu_Bala18-Mar-10 23:13
Anu_Bala18-Mar-10 23:13 
AnswerRe: Restrict Window move Pin
S p k 52118-Mar-10 21:22
S p k 52118-Mar-10 21:22 
GeneralRe: Restrict Window move Pin
Anu_Bala18-Mar-10 21:29
Anu_Bala18-Mar-10 21:29 
QuestionRemove Title Bar Pin
john563218-Mar-10 21:11
john563218-Mar-10 21: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.