Click here to Skip to main content
15,889,865 members
Home / Discussions / Visual Basic
   

Visual Basic

 
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 
GeneralRe: Crystal Report Pin
magedhv14-Nov-09 21:42
magedhv14-Nov-09 21:42 
QuestionAdding Entries of Two columns in SQL database using VBasic. Pin
jeshra27911-Nov-09 23:48
jeshra27911-Nov-09 23:48 
AnswerRe: Adding Entries of Two columns in SQL database using VBasic. Pin
Shameel12-Nov-09 0:07
professionalShameel12-Nov-09 0:07 
GeneralRe: Adding Entries of Two columns in SQL database using VBasic. Pin
jeshra27912-Nov-09 0:58
jeshra27912-Nov-09 0:58 
GeneralRe: Adding Entries of Two columns in SQL database using VBasic. Pin
jeshra27912-Nov-09 5:59
jeshra27912-Nov-09 5:59 
GeneralRe: Adding Entries of Two columns in SQL database using VBasic. Pin
Shameel12-Nov-09 23:08
professionalShameel12-Nov-09 23:08 
AnswerRe: Adding Entries of Two columns in SQL database using VBasic. Pin
Johan Hakkesteegt12-Nov-09 0:30
Johan Hakkesteegt12-Nov-09 0:30 
GeneralRe: Adding Entries of Two columns in SQL database using VBasic. Pin
jeshra27912-Nov-09 0:58
jeshra27912-Nov-09 0:58 
GeneralRe: Adding Entries of Two columns in SQL database using VBasic. Pin
Johan Hakkesteegt12-Nov-09 1:04
Johan Hakkesteegt12-Nov-09 1:04 
QuestionSorting Excel range of cells by column in VB Pin
nhsal6911-Nov-09 22:50
nhsal6911-Nov-09 22:50 
AnswerRe: Sorting Excel range of cells by column in VB Pin
Johan Hakkesteegt11-Nov-09 23:41
Johan Hakkesteegt11-Nov-09 23:41 
GeneralRe: Sorting Excel range of cells by column in VB Pin
nhsal6912-Nov-09 0:20
nhsal6912-Nov-09 0:20 

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.