Click here to Skip to main content
15,919,331 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralClose pop-up menu Pin
comrade22-Dec-02 4:48
comrade22-Dec-02 4:48 
GeneralRe: Close pop-up menu Pin
Gary R. Wheeler22-Dec-02 5:09
Gary R. Wheeler22-Dec-02 5:09 
GeneralMoving Cursor position in Edit box ! Pin
Hadi Rezaee22-Dec-02 2:03
Hadi Rezaee22-Dec-02 2:03 
GeneralRe: Moving Cursor position in Edit box ! Pin
Stan Shannon22-Dec-02 2:42
Stan Shannon22-Dec-02 2:42 
GeneralRe: Moving Cursor position in Edit box ! Pin
Stan Shannon22-Dec-02 2:55
Stan Shannon22-Dec-02 2:55 
GeneralRe: Moving Cursor position in Edit box ! Pin
Brian Delahunty22-Dec-02 3:09
Brian Delahunty22-Dec-02 3:09 
GeneralRe: Moving Cursor position in Edit box ! Pin
Andreas Masur22-Dec-02 9:05
Andreas Masur22-Dec-02 9:05 
GeneralAccess violation happend Pin
Mazdak22-Dec-02 0:53
Mazdak22-Dec-02 0:53 
Can somebody please tell whats wrong with my codes:

LPSTARTUPINFOW si;
ZeroMemory(&si, sizeof(LPSTARTUPINFOW));
si->cb= sizeof(LPSTARTUPINFOW);
si->dwFlags = STARTF_USESHOWWINDOW ;
si->wShowWindow = SW_SHOW;
PROCESS_INFORMATION pi;

CreateProcessWithLogonW(L"Arash",L"Mazy",L"aaa",NULL,(LPCWSTR)m_pathstring.GetBuffer(),NULL,CREATE_NEW_CONSOLE,NULL,NULL,si,&pi);



Access violation happend for this line:

si->cb= sizeof(LPSTARTUPINFOW);

Mazy

"And the carpet needs a haircut, and the spotlight looks like a prison break
And the telephone's out of cigarettes, and the balcony is on the make
And the piano has been drinking, the piano has been drinking...not me...not me
-Tom Waits

GeneralRe: Access violation happend Pin
Stan Shannon22-Dec-02 2:34
Stan Shannon22-Dec-02 2:34 
GeneralInformation extraction from website Pin
georgiek5022-Dec-02 0:29
georgiek5022-Dec-02 0:29 
GeneralRe: Information extraction from website Pin
Chris Losinger22-Dec-02 14:56
professionalChris Losinger22-Dec-02 14:56 
GeneralRe: Information extraction from website Pin
georgiek5022-Dec-02 15:23
georgiek5022-Dec-02 15:23 
GeneralRe: Information extraction from website Pin
Chris Losinger22-Dec-02 15:37
professionalChris Losinger22-Dec-02 15:37 
GeneralRe: Information extraction from website Pin
georgiek5022-Dec-02 23:54
georgiek5022-Dec-02 23:54 
GeneralRe: Information extraction from website Pin
Scott H. Settlemier23-Dec-02 5:06
Scott H. Settlemier23-Dec-02 5:06 
GeneralRe: Information extraction from website Pin
georgiek5023-Dec-02 6:53
georgiek5023-Dec-02 6:53 
GeneralRe: Information extraction from website Pin
Scott H. Settlemier23-Dec-02 7:46
Scott H. Settlemier23-Dec-02 7:46 
GeneralRe: Information extraction from website Pin
georgiek5023-Dec-02 8:29
georgiek5023-Dec-02 8:29 
GeneralRe: Information extraction from website Pin
Scott H. Settlemier23-Dec-02 8:51
Scott H. Settlemier23-Dec-02 8:51 
GeneralRe: Information extraction from website Pin
georgiek5023-Dec-02 12:23
georgiek5023-Dec-02 12:23 
Generallinking problem Pin
Luke Murray22-Dec-02 0:19
Luke Murray22-Dec-02 0:19 
GeneralRe: linking problem Pin
Mike Nordell22-Dec-02 0:32
Mike Nordell22-Dec-02 0:32 
GeneralRe: linking problem Pin
Luke Murray22-Dec-02 0:51
Luke Murray22-Dec-02 0:51 
GeneralRe: linking problem Pin
Michael Dunn22-Dec-02 5:37
sitebuilderMichael Dunn22-Dec-02 5:37 
GeneralRe: linking problem Pin
Luke Murray22-Dec-02 19:43
Luke Murray22-Dec-02 19:43 

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.