Click here to Skip to main content
16,005,236 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionstoring data on to a file in the FTP server. Pin
vijay_aroli3-Sep-06 21:31
vijay_aroli3-Sep-06 21:31 
AnswerRe: storing data on to a file in the FTP server. Pin
_AnsHUMAN_ 3-Sep-06 21:34
_AnsHUMAN_ 3-Sep-06 21:34 
GeneralRe: storing data on to a file in the FTP server. Pin
vijay_aroli3-Sep-06 21:59
vijay_aroli3-Sep-06 21:59 
Questionopening a cmd.exe window Pin
locoone3-Sep-06 21:24
locoone3-Sep-06 21:24 
AnswerRe: opening a cmd.exe window Pin
_AnsHUMAN_ 3-Sep-06 21:29
_AnsHUMAN_ 3-Sep-06 21:29 
GeneralRe: opening a cmd.exe window Pin
locoone4-Sep-06 8:28
locoone4-Sep-06 8:28 
AnswerRe: opening a cmd.exe window Pin
Hamid_RT3-Sep-06 22:11
Hamid_RT3-Sep-06 22:11 
AnswerRe: opening a cmd.exe window Pin
Programm3r3-Sep-06 22:26
Programm3r3-Sep-06 22:26 
UINT WINAPI WinExec(
  LPCSTR lpCmdLine,
  UINT uCmdShow
);

Where uCmdShow can be any of the following:

SW_FORCEMINIMIZE
Windows 2000/XP: Minimizes a window, even if the thread that owns the window is not responding. This flag should only be used when minimizing windows from a different thread.
SW_HIDE
Hides the window and activates another window.
SW_MAXIMIZE
Maximizes the specified window.
SW_MINIMIZE
Minimizes the specified window and activates the next top-level window in the Z order.
SW_RESTORE
Activates and displays the window. If the window is minimized or maximized, the system restores it to its original size and position. An application should specify this flag when restoring a minimized window.
SW_SHOW
Activates the window and displays it in its current size and position.
SW_SHOWDEFAULT
Sets the show state based on the SW_ value specified in the STARTUPINFO structure passed to the CreateProcess function by the program that started the application.
SW_SHOWMAXIMIZED
Activates the window and displays it as a maximized window.
SW_SHOWMINIMIZED
Activates the window and displays it as a minimized window.
SW_SHOWMINNOACTIVE
Displays the window as a minimized window. This value is similar to SW_SHOWMINIMIZED, except the window is not activated.
SW_SHOWNA
Displays the window in its current size and position. This value is similar to SW_SHOW, except the window is not activated.
SW_SHOWNOACTIVATE
Displays a window in its most recent size and position. This value is similar to SW_SHOWNORMAL, except the window is not actived.
SW_SHOWNORMAL
Activates and displays a window. If the window is minimized or maximized, the system restores it to its original size and position. An application should specify this flag when displaying the window for the first time.




Only programmers that are better than C programmers are those who code in 1's and 0's..... Smile | :)

Smile | :) Programm3r

Questionmachine cell formation using genetic algorithm Pin
sinbear3-Sep-06 21:01
sinbear3-Sep-06 21:01 
QuestionProblem with function Pin
Programm3r3-Sep-06 20:58
Programm3r3-Sep-06 20:58 
AnswerRe: Problem with function Pin
Stephen Hewitt3-Sep-06 21:09
Stephen Hewitt3-Sep-06 21:09 
GeneralRe: Problem with function Pin
Programm3r3-Sep-06 21:13
Programm3r3-Sep-06 21:13 
GeneralRe: Problem with function Pin
prasad_som3-Sep-06 21:19
prasad_som3-Sep-06 21:19 
AnswerRe: Problem with function[modified] Pin
prasad_som3-Sep-06 21:18
prasad_som3-Sep-06 21:18 
GeneralRe: Problem with function[modified] Pin
Programm3r3-Sep-06 21:29
Programm3r3-Sep-06 21:29 
AnswerRe: Problem with function Pin
sheshidar3-Sep-06 21:32
sheshidar3-Sep-06 21:32 
GeneralRe: Problem with function Pin
Programm3r3-Sep-06 21:39
Programm3r3-Sep-06 21:39 
QuestionMenu Bars or Tool Bars Display Pin
velayudhan_raj3-Sep-06 20:57
velayudhan_raj3-Sep-06 20:57 
AnswerRe: Menu Bars or Tool Bars Display Pin
Hamid_RT4-Sep-06 9:16
Hamid_RT4-Sep-06 9:16 
QuestionProblem in DDX Pin
sheshidar3-Sep-06 20:50
sheshidar3-Sep-06 20:50 
AnswerRe: Problem in DDX Pin
Hamid_RT3-Sep-06 22:19
Hamid_RT3-Sep-06 22:19 
GeneralRe: Problem in DDX Pin
sheshidar4-Sep-06 1:08
sheshidar4-Sep-06 1:08 
GeneralRe: Problem in DDX Pin
sheshidar4-Sep-06 2:44
sheshidar4-Sep-06 2:44 
GeneralRe: Problem in DDX Pin
Hamid_RT4-Sep-06 9:34
Hamid_RT4-Sep-06 9:34 
QuestionHow to identify a *.exe file is running in OS using VC++ Pin
sujeet_kulk3-Sep-06 20:29
sujeet_kulk3-Sep-06 20:29 

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.