Click here to Skip to main content
15,918,808 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Split string Pin
ivo7512-Nov-09 7:52
ivo7512-Nov-09 7:52 
AnswerRe: Split string Pin
Shameel12-Nov-09 23:16
professionalShameel12-Nov-09 23:16 
QuestionDelete Database entries!!! Pin
jeshra27912-Nov-09 7:36
jeshra27912-Nov-09 7:36 
AnswerRe: Delete Database entries!!! Pin
Kschuler12-Nov-09 7:46
Kschuler12-Nov-09 7:46 
GeneralRe: Delete Database entries!!! Pin
jeshra27912-Nov-09 10:00
jeshra27912-Nov-09 10:00 
GeneralRe: Delete Database entries!!! Pin
Kschuler12-Nov-09 10:03
Kschuler12-Nov-09 10:03 
GeneralRe: Delete Database entries!!! Pin
jeshra27912-Nov-09 10:27
jeshra27912-Nov-09 10:27 
GeneralRe: Delete Database entries!!! Pin
Luc Pattyn12-Nov-09 10:17
sitebuilderLuc Pattyn12-Nov-09 10:17 
AnswerRe: Delete Database entries!!! Pin
The Man from U.N.C.L.E.12-Nov-09 9:29
The Man from U.N.C.L.E.12-Nov-09 9:29 
AnswerRe: Delete Database entries!!! Pin
Oakman12-Nov-09 14:10
Oakman12-Nov-09 14:10 
GeneralRe: Delete Database entries!!! Pin
Luc Pattyn12-Nov-09 14:20
sitebuilderLuc Pattyn12-Nov-09 14:20 
GeneralRe: Delete Database entries!!! Pin
Oakman12-Nov-09 15:29
Oakman12-Nov-09 15:29 
GeneralRe: Database entries all gone Pin
Luc Pattyn12-Nov-09 15:45
sitebuilderLuc Pattyn12-Nov-09 15:45 
GeneralRe: Database entries all gone Pin
Oakman12-Nov-09 15:58
Oakman12-Nov-09 15:58 
GeneralRe: Database entries all gone Pin
Luc Pattyn12-Nov-09 16:10
sitebuilderLuc Pattyn12-Nov-09 16:10 
GeneralRe: Database entries all gone Pin
Oakman12-Nov-09 16:14
Oakman12-Nov-09 16:14 
AnswerRe: Delete Database entries!!! Pin
Shameel12-Nov-09 23:02
professionalShameel12-Nov-09 23:02 
QuestionBroken Publish Link Pin
Curtbroo12-Nov-09 7:20
Curtbroo12-Nov-09 7:20 
AnswerRe: Broken Publish Link Pin
Curtbroo12-Nov-09 7:22
Curtbroo12-Nov-09 7:22 
QuestionMDIParent confusion Pin
EliottA12-Nov-09 2:57
EliottA12-Nov-09 2:57 
I am creating a little MDI application, and have just a small issue.

I set my main form to be an mdiparent, then I add a flowlayout panel docked to the left with buttons which instantiate a new mdi child form. I want my mdiparent area to be over the menu as well so when you move the child it can go over the menu / flowlayoutpanel I added as well.

FlowLayoutPanel
Me.MenuArea.Dock = System.Windows.Forms.DockStyle.Left
Me.MenuArea.Location = New System.Drawing.Point(0, 0)
Me.MenuArea.Name = "MenuArea"
Me.MenuArea.Size = New System.Drawing.Size(196, 509)
Me.MenuArea.TabIndex = 1


Form
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(805, 509)
Me.Controls.Add(Me.MenuArea)
Me.IsMdiContainer = True
Me.Name = "Form1"
Me.Text = "Form1"
Me.ResumeLayout(False)


I pretty much want the MenuArea to be UNDER the MdiContainer, so that all child forms instantiated will be able to be over the menu.

Any ideas?


AnswerRe: MDIParent confusion Pin
dan!sh 12-Nov-09 3:48
professional dan!sh 12-Nov-09 3:48 
AnswerRe: MDIParent confusion Pin
The Man from U.N.C.L.E.12-Nov-09 5:17
The Man from U.N.C.L.E.12-Nov-09 5:17 
AnswerRe: MDIParent confusion Pin
Shameel12-Nov-09 23:05
professionalShameel12-Nov-09 23:05 
QuestionCrystal Report Pin
magedhv12-Nov-09 2:06
magedhv12-Nov-09 2:06 
AnswerRe: Crystal Report Pin
Shameel12-Nov-09 23:06
professionalShameel12-Nov-09 23:06 

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.