Click here to Skip to main content
15,892,298 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionThe SHCreateDirectoryEx function. Pin
iMikki13-Nov-09 6:47
iMikki13-Nov-09 6:47 
AnswerRe: The SHCreateDirectoryEx function. Pin
«_Superman_»13-Nov-09 6:51
professional«_Superman_»13-Nov-09 6:51 
GeneralRe: The SHCreateDirectoryEx function. [modified] Pin
iMikki13-Nov-09 6:56
iMikki13-Nov-09 6:56 
GeneralRe: The SHCreateDirectoryEx function. Pin
«_Superman_»13-Nov-09 7:09
professional«_Superman_»13-Nov-09 7:09 
GeneralRe: The SHCreateDirectoryEx function. Pin
iMikki13-Nov-09 7:12
iMikki13-Nov-09 7:12 
GeneralRe: The SHCreateDirectoryEx function. Pin
«_Superman_»13-Nov-09 7:49
professional«_Superman_»13-Nov-09 7:49 
GeneralRe: The SHCreateDirectoryEx function. Pin
iMikki13-Nov-09 8:02
iMikki13-Nov-09 8:02 
GeneralRe: The SHCreateDirectoryEx function. Pin
Patcher3213-Nov-09 8:41
Patcher3213-Nov-09 8:41 
#include <shlobj.h>
int main(){
	SHCreateDirectoryEx(NULL,"c:\\jinx",NULL);
	return 0;
}


tested it with ms vc++ 2008. it works like charm Smile | :)
QuestionHi All Pin
erebor13-Nov-09 6:22
erebor13-Nov-09 6:22 
AnswerRe: Hi All Pin
Maximilien13-Nov-09 7:08
Maximilien13-Nov-09 7:08 
AnswerRe: Hi All Pin
Tim Craig13-Nov-09 17:51
Tim Craig13-Nov-09 17:51 
QuestionUpdating of status bar Pin
lawrenca3713-Nov-09 5:23
lawrenca3713-Nov-09 5:23 
QuestionRe: Updating of status bar Pin
David Crow13-Nov-09 5:30
David Crow13-Nov-09 5:30 
AnswerRe: Updating of status bar Pin
lawrenca3713-Nov-09 5:37
lawrenca3713-Nov-09 5:37 
QuestionRe: Updating of status bar Pin
David Crow13-Nov-09 5:41
David Crow13-Nov-09 5:41 
AnswerRe: Updating of status bar Pin
lawrenca3713-Nov-09 5:44
lawrenca3713-Nov-09 5:44 
QuestionRe: Updating of status bar Pin
David Crow13-Nov-09 5:59
David Crow13-Nov-09 5:59 
AnswerRe: Updating of status bar Pin
lawrenca3713-Nov-09 6:39
lawrenca3713-Nov-09 6:39 
QuestionRe: Updating of status bar Pin
David Crow13-Nov-09 6:43
David Crow13-Nov-09 6:43 
AnswerRe: Updating of status bar Pin
lawrenca3713-Nov-09 6:50
lawrenca3713-Nov-09 6:50 
QuestionRe: Updating of status bar Pin
David Crow13-Nov-09 7:46
David Crow13-Nov-09 7:46 
AnswerRe: Updating of status bar Pin
lawrenca3713-Nov-09 8:05
lawrenca3713-Nov-09 8:05 
QuestionArbitrary - arithmetic precision Pin
nowrocktheworld13-Nov-09 5:07
nowrocktheworld13-Nov-09 5:07 
QuestionRe: Arbitrary - arithmetic precision Pin
David Crow13-Nov-09 5:20
David Crow13-Nov-09 5:20 
AnswerRe: Arbitrary - arithmetic precision Pin
Chris Losinger13-Nov-09 5:36
professionalChris Losinger13-Nov-09 5:36 

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.