Click here to Skip to main content
15,905,607 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Windows NT Standard Service Pin
Dave Kreskowiak11-Mar-07 4:16
mveDave Kreskowiak11-Mar-07 4:16 
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 
Try setting the owner property for each Form N. You can do this by passing the current form as a parameter when you call show (frm.show(me)). Or you can just set the property before calling show (frm.owner=me). "Owned" forms stay on top of the owner but won't stay on top of other application windows.
GeneralRe: TopMost and TopLevel... Pin
Daytona_67510-Mar-07 15:46
Daytona_67510-Mar-07 15:46 
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 

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.