Otwieranie katalogu i WWW

0

W jaki sposob moge otworzyc wybrany katalog, oraz strone www w domyslnej przegladarce??

0
ShellExecute(

    HWND hwnd,	// handle to parent window
    LPCTSTR lpOperation,	// pointer to string that specifies operation to perform
    LPCTSTR lpFile,	// pointer to filename or folder name string
    LPCTSTR lpParameters,	// pointer to string that specifies executable-file parameters 
    LPCTSTR lpDirectory,	// pointer to string that specifies default directory
    INT nShowCmd 	// whether file is shown when opened
   );

czyli jak chesz odpalić jakieś www.costam.plxecute(Handle, 0, "www.costam.pl" , 0, 0, SW_SHOW);`

1 użytkowników online, w tym zalogowanych: 0, gości: 1