Click here to Skip to main content
16,011,428 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralTo get start->documents->"*.*" files in loacal system Pin
johnalek27-Feb-08 3:32
johnalek27-Feb-08 3:32 
GeneralRe: To get start->documents->"*.*" files in loacal system Pin
David Crow27-Feb-08 3:41
David Crow27-Feb-08 3:41 
GeneralWriteFile() Pin
john563227-Feb-08 2:25
john563227-Feb-08 2:25 
GeneralRe: WriteFile() Pin
CPallini27-Feb-08 2:50
mveCPallini27-Feb-08 2:50 
Generalclear the list box Pin
bhat27-Feb-08 2:20
bhat27-Feb-08 2:20 
GeneralRe: clear the list box Pin
CPallini27-Feb-08 2:41
mveCPallini27-Feb-08 2:41 
GeneralRe: clear the list box Pin
bhat27-Feb-08 3:04
bhat27-Feb-08 3:04 
GeneralRe: clear the list box Pin
CPallini27-Feb-08 3:17
mveCPallini27-Feb-08 3:17 
int iSel = SendMessage(hCombo, CB_GETCURSEL, 0,0);
if (iSel != -1) 
{
  SendMessage(hCombo, CB_GETLBTEXT,  iSel, (LPARAM) buffer);
  SendMessage(hEdit, WM_SETTEXT, 0, (LPARAM) buffer);
}


Where buffer is a (properly sized) TCHAR array.
Smile | :)

If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler.
-- Alfonso the Wise, 13th Century King of Castile.

This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong.
-- Iain Clarke


GeneralRe: clear the list box Pin
bhat27-Feb-08 3:22
bhat27-Feb-08 3:22 
GeneralRe: clear the list box Pin
bhat27-Feb-08 3:30
bhat27-Feb-08 3:30 
GeneralRe: clear the list box Pin
CPallini27-Feb-08 3:33
mveCPallini27-Feb-08 3:33 
JokeRe: clear the list box Pin
Hamid_RT27-Feb-08 4:58
Hamid_RT27-Feb-08 4:58 
GeneralRe: clear the list box Pin
CPallini27-Feb-08 5:10
mveCPallini27-Feb-08 5:10 
GeneralRe: clear the list box Pin
Hamid_RT27-Feb-08 5:18
Hamid_RT27-Feb-08 5:18 
Generalallocator implementation Pin
George_George27-Feb-08 2:18
George_George27-Feb-08 2:18 
QuestionRe: allocator implementation Pin
David Crow27-Feb-08 5:22
David Crow27-Feb-08 5:22 
GeneralRe: allocator implementation Pin
George_George27-Feb-08 18:24
George_George27-Feb-08 18:24 
GeneralRe: allocator implementation Pin
David Crow28-Feb-08 2:26
David Crow28-Feb-08 2:26 
GeneralRe: allocator implementation Pin
George_George28-Feb-08 14:22
George_George28-Feb-08 14:22 
GeneralRe: allocator implementation Pin
David Crow28-Feb-08 16:25
David Crow28-Feb-08 16:25 
QuestionDynmaic created CMyView, how to update the context menu item UI? Pin
followait27-Feb-08 1:49
followait27-Feb-08 1:49 
AnswerRe: Dynmaic created CMyView, how to update the context menu item UI? Pin
Mark Salsbery27-Feb-08 7:14
Mark Salsbery27-Feb-08 7:14 
GeneralOS Threads Scheduling Pin
reza matinnejad27-Feb-08 1:38
reza matinnejad27-Feb-08 1:38 
GeneralRe: OS Threads Scheduling Pin
Cedric Moonen27-Feb-08 1:55
Cedric Moonen27-Feb-08 1:55 
GeneralRe: OS Threads Scheduling Pin
reza matinnejad27-Feb-08 2:08
reza matinnejad27-Feb-08 2:08 

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.