Search:

Type: Posts; User: lucki_luke

Search: Search took 0.00 seconds.

  1. Replies
    9
    Views
    1,247

    using WCHAR works now with using strcpy and a...

    using WCHAR works now with using strcpy and a reinterpret_cast to convert the WCHAR array to a char *



    strcpy(reinterpret_cast<char *>(X[i].strPath), ((*(vIter2)).substr((*(vIter2)).find("=") +...
  2. Replies
    9
    Views
    1,247

    ok thx for the quick reply gonna try that

    ok thx for the quick reply gonna try that
  3. Replies
    9
    Views
    1,247

    char[4] to char[40]

    Hey all,

    im having this problem here (kind of n00b problem):

    i have a struct as follows:

    typedef struct
    {
    TCHAR strName[40];
    TCHAR strPath[64];
  4. Replies
    2
    Views
    1,262

    thx that works just fine btw is there an easy...

    thx that works just fine

    btw is there an easy way to start the default program for a file, e.g. pdf? or do you have to look it up in the registry manually?
  5. Replies
    4
    Views
    1,307

    yeah you gotta use the Win32 API to use GUI apps...

    yeah you gotta use the Win32 API to use GUI apps in Windows. its not in the C++ language itself implemented as it is a cross-platform language.
    the WinMain() function is the basis for creating...
  6. Replies
    2
    Views
    1,262

    Start Program depending on selection

    Hi,

    im kinda new to Win32 programming and im trying to figure out how to either run the default program for a specific file type or to run explorer that starts in the folder where the file is....
Results 1 to 6 of 6