Click here to Skip to main content
15,861,168 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to control the volume Programitacally in C/C++? Pin
Jibesh11-Feb-13 21:12
professionalJibesh11-Feb-13 21:12 
QuestionHow to change master volume programmatically? Pin
sairam47711-Feb-13 18:15
sairam47711-Feb-13 18:15 
AnswerRe: How to change master volume programmatically? Pin
Jibesh11-Feb-13 21:11
professionalJibesh11-Feb-13 21:11 
AnswerRe: How to change master volume programmatically? Pin
David Crow12-Feb-13 5:40
David Crow12-Feb-13 5:40 
Questionwin32 dialogbox Pin
venkatesh5286711-Feb-13 6:47
venkatesh5286711-Feb-13 6:47 
AnswerRe: win32 dialogbox Pin
Jibesh11-Feb-13 6:57
professionalJibesh11-Feb-13 6:57 
QuestionRe: win32 dialogbox Pin
«_Superman_»11-Feb-13 18:03
professional«_Superman_»11-Feb-13 18:03 
AnswerRe: win32 dialogbox Pin
venkatesh5286711-Feb-13 20:37
venkatesh5286711-Feb-13 20:37 
i am calling that dialogbox from windows7 login screen by clicking one tile image .then it displays .but if i click out side the dialog then it goes to back.i don't want that please help me i past code


HRESULT PasswordResetCredential::SetSelected(BOOL* pbAutoLogon)
{
*pbAutoLogon = FALSE;
//Ilantus
fetchPortalURL((WCHAR)"");

return S_FALSE;
}

void fetchPortalURL(WCHAR username) {



DialogBox((HINSTANCE)g_hinst, MAKEINTRESOURCE(IDD_DIALOG1),NULL, InputBox_WndProc);

}
GeneralRe: win32 dialogbox Pin
«_Superman_»11-Feb-13 20:47
professional«_Superman_»11-Feb-13 20:47 
GeneralRe: win32 dialogbox Pin
venkatesh5286711-Feb-13 21:06
venkatesh5286711-Feb-13 21:06 
GeneralRe: win32 dialogbox Pin
venkatesh5286711-Feb-13 21:11
venkatesh5286711-Feb-13 21:11 
GeneralRe: win32 dialogbox Pin
«_Superman_»11-Feb-13 22:13
professional«_Superman_»11-Feb-13 22:13 
GeneralRe: win32 dialogbox Pin
venkatesh5286711-Feb-13 23:56
venkatesh5286711-Feb-13 23:56 
GeneralRe: win32 dialogbox Pin
«_Superman_»12-Feb-13 0:02
professional«_Superman_»12-Feb-13 0:02 
QuestionCan i get text color of title bar? Pin
VCProgrammer10-Feb-13 21:28
VCProgrammer10-Feb-13 21:28 
AnswerRe: Can i get text color of title bar? Pin
Richard MacCutchan10-Feb-13 21:59
mveRichard MacCutchan10-Feb-13 21:59 
GeneralRe: Can i get text color of title bar? Pin
VCProgrammer10-Feb-13 22:42
VCProgrammer10-Feb-13 22:42 
GeneralRe: Can i get text color of title bar? Pin
Richard MacCutchan10-Feb-13 23:01
mveRichard MacCutchan10-Feb-13 23:01 
GeneralRe: Can i get text color of title bar? Pin
VCProgrammer10-Feb-13 23:07
VCProgrammer10-Feb-13 23:07 
QuestionVisual Studio 2010 optimized code bug Pin
ForNow10-Feb-13 14:55
ForNow10-Feb-13 14:55 
AnswerRe: Visual Studio 2010 optimized code bug Pin
«_Superman_»10-Feb-13 18:02
professional«_Superman_»10-Feb-13 18:02 
GeneralRe: Visual Studio 2010 optimized code bug Pin
ForNow10-Feb-13 19:03
ForNow10-Feb-13 19:03 
QuestionRe: Visual Studio 2010 optimized code bug Pin
bob1697210-Feb-13 19:32
bob1697210-Feb-13 19:32 
AnswerRe: Visual Studio 2010 optimized code bug Pin
ForNow10-Feb-13 19:49
ForNow10-Feb-13 19:49 
AnswerRe: Visual Studio 2010 optimized code bug Pin
Richard MacCutchan10-Feb-13 21:49
mveRichard MacCutchan10-Feb-13 21:49 

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.