Click here to Skip to main content
16,004,991 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionGeting Graphic Card Output Pin
Mogtabam10-Mar-07 19:18
Mogtabam10-Mar-07 19:18 
QuestionProcess and size of batch file Pin
dBrong10-Mar-07 15:32
dBrong10-Mar-07 15:32 
AnswerRe: Process and size of batch file Pin
Dave Kreskowiak10-Mar-07 18:15
mveDave Kreskowiak10-Mar-07 18:15 
QuestionTopMost and TopLevel... Pin
Daytona_67510-Mar-07 12:32
Daytona_67510-Mar-07 12:32 
AnswerRe: TopMost and TopLevel... Pin
Christian Graus10-Mar-07 12:39
protectorChristian Graus10-Mar-07 12:39 
GeneralRe: TopMost and TopLevel... Pin
Daytona_67510-Mar-07 14:57
Daytona_67510-Mar-07 14:57 
AnswerRe: TopMost and TopLevel... Pin
TwoFaced10-Mar-07 15:09
TwoFaced10-Mar-07 15:09 
GeneralRe: TopMost and TopLevel... Pin
Daytona_67510-Mar-07 15:46
Daytona_67510-Mar-07 15:46 
Hiya,

This is exactly what I needed! Only change I had todo is because the code that is creating each Form N doesn't exactly know about Form A (the main form of the app) - I can't exactly get a reference to it easily.

I remember seeing something in My.Application a while back and found that you could get a reference to the main form by using something like:

<br />
Dim OwnerForm as Form<br />
Dim StickyForm as frmStickyForm<br />
<br />
OwnerForm = My.Application.OpenForms("class_name_of_parent_form")<br />
If (OwnerForm IsNot Nothing) Then<br />
    StickyForm.Show(OwnerForm)<br />
Else<br />
    StickyForm.Show()<br />
End If<br />



Works exactly how I wanted it to - thanks for the help!
QuestionSQL query from MS Access on VB.net Pin
aslamshaikh0410-Mar-07 9:52
aslamshaikh0410-Mar-07 9:52 
AnswerRe: SQL query from MS Access on VB.net Pin
Dave Kreskowiak11-Mar-07 4:12
mveDave Kreskowiak11-Mar-07 4:12 
Questionconnectivity with oracle Pin
vishal dhir10-Mar-07 8:49
vishal dhir10-Mar-07 8:49 
Questionmdi form Pin
vishal dhir10-Mar-07 8:47
vishal dhir10-Mar-07 8:47 
AnswerRe: mdi form Pin
manni_n11-Mar-07 0:24
manni_n11-Mar-07 0:24 
AnswerRe: mdi form Pin
Dave Kreskowiak11-Mar-07 4:09
mveDave Kreskowiak11-Mar-07 4:09 
Questiondeployment Pin
vishal dhir10-Mar-07 8:44
vishal dhir10-Mar-07 8:44 
AnswerRe: deployment Pin
A*****10-Mar-07 11:49
A*****10-Mar-07 11:49 
GeneralRe: deployment Pin
vishal dhir10-Mar-07 19:38
vishal dhir10-Mar-07 19:38 
GeneralRe: deployment Pin
A*****10-Mar-07 19:51
A*****10-Mar-07 19:51 
Questionstill having problem: backup using vb.net Pin
shreya12310-Mar-07 3:00
shreya12310-Mar-07 3:00 
AnswerRe: still having problem: backup using vb.net Pin
Dave Kreskowiak10-Mar-07 3:59
mveDave Kreskowiak10-Mar-07 3:59 
Questionchecking control Pin
Pankaj Garg9-Mar-07 22:47
Pankaj Garg9-Mar-07 22:47 
AnswerRe: checking control Pin
kubben10-Mar-07 1:40
kubben10-Mar-07 1:40 
Questionchecking programically................ Pin
Pankaj Garg9-Mar-07 22:36
Pankaj Garg9-Mar-07 22:36 
AnswerRe: checking programically................ Pin
TwoFaced9-Mar-07 22:45
TwoFaced9-Mar-07 22:45 
GeneralRe: checking programically................ Pin
Pankaj Garg9-Mar-07 22:49
Pankaj Garg9-Mar-07 22:49 

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.