Click here to Skip to main content
15,890,512 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: can u help my project?? [modified] Pin
Jon_Boy20-Mar-09 2:35
Jon_Boy20-Mar-09 2:35 
Questionproblem related to sorting of listview.... Pin
dhaval khatri19-Mar-09 19:27
dhaval khatri19-Mar-09 19:27 
AnswerRe: problem related to sorting of listview.... Pin
Christian Graus19-Mar-09 19:53
protectorChristian Graus19-Mar-09 19:53 
GeneralRe: problem related to sorting of listview.... Pin
dhaval khatri20-Mar-09 19:36
dhaval khatri20-Mar-09 19:36 
AnswerRe: problem related to sorting of listview.... Pin
Sebastian Br.19-Mar-09 21:09
Sebastian Br.19-Mar-09 21:09 
GeneralRe: problem related to sorting of listview.... Pin
dhaval khatri20-Mar-09 19:44
dhaval khatri20-Mar-09 19:44 
AnswerRe: problem related to sorting of listview.... Pin
George B Gilbert21-Mar-09 17:17
George B Gilbert21-Mar-09 17:17 
QuestionMDI Child Form/Controls wont start out Maximized when displaying in a tab control (super frustrating) Pin
scubasteev19-Mar-09 14:59
scubasteev19-Mar-09 14:59 
Okay so how to explain this..

For example,
when I place a panel on my child form, set its dock property to fill and set the panels back color to black.
and then display the child form (having defaulted it's WindowsState to maximized)

The Form Displays Maximized but the panel remains the initial size that it was in the designer(ask me to explain that again if I'm unclear). If I however set the WindowState to Maximized in the Form Load of the MDI Child, the Child Form will re size itself, OR RATHER the panel will re size itself to fill the rest of the space in the parent container. (but not with out displaying the panels initial size first,looks tacky)

Am I doing something wrong to cause this ?

What I actually want to do (and excuse me for putting this part 2nd) is to display the Child Forms in tabs, which works fine except for the problem mentioned above. However when using tabs setting the WindowState to Maximized in the Form Load doesn't re size the form or panel.

Here's the code im using to create the child form and add it to the tab contorl:

*****************************************************

Dim myTab As New TabPage("mMnewtab")
mytab.Name = "frmMdiChild"

Dim myChild As New frmMdiChild

myChild.Text = "wateva"

myChild.MdiParent = Me

myChild.Visible = True

'myChild.WindowState = FormWindowState.Maximized //makes no difference


mytab.Controls.Add(myChild)
myTabControl.TabPages.Add(mytab)
myTabControl.SelectedTab = mytab

*****************************************************

any help would be greatly appreciated, thanks !
AnswerRe: MDI Child Form/Controls wont start out Maximized when displaying in a tab control (super frustrating) Pin
nlarson1120-Mar-09 3:47
nlarson1120-Mar-09 3:47 
AnswerRe: MDI Child Form/Controls wont start out Maximized when displaying in a tab control (super frustrating) Pin
George B Gilbert21-Mar-09 17:24
George B Gilbert21-Mar-09 17:24 
QuestionFolder watcher application disappears after running several days Pin
dBrong19-Mar-09 8:01
dBrong19-Mar-09 8:01 
Answermake it a scheduled task ? Pin
David Mujica19-Mar-09 8:15
David Mujica19-Mar-09 8:15 
GeneralRe: make it a scheduled task ? Pin
dBrong19-Mar-09 12:26
dBrong19-Mar-09 12:26 
GeneralRe: make it a scheduled task ? Pin
Luc Pattyn19-Mar-09 12:45
sitebuilderLuc Pattyn19-Mar-09 12:45 
Generalself-submit Pin
David Mujica19-Mar-09 13:56
David Mujica19-Mar-09 13:56 
GeneralRe: self-submit Pin
dBrong19-Mar-09 14:28
dBrong19-Mar-09 14:28 
AnswerRe: Folder watcher application disappears after running several days Pin
Dave Kreskowiak19-Mar-09 8:37
mveDave Kreskowiak19-Mar-09 8:37 
AnswerRe: Folder watcher application disappears after running several days Pin
Mycroft Holmes19-Mar-09 20:31
professionalMycroft Holmes19-Mar-09 20:31 
GeneralRe: Folder watcher application disappears after running several days Pin
dBrong20-Mar-09 6:06
dBrong20-Mar-09 6:06 
AnswerRe: Folder watcher application disappears after running several days Pin
Tim Carmichael20-Mar-09 6:14
Tim Carmichael20-Mar-09 6:14 
GeneralRe: Folder watcher application disappears after running several days Pin
dBrong20-Mar-09 7:00
dBrong20-Mar-09 7:00 
Questionhow to display database records in list view Pin
akosidandan19-Mar-09 7:27
akosidandan19-Mar-09 7:27 
AnswerRe: how to display database records in list view Pin
dan!sh 19-Mar-09 7:30
professional dan!sh 19-Mar-09 7:30 
GeneralRe: how to display database records in list view Pin
akosidandan19-Mar-09 7:40
akosidandan19-Mar-09 7:40 
GeneralRe: how to display database records in list view Pin
dan!sh 19-Mar-09 7:43
professional dan!sh 19-Mar-09 7:43 

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.