Click here to Skip to main content
15,901,505 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralANSI -> UTF8 Pin
Jörgen Sigvardsson21-Sep-07 4:24
Jörgen Sigvardsson21-Sep-07 4:24 
QuestionRe: ANSI -> UTF8 Pin
David Crow21-Sep-07 4:33
David Crow21-Sep-07 4:33 
AnswerRe: ANSI -> UTF8 Pin
Jörgen Sigvardsson21-Sep-07 4:42
Jörgen Sigvardsson21-Sep-07 4:42 
GeneralRe: ANSI -> UTF8 Pin
David Crow21-Sep-07 4:51
David Crow21-Sep-07 4:51 
GeneralRe: ANSI -> UTF8 Pin
Nemanja Trifunovic21-Sep-07 4:54
Nemanja Trifunovic21-Sep-07 4:54 
GeneralRe: ANSI -> UTF8 Pin
Jörgen Sigvardsson21-Sep-07 4:59
Jörgen Sigvardsson21-Sep-07 4:59 
GeneralRe: ANSI -> UTF8 Pin
Gary R. Wheeler22-Sep-07 3:07
Gary R. Wheeler22-Sep-07 3:07 
QuestionProblem in HotKey Pin
GauranG Shah21-Sep-07 4:13
GauranG Shah21-Sep-07 4:13 
Hello Friends,

In one of my application. I am using HOTKey. But getting problem. as it doesn't show any problem it is not working too.

I am using it as follow:
 case  WM_INITDIALOG:
 { 
	 ShowWindow(hWndDlg,SW_HIDE);
	 InitCommonControls(); 
	 HWND hHotKey = GetDlgItem(hWndDlg,IDC_HOTKEY1);
	 if(!RegisterHotKey(hHotKey , 100, MOD_ALT | MOD_CONTROL, 's'))
			 {
			dError = GetLastError();
			 }
		
 }
break;
 case WM_HOTKEY:
       ShowWindow(hWndDlg,SW_SHOW);
	break;



I know I am doing some silly mistake. But don;t know where. Please help me if you know.


AnswerRe: Problem in HotKey Pin
nbugalia21-Sep-07 4:30
nbugalia21-Sep-07 4:30 
GeneralRe: Problem in HotKey Pin
GauranG Shah21-Sep-07 19:54
GauranG Shah21-Sep-07 19:54 
AnswerRe: Problem in HotKey Pin
Iain Clarke, Warrior Programmer21-Sep-07 5:02
Iain Clarke, Warrior Programmer21-Sep-07 5:02 
GeneralRe: Problem in HotKey Pin
GauranG Shah21-Sep-07 19:55
GauranG Shah21-Sep-07 19:55 
GeneralRe: Problem in HotKey Pin
Iain Clarke, Warrior Programmer23-Sep-07 22:13
Iain Clarke, Warrior Programmer23-Sep-07 22:13 
QuestionCommunication between C++ DLL and VB6 window. Pin
BubbaGeeNH21-Sep-07 3:07
BubbaGeeNH21-Sep-07 3:07 
AnswerRe: Communication between C++ DLL and VB6 window. Pin
toxcct21-Sep-07 3:19
toxcct21-Sep-07 3:19 
AnswerRe: Communication between C++ DLL and VB6 window. Pin
BubbaGeeNH21-Sep-07 7:18
BubbaGeeNH21-Sep-07 7:18 
QuestionCWnd pointer Pin
josip cagalj21-Sep-07 1:53
josip cagalj21-Sep-07 1:53 
AnswerRe: CWnd pointer Pin
bob1697221-Sep-07 2:03
bob1697221-Sep-07 2:03 
GeneralRe: CWnd pointer Pin
josip cagalj21-Sep-07 2:13
josip cagalj21-Sep-07 2:13 
GeneralRe: CWnd pointer Pin
bob1697221-Sep-07 2:16
bob1697221-Sep-07 2:16 
GeneralRe: CWnd pointer Pin
Mark Salsbery21-Sep-07 8:22
Mark Salsbery21-Sep-07 8:22 
GeneralRe: CWnd pointer Pin
josip cagalj23-Sep-07 22:55
josip cagalj23-Sep-07 22:55 
QuestionException Pin
shir_k21-Sep-07 1:43
shir_k21-Sep-07 1:43 
AnswerRe: Exception Pin
Roger Stoltz21-Sep-07 3:47
Roger Stoltz21-Sep-07 3:47 
GeneralRe: Exception Pin
shir_k23-Sep-07 20:04
shir_k23-Sep-07 20:04 

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.