Click here to Skip to main content
15,902,112 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: error C2065: 'IDD_DIALOG1' : undeclared identifier Pin
ThatsAlok17-Aug-04 0:42
ThatsAlok17-Aug-04 0:42 
GeneralRe: error C2065: 'IDD_DIALOG1' : undeclared identifier Pin
anderslundsgard17-Aug-04 1:46
anderslundsgard17-Aug-04 1:46 
Questionsize of folder? Pin
lonely_life17-Aug-04 0:22
lonely_life17-Aug-04 0:22 
AnswerRe: size of folder? Pin
David Crow17-Aug-04 5:21
David Crow17-Aug-04 5:21 
GeneralDarg n Drop problm , TO get file path and name Pin
zahid_ash17-Aug-04 0:10
zahid_ash17-Aug-04 0:10 
GeneralRe: Darg n Drop problm , TO get file path and name Pin
David Crow17-Aug-04 5:35
David Crow17-Aug-04 5:35 
GeneralRe: Darg n Drop problm , TO get file path and name Pin
zahid_ash17-Aug-04 18:19
zahid_ash17-Aug-04 18:19 
GeneralRe: Darg n Drop problm , TO get file path and name Pin
David Crow18-Aug-04 6:08
David Crow18-Aug-04 6:08 
zahid_ash wrote:
May be i have mistake in it.

Several.

void CCloseDlg::OnDropFiles(HDROP hDropInfo) 
{
    UINT    uCount;
    CString strText;
    TCHAR   szBuffer[MAX_PATH];
 
    uCount = DragQueryFile(hDropInfo, 0xffffffff, NULL, 0);
 
    for (UINT uIndex = 0; uIndex < uCount; uIndex++)
    	DragQueryFile(hDropInfo, uIndex, szBuffer, sizeof(szBuffer));
 
    CDialog::OnDropFiles(hDropInfo);
}



"When I was born I was so surprised that I didn't talk for a year and a half." - Gracie Allen


GeneralC++ Access violation Pin
rahbani16-Aug-04 23:48
rahbani16-Aug-04 23:48 
Generalprevent from screen capture Pin
Member 65121716-Aug-04 22:52
Member 65121716-Aug-04 22:52 
GeneralRe: prevent from screen capture Pin
ThatsAlok17-Aug-04 0:36
ThatsAlok17-Aug-04 0:36 
GeneralRe: prevent from screen capture Pin
Member 65121717-Aug-04 7:25
Member 65121717-Aug-04 7:25 
GeneralSynchronization of two threads Pin
nnvidya16-Aug-04 22:47
nnvidya16-Aug-04 22:47 
GeneralRe: Synchronization of two threads Pin
Blake Miller20-Aug-04 5:22
Blake Miller20-Aug-04 5:22 
Questionhow to magnify the video Pin
zahid_ash16-Aug-04 22:10
zahid_ash16-Aug-04 22:10 
AnswerRe: how to magnify the video Pin
Blake Miller20-Aug-04 5:36
Blake Miller20-Aug-04 5:36 
GeneralRe: how to magnify the video Pin
zahid_ash20-Aug-04 19:14
zahid_ash20-Aug-04 19:14 
GeneralRe: how to magnify the video Pin
Blake Miller23-Aug-04 4:20
Blake Miller23-Aug-04 4:20 
GeneralFocus problem. Pin
V.16-Aug-04 21:47
professionalV.16-Aug-04 21:47 
GeneralRe: Focus problem. Pin
V.16-Aug-04 22:47
professionalV.16-Aug-04 22:47 
GeneralEnter Pin
Johnny Peszek16-Aug-04 21:21
Johnny Peszek16-Aug-04 21:21 
GeneralRe: Enter Pin
V.16-Aug-04 21:34
professionalV.16-Aug-04 21:34 
GeneralRe: Enter Pin
Johnny Peszek17-Aug-04 2:32
Johnny Peszek17-Aug-04 2:32 
GeneralRe: Enter Pin
V.17-Aug-04 3:53
professionalV.17-Aug-04 3:53 
GeneralRe: Enter Pin
Johnny Peszek17-Aug-04 9:23
Johnny Peszek17-Aug-04 9:23 

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.