Click here to Skip to main content
15,923,120 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Need Help Accessing Functions in a DLL Pin
Dave Kreskowiak11-May-06 15:33
mveDave Kreskowiak11-May-06 15:33 
GeneralRe: Need Help Accessing Functions in a DLL Pin
rjlohman12-May-06 5:42
rjlohman12-May-06 5:42 
AnswerRe: Need Help Accessing Functions in a DLL Pin
arcticbrew12-May-06 9:37
arcticbrew12-May-06 9:37 
GeneralRe: Need Help Accessing Functions in a DLL Pin
rjlohman18-May-06 11:42
rjlohman18-May-06 11:42 
GeneralRe: Need Help Accessing Functions in a DLL Pin
arcticbrew18-May-06 12:45
arcticbrew18-May-06 12:45 
GeneralRe: Need Help Accessing Functions in a DLL Pin
rjlohman23-May-06 4:57
rjlohman23-May-06 4:57 
QuestionParent/Child Forms Pin
jaded_angel11-May-06 9:28
jaded_angel11-May-06 9:28 
AnswerRe: Parent/Child Forms Pin
Dave Kreskowiak11-May-06 15:26
mveDave Kreskowiak11-May-06 15:26 
This is happening because the child forms are rendered inside another control, called MdiClient, IIRC. Your missing ListView is sitting behind that MdiClient control, which is docked inside the entire client area of the MdiParent form.

Basically, what you isn't really possible without tracking if there are any child windows open. What you're going to have to do is send the ListView control to the back when there are child windows open. Then, when the number of child windows falls to 0, bring the ListView to the front.


Dave Kreskowiak
Microsoft MVP - Visual Basic

QuestionSSL FTP Pin
eagertolearn11-May-06 9:14
eagertolearn11-May-06 9:14 
QuestionPrinting on preprinted forms from different printers. Pin
nighttimeinar11-May-06 8:44
nighttimeinar11-May-06 8:44 
AnswerRe: Printing on preprinted forms from different printers. Pin
Duncan Edwards Jones12-May-06 8:23
professionalDuncan Edwards Jones12-May-06 8:23 
QuestionDecimal Places in a Double Pin
crtwrght_mrk11-May-06 7:50
crtwrght_mrk11-May-06 7:50 
AnswerRe: Decimal Places in a Double Pin
jwakeman11-May-06 8:55
jwakeman11-May-06 8:55 
GeneralRe: Decimal Places in a Double Pin
crtwrght_mrk11-May-06 9:25
crtwrght_mrk11-May-06 9:25 
QuestionOpen/Close Forms VB.Net Pin
Duane L.11-May-06 6:26
Duane L.11-May-06 6:26 
AnswerRe: Open/Close Forms VB.Net Pin
Jared Parsons11-May-06 10:28
Jared Parsons11-May-06 10:28 
GeneralRe: Open/Close Forms VB.Net Pin
Duane L.11-May-06 10:32
Duane L.11-May-06 10:32 
GeneralRe: Open/Close Forms VB.Net Pin
jwakeman11-May-06 10:43
jwakeman11-May-06 10:43 
GeneralRe: Open/Close Forms VB.Net Pin
Duane L.11-May-06 10:45
Duane L.11-May-06 10:45 
GeneralRe: Open/Close Forms VB.Net Pin
jwakeman11-May-06 11:42
jwakeman11-May-06 11:42 
GeneralRe: Open/Close Forms VB.Net Pin
Jared Parsons11-May-06 14:18
Jared Parsons11-May-06 14:18 
GeneralRe: Open/Close Forms VB.Net Pin
jwakeman12-May-06 3:02
jwakeman12-May-06 3:02 
GeneralRe: Open/Close Forms VB.Net Pin
Duane L.12-May-06 9:34
Duane L.12-May-06 9:34 
GeneralRe: Open/Close Forms VB.Net Pin
jwakeman12-May-06 16:28
jwakeman12-May-06 16:28 
QuestionEquation Editor Interface/Nested Text Boxes? Pin
jwakeman11-May-06 4:30
jwakeman11-May-06 4:30 

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.