Click here to Skip to main content
15,891,184 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Encryption Pin
Guffa28-Mar-08 10:38
Guffa28-Mar-08 10:38 
GeneralProblem with datatype in database insert Pin
AAGTHosting28-Mar-08 8:18
AAGTHosting28-Mar-08 8:18 
GeneralRe: Problem with datatype in database insert Pin
Dave Kreskowiak28-Mar-08 9:43
mveDave Kreskowiak28-Mar-08 9:43 
GeneralRe: Problem with datatype in database insert Pin
AAGTHosting28-Mar-08 10:11
AAGTHosting28-Mar-08 10:11 
GeneralRe: Problem with datatype in database insert Pin
Dave Kreskowiak28-Mar-08 10:21
mveDave Kreskowiak28-Mar-08 10:21 
GeneralRe: Problem with datatype in database insert Pin
AAGTHosting28-Mar-08 11:08
AAGTHosting28-Mar-08 11:08 
QuestionLaunching a form from a form Pin
Steven J Jowett28-Mar-08 5:21
Steven J Jowett28-Mar-08 5:21 
GeneralRe: Launching a form from a form Pin
Dave Kreskowiak28-Mar-08 6:45
mveDave Kreskowiak28-Mar-08 6:45 
Steven J Jowett wrote:
like an mdi child would remain on top of an mdi parent.


An MDIChild form doesn't sit on top of an MDIParent. It's rendered inside an MDIClient control on the MDIParent form.

The TopMost property sets the form as the TopMost form system-wide, not application-wide.

You need the call the Show(IWin32Window) method of your second form to make it a application "TopMost" window. Something like this:
Dim newForm As New Form2()
newForm.Show(Me)




A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007




GeneralRe: Launching a form from a form Pin
Steven J Jowett28-Mar-08 7:18
Steven J Jowett28-Mar-08 7:18 
GeneralPlease Reply - this is urgent Pin
sikhan55528-Mar-08 3:15
sikhan55528-Mar-08 3:15 
GeneralRe: Please Reply - this is urgent Pin
Dave Kreskowiak28-Mar-08 4:37
mveDave Kreskowiak28-Mar-08 4:37 
GeneralUnique Record - this is urgent Pin
sikhan55529-Mar-08 0:35
sikhan55529-Mar-08 0:35 
GeneralRe: Unique Record - this is urgent Pin
Dave Kreskowiak29-Mar-08 17:54
mveDave Kreskowiak29-Mar-08 17:54 
GeneralRe: Unique Record - this is urgent Pin
AlexeiXX331-Mar-08 5:36
AlexeiXX331-Mar-08 5:36 
GeneralCreate Installer/setup for Excel 2007 Addins Pin
Rupesh Kumar Swami28-Mar-08 2:51
Rupesh Kumar Swami28-Mar-08 2:51 
Questionhow to fasten form load Pin
ahzarmokhli27-Mar-08 23:22
ahzarmokhli27-Mar-08 23:22 
GeneralRe: how to fasten form load Pin
Christian Graus28-Mar-08 1:43
protectorChristian Graus28-Mar-08 1:43 
GeneralRe: how to fasten form load Pin
darkelv28-Mar-08 2:43
darkelv28-Mar-08 2:43 
GeneralRe: how to fasten form load Pin
Dave Kreskowiak28-Mar-08 4:18
mveDave Kreskowiak28-Mar-08 4:18 
QuestionRe: how to fasten form load Pin
CPallini28-Mar-08 9:27
mveCPallini28-Mar-08 9:27 
QuestionSetup making software for VB.net Pin
help as an alias27-Mar-08 20:00
help as an alias27-Mar-08 20:00 
GeneralRe: Setup making software for VB.net Pin
Christian Graus28-Mar-08 1:44
protectorChristian Graus28-Mar-08 1:44 
GeneralRe: Setup making software for VB.net Pin
jzonthemtn28-Mar-08 2:12
jzonthemtn28-Mar-08 2:12 
GeneralShowing rtf file Pin
sjs4u27-Mar-08 19:59
sjs4u27-Mar-08 19:59 
GeneralRe: Showing rtf file Pin
Christian Graus28-Mar-08 1:45
protectorChristian Graus28-Mar-08 1:45 

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.