Click here to Skip to main content
15,888,081 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionProblem with RegisterPowerSettingNotification and USER32.dll. Pin
aangerma10-Mar-11 0:31
aangerma10-Mar-11 0:31 
AnswerRe: Problem with RegisterPowerSettingNotification and USER32.dll. Pin
Hans Dietrich10-Mar-11 0:35
mentorHans Dietrich10-Mar-11 0:35 
GeneralRe: Problem with RegisterPowerSettingNotification and USER32.dll. Pin
aangerma10-Mar-11 0:46
aangerma10-Mar-11 0:46 
GeneralRe: Problem with RegisterPowerSettingNotification and USER32.dll. Pin
Hans Dietrich10-Mar-11 0:50
mentorHans Dietrich10-Mar-11 0:50 
GeneralRe: Problem with RegisterPowerSettingNotification and USER32.dll. Pin
aangerma10-Mar-11 2:02
aangerma10-Mar-11 2:02 
QuestionShortcut files not filter from CFileDialog? Pin
Le@rner9-Mar-11 23:56
Le@rner9-Mar-11 23:56 
AnswerRe: Shortcut files not filter from CFileDialog? Pin
Hans Dietrich10-Mar-11 0:32
mentorHans Dietrich10-Mar-11 0:32 
GeneralRe: Shortcut files not filter from CFileDialog? Pin
Le@rner10-Mar-11 0:36
Le@rner10-Mar-11 0:36 
CString filter=_T("Text Files(*.txt)|*.txt||");

CFileDialog fileDlg(TRUE, NULL, NULL, OFN_PATHMUSTEXIST|OFN_FILEMUSTEXIST,filter);


if (fileDlg.DoModal () == IDCANCEL)
{
    return;
}
CString file_Path = fileDlg.GetPathName ();
AfxMessageBox(file_Path);

GeneralRe: Shortcut files not filter from CFileDialog? Pin
Hans Dietrich10-Mar-11 0:47
mentorHans Dietrich10-Mar-11 0:47 
GeneralRe: Shortcut files not filter from CFileDialog? Pin
Le@rner10-Mar-11 0:54
Le@rner10-Mar-11 0:54 
GeneralRe: Shortcut files not filter from CFileDialog? Pin
Hans Dietrich10-Mar-11 0:59
mentorHans Dietrich10-Mar-11 0:59 
GeneralRe: Shortcut files not filter from CFileDialog? Pin
Le@rner10-Mar-11 1:38
Le@rner10-Mar-11 1:38 
GeneralRe: Shortcut files not filter from CFileDialog? Pin
Hans Dietrich10-Mar-11 1:51
mentorHans Dietrich10-Mar-11 1:51 
Questionhow to play file in file frame rate using directshow Pin
raj15769-Mar-11 22:00
raj15769-Mar-11 22:00 
Questionlimit from SetLimitText is not working when use setwindowtext. Pin
Le@rner9-Mar-11 19:15
Le@rner9-Mar-11 19:15 
AnswerRe: limit from SetLimitText is not working when use setwindowtext. Pin
Hans Dietrich9-Mar-11 19:39
mentorHans Dietrich9-Mar-11 19:39 
GeneralRe: limit from SetLimitText is not working when use setwindowtext. Pin
Le@rner9-Mar-11 19:44
Le@rner9-Mar-11 19:44 
GeneralRe: limit from SetLimitText is not working when use setwindowtext. Pin
Hans Dietrich9-Mar-11 20:22
mentorHans Dietrich9-Mar-11 20:22 
QuestiondrawImage is Not drawing on 8bit Color Depth Image. Pin
002comp9-Mar-11 17:57
002comp9-Mar-11 17:57 
AnswerRe: drawImage is Not drawing on 8bit Color Depth Image. Pin
Cool_Dev9-Mar-11 21:08
Cool_Dev9-Mar-11 21:08 
GeneralRe: drawImage is Not drawing on 8bit Color Depth Image. Pin
002comp10-Mar-11 0:03
002comp10-Mar-11 0:03 
GeneralRe: drawImage is Not drawing on 8bit Color Depth Image. Pin
Cool_Dev10-Mar-11 5:27
Cool_Dev10-Mar-11 5:27 
GeneralRe: drawImage is Not drawing on 8bit Color Depth Image. Pin
002comp10-Mar-11 23:41
002comp10-Mar-11 23:41 
GeneralRe: drawImage is Not drawing on 8bit Color Depth Image. Pin
Cool_Dev11-Mar-11 3:14
Cool_Dev11-Mar-11 3:14 
GeneralRe: drawImage is Not drawing on 8bit Color Depth Image. Pin
002comp14-Mar-11 19:38
002comp14-Mar-11 19:38 

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.