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

Search:

Type: Posts; User: (thatsalok)

Search: Search took 0.02 seconds.

  1. Replies
    6
    Views
    12,091

    Re: Leave 'as is'

    If this can be done, then it will be boon for VC programmer! really it's very difficult to keep up with rapidly changing VC++ syntax.. IMHO it getting more VB'ss then C++.
  2. Re: Another Date and Time question . But it's more difficulty!!!

    you can try COLEDateTime.

    <pre>
    COleDateTime curTime= COleDateTime::GetCurrentTime( );
    CString str = curTime.Format(_T(" %Y-%m-%d %I:%M"));
    </pre>
  3. Replies
    2
    Views
    616

    Re: multiple selection of folders

    Check out this article
    http://www.codeproject.com/dialog/cfolderdialog.asp
  4. Replies
    13
    Views
    1,980

    Re: SHFileOperation

    Thanks every Buddy,
    This Api is bugging me for quite some time.

    Thanks
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured