Click here to Skip to main content
15,918,742 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: The browser and the registry Pin
Tomasz Sowinski26-Sep-01 6:35
Tomasz Sowinski26-Sep-01 6:35 
GeneralI forgot: Thanks in advance! Pin
26-Sep-01 4:10
suss26-Sep-01 4:10 
GeneralRe: The browser and the registry Pin
Tommy H D Svensson31-Oct-01 2:04
Tommy H D Svensson31-Oct-01 2:04 
Generalin debugger not starts Pin
26-Sep-01 3:36
suss26-Sep-01 3:36 
GeneralRe: in debugger not starts Pin
Tomasz Sowinski26-Sep-01 4:02
Tomasz Sowinski26-Sep-01 4:02 
GeneralRe: in debugger not starts Pin
26-Sep-01 4:42
suss26-Sep-01 4:42 
GeneralPasting RTF into word automated... Pin
Braulio Dez26-Sep-01 3:26
Braulio Dez26-Sep-01 3:26 
GeneralShellExecute Pin
Steve Thresher26-Sep-01 2:47
Steve Thresher26-Sep-01 2:47 
I have a program that displays all files in a specified directory in my own version of a list control. There is also a button that allows the operator to open any of the files which is achieved by the following command:

ShellExecute(NULL,"open",filename,NULL,path,SW_SHOW)


For .txt documents a copy of notepad is opened on top of my application which is what I would expect. However for .doc files a copy of Word2000 is opened on top of my application while the document is loaded but then Word disappears behind my application once the document is loaded. Does anybody have any ideas why this would happen? I have tested several other types such as .jpg files which open in Paint Shop Pro behind my application window and .zip files which open in WinZip on top of my application window.

Any suggestions about this problem would be greatly appreciated.

Steve.
GeneralRe: ShellExecute Pin
Tomasz Sowinski26-Sep-01 3:03
Tomasz Sowinski26-Sep-01 3:03 
GeneralRe: ShellExecute Pin
Oscar Vazquez26-Sep-01 3:30
Oscar Vazquez26-Sep-01 3:30 
GeneralMultibyte character Pin
26-Sep-01 2:11
suss26-Sep-01 2:11 
GeneralRe: Multibyte character Pin
Anders Molin26-Sep-01 2:42
professionalAnders Molin26-Sep-01 2:42 
Generaldialog in dll Pin
Bjorn26-Sep-01 0:43
Bjorn26-Sep-01 0:43 
GeneralRe: dialog in dll Pin
Oscar Vazquez26-Sep-01 3:46
Oscar Vazquez26-Sep-01 3:46 
GeneralRe: dialog in dll Pin
#realJSOP26-Sep-01 4:29
professional#realJSOP26-Sep-01 4:29 
GeneralProblem reading string from registry Pin
26-Sep-01 0:23
suss26-Sep-01 0:23 
GeneralRe: Problem reading string from registry Pin
Michael P Butler26-Sep-01 0:33
Michael P Butler26-Sep-01 0:33 
GeneralRe: Problem reading string from registry Pin
Anders Molin26-Sep-01 0:34
professionalAnders Molin26-Sep-01 0:34 
GeneralRe: Problem reading string from registry Pin
Gavin Jerman26-Sep-01 2:06
Gavin Jerman26-Sep-01 2:06 
GeneralRe: Problem reading string from registry Pin
26-Sep-01 4:12
suss26-Sep-01 4:12 
GeneralRe: Problem reading string from registry Pin
Michael Dunn26-Sep-01 8:45
sitebuilderMichael Dunn26-Sep-01 8:45 
QuestionI was wondering - why isn't WM_LBUTTONUP received? Pin
26-Sep-01 0:23
suss26-Sep-01 0:23 
AnswerRe: I was wondering - why isn't WM_LBUTTONUP received? Pin
Tomasz Sowinski26-Sep-01 1:01
Tomasz Sowinski26-Sep-01 1:01 
GeneralRe: I was wondering - why isn't WM_LBUTTONUP received? Pin
26-Sep-01 13:47
suss26-Sep-01 13:47 
Generalslow OpenGL in MFC Pin
25-Sep-01 23:43
suss25-Sep-01 23: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.