Click here to Skip to main content
15,867,568 members
Home / Discussions / C#
   

C#

 
GeneralRe: Export C# appz Pin
Stephane Rodriguez.18-Oct-02 9:58
Stephane Rodriguez.18-Oct-02 9:58 
GeneralRe: Export C# appz Pin
Anonymous18-Oct-02 23:16
Anonymous18-Oct-02 23:16 
Questiongrabbing focus with a Pop-up? Pin
Dave Gustafson18-Oct-02 3:05
Dave Gustafson18-Oct-02 3:05 
AnswerRe: grabbing focus with a Pop-up? Pin
Paul Riley18-Oct-02 3:46
Paul Riley18-Oct-02 3:46 
GeneralRe: grabbing focus with a Pop-up? Pin
Dave Gustafson18-Oct-02 4:36
Dave Gustafson18-Oct-02 4:36 
GeneralRe: grabbing focus with a Pop-up? Pin
Paul Riley18-Oct-02 4:46
Paul Riley18-Oct-02 4:46 
GeneralRe: grabbing focus with a Pop-up? Pin
Dave Gustafson18-Oct-02 12:33
Dave Gustafson18-Oct-02 12:33 
GeneralRe: grabbing focus with a Pop-up? Pin
Paul Riley18-Oct-02 13:20
Paul Riley18-Oct-02 13:20 
Aha! Now I understand the problem. You're giving focus to another App by minimizing but expecting to get it back automatically when you open a new dialog. Of course if you have nothing to give focus to, it will go to the desktop and when you start up a new window the desktop will give it back.

I think the answer to your problem is this.Focus(), probably in your pop-up app's Form_Load() event.

Paul
Why don't you take a good look at yourself and describe what you see - Led Zeppelin, Misty Mountain Hop
GeneralRe: grabbing focus with a Pop-up? Pin
Dave Gustafson18-Oct-02 16:53
Dave Gustafson18-Oct-02 16:53 
GeneralRe: grabbing focus with a Pop-up? Pin
Dave Gustafson20-Oct-02 5:14
Dave Gustafson20-Oct-02 5:14 
GeneralRe: grabbing focus with a Pop-up? Pin
Paul Riley20-Oct-02 5:22
Paul Riley20-Oct-02 5:22 
GeneralC# and DLL calling Pin
Ceri17-Oct-02 23:36
Ceri17-Oct-02 23:36 
GeneralRe: C# and DLL calling Pin
Paul Riley17-Oct-02 23:46
Paul Riley17-Oct-02 23:46 
GeneralRe: C# and DLL calling Pin
Stephane Rodriguez.18-Oct-02 1:19
Stephane Rodriguez.18-Oct-02 1:19 
GeneralNeed help on this issue with WebBrowser control Pin
GriffonRL17-Oct-02 22:28
GriffonRL17-Oct-02 22:28 
GeneralRe: Need help on this issue with WebBrowser control Pin
Sijin18-Oct-02 0:53
Sijin18-Oct-02 0:53 
GeneralRe: Need help on this issue with WebBrowser control Pin
GriffonRL18-Oct-02 1:05
GriffonRL18-Oct-02 1:05 
GeneralRe: Need help on this issue with WebBrowser control Pin
Stephane Rodriguez.18-Oct-02 1:16
Stephane Rodriguez.18-Oct-02 1:16 
GeneralRe: Need help on this issue with WebBrowser control Pin
GriffonRL18-Oct-02 1:20
GriffonRL18-Oct-02 1:20 
GeneralRe: Need help on this issue with WebBrowser control Pin
Stephane Rodriguez.18-Oct-02 1:31
Stephane Rodriguez.18-Oct-02 1:31 
GeneralRe: Need help on this issue with WebBrowser control Pin
Sijin18-Oct-02 4:37
Sijin18-Oct-02 4:37 
QuestionIn COM+ environment, my value-object needs support strongly named assembly and others? Pin
17-Oct-02 16:18
suss17-Oct-02 16:18 
QuestionHow can I detect when a context menu is displayed Pin
Darryl Borden17-Oct-02 10:46
Darryl Borden17-Oct-02 10:46 
AnswerRe: How can I detect when a context menu is displayed Pin
Wjousts17-Oct-02 16:27
Wjousts17-Oct-02 16:27 
GeneralRe: How can I detect when a context menu is displayed Pin
Darryl Borden18-Oct-02 5:11
Darryl Borden18-Oct-02 5:11 

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.