CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Arjay

Search: Search took 0.24 seconds.

  1. Re: How to capture a folder address with drag and drop ?

    Right you are, sir. :)
  2. Re: How to capture a folder address with drag and drop ?

    Yep, this is the way to go.

    Mike, this code is flawed because not all files have extensions.

    - check for the presence of '.' using int n = CString::Find(_T("."), 0); if (n >= 0) it's a file,...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured