Click here to Skip to main content
15,920,053 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: Lising Windows registred users Pin
David Crow10-Jul-09 5:30
David Crow10-Jul-09 5:30 
AnswerRe: Lising Windows registred users Pin
RomTibi11-Jul-09 6:30
RomTibi11-Jul-09 6:30 
GeneralRe: Lising Windows registred users Pin
David Crow14-Sep-09 4:15
David Crow14-Sep-09 4:15 
GeneralRe: Lising Windows registred users Pin
kilt15-Jul-09 6:26
kilt15-Jul-09 6:26 
QuestionEditStreamSetInfo avi file saving problem Pin
nripun9-Jul-09 9:57
nripun9-Jul-09 9:57 
QuestionPopulating a TreeView via Drag and Drop from Windows Explorer Pin
KawiRider9-Jul-09 8:33
KawiRider9-Jul-09 8:33 
AnswerRe: Populating a TreeView via Drag and Drop from Windows Explorer Pin
Stuart Dootson9-Jul-09 14:00
professionalStuart Dootson9-Jul-09 14:00 
GeneralRe: Populating a TreeView via Drag and Drop from Windows Explorer Pin
KawiRider9-Jul-09 14:34
KawiRider9-Jul-09 14:34 
Thank you for the reply! I actually managed to get it working using

if(e->Data->GetDataPresent(System::Windows::Forms::DataFormats::FileDrop))
{
  array<String^>^ name = (array<String^>^)e->Data->GetData(System::Windows::Forms::DataFormats::FileDrop);
  // do stuff
}


in the DragDrop event handler. I used this website (it's C#) to help recursively find child nodes.

And my apologies, I did in fact put this post on the wrong board but thank you for taking the time to assist anyways.

On a side note, would you happen to know how to get the aforementioned functionality by dragging folders onto the application icon? Similar to how you can drag an image file onto a photoshop (or similar program) shortcut, then photoshop opens and displays the image you dragged. Thanks.
GeneralRe: Populating a TreeView via Drag and Drop from Windows Explorer Pin
Stuart Dootson9-Jul-09 14:46
professionalStuart Dootson9-Jul-09 14:46 
GeneralRe: Populating a TreeView via Drag and Drop from Windows Explorer Pin
KawiRider9-Jul-09 15:06
KawiRider9-Jul-09 15:06 
GeneralRe: Populating a TreeView via Drag and Drop from Windows Explorer Pin
Stuart Dootson9-Jul-09 15:14
professionalStuart Dootson9-Jul-09 15:14 
Questionhow to make a PPC turn on and of on preprogramed times? Pin
OwenBurnett9-Jul-09 7:33
OwenBurnett9-Jul-09 7:33 
QuestionCString causing problem in mulithreaded , multi processor environment Pin
Elsie9-Jul-09 6:17
Elsie9-Jul-09 6:17 
AnswerRe: CString causing problem in mulithreaded , multi processor environment Pin
Stuart Dootson9-Jul-09 13:16
professionalStuart Dootson9-Jul-09 13:16 
QuestionHow to get machine model using VC++/MFC without using WMI Pin
vikasvds9-Jul-09 4:24
vikasvds9-Jul-09 4:24 
AnswerRe: How to get machine model using VC++/MFC without using WMI Pin
Mahesh Kulkarni9-Jul-09 19:52
Mahesh Kulkarni9-Jul-09 19:52 
GeneralRe: How to get machine model using VC++/MFC without using WMI Pin
vikasvds12-Jul-09 21:05
vikasvds12-Jul-09 21:05 
AnswerRe: How to get machine model using VC++/MFC without using WMI Pin
kilt9-Jul-09 23:28
kilt9-Jul-09 23:28 
QuestionHow to change .net framework used by Visual Studio 2008? Pin
fujoey9-Jul-09 3:24
fujoey9-Jul-09 3:24 
AnswerRe: How to change .net framework used by Visual Studio 2008? Pin
«_Superman_»9-Jul-09 4:02
professional«_Superman_»9-Jul-09 4:02 
GeneralRe: How to change .net framework used by Visual Studio 2008? Pin
fujoey13-Jul-09 4:28
fujoey13-Jul-09 4:28 
GeneralRe: How to change .net framework used by Visual Studio 2008? Pin
«_Superman_»13-Jul-09 4:42
professional«_Superman_»13-Jul-09 4:42 
Questionsocket programming using MFC' Pin
kir_MFC9-Jul-09 3:11
kir_MFC9-Jul-09 3:11 
AnswerCP IGNORE: REPOST (Vote to remove) Pin
Rajesh R Subramanian9-Jul-09 3:20
professionalRajesh R Subramanian9-Jul-09 3:20 
GeneralRe: CP IGNORE: REPOST (Vote to remove) Pin
kir_MFC9-Jul-09 3:28
kir_MFC9-Jul-09 3:28 

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.