Click here to Skip to main content
15,888,269 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: loading controls on a frame Pin
Bahram.Zarrin27-Jun-09 5:17
Bahram.Zarrin27-Jun-09 5:17 
QuestionVB6.0 Application Deployment Pin
Member 474563223-Jun-09 1:00
Member 474563223-Jun-09 1:00 
AnswerRe: VB6.0 Application Deployment Pin
Christian Graus23-Jun-09 1:02
protectorChristian Graus23-Jun-09 1:02 
GeneralRe: VB6.0 Application Deployment Pin
Member 474563223-Jun-09 1:36
Member 474563223-Jun-09 1:36 
GeneralRe: VB6.0 Application Deployment Pin
Dalek Dave23-Jun-09 3:06
professionalDalek Dave23-Jun-09 3:06 
GeneralRe: VB6.0 Application Deployment Pin
EliottA23-Jun-09 3:34
EliottA23-Jun-09 3:34 
GeneralRe: VB6.0 Application Deployment Pin
Christian Graus23-Jun-09 10:18
protectorChristian Graus23-Jun-09 10:18 
QuestionPanels Pin
mirzamujib23-Jun-09 0:58
mirzamujib23-Jun-09 0:58 
Hello,

i want to design my Panels like what we have on the right hand side when we open mycomputer.but the problem is at bottom panels,i've used 5 diff panels,2buttons one on panel3 and the other on panel5.
when iam clicking on up arrow button1(which is on panel3) to hide(unexpand) the labels of panel2 i want that panel4 and panel5 should move up next to the panel3 and hide the labels of panel2..
here is the code..
button1.click

If expanded = True Then
expanded = False
Button1.Image = ImageList1.Images(1)
Panel2.Height = Panel3.Height
'Me.Panel5.Height = Me.Panel5.Height - 35(Here there should be code which will move my panel5 up)
'Me.Panel4.Height = Me.Panel4.Height - 68((Here there should be code which will move my panel4 up)

Else
expanded = True
Button1.Image = ImageList1.Images(0)
Panel2.Height = oldheight
'Me.Panel5.Height = Me.Panel5.Height + 90(Here i want my panel5 to get back to their original location or height)
'Me.Panel4.Height = Me.Panel4.Height + 144(Here i want my panel4 to get back to their original location or height)

End If

Anyone specially MVP Plzzz Help me...
Thanks.
AnswerRe: Panels Pin
Henry Minute23-Jun-09 1:45
Henry Minute23-Jun-09 1:45 
GeneralRe: Panels Pin
mirzamujib23-Jun-09 10:39
mirzamujib23-Jun-09 10:39 
GeneralRe: Panels Pin
Henry Minute23-Jun-09 11:58
Henry Minute23-Jun-09 11:58 
QuestionMS Chart - Problem to display the records in Range Column Chart Pin
Jegansinna23-Jun-09 0:06
Jegansinna23-Jun-09 0:06 
QuestionExecute MSWord Label Mail-Merge Using VB.NET Pin
Indra PR22-Jun-09 23:30
Indra PR22-Jun-09 23:30 
QuestionProperty grid [modified] Pin
bhargava240922-Jun-09 23:28
bhargava240922-Jun-09 23:28 
AnswerRe: Property grid Pin
Christian Graus23-Jun-09 1:20
protectorChristian Graus23-Jun-09 1:20 
GeneralRe: Property grid Pin
bhargava240923-Jun-09 1:43
bhargava240923-Jun-09 1:43 
Questionvb6 database Pin
spruha36922-Jun-09 18:35
spruha36922-Jun-09 18:35 
AnswerRe: vb6 database Pin
TheMrProgrammer22-Jun-09 18:59
TheMrProgrammer22-Jun-09 18:59 
GeneralRe: vb6 database Pin
spruha36922-Jun-09 22:20
spruha36922-Jun-09 22:20 
AnswerRe: vb6 database Pin
Christian Graus22-Jun-09 19:26
protectorChristian Graus22-Jun-09 19:26 
AnswerRe: vb6 database Pin
Pasan14822-Jun-09 22:19
Pasan14822-Jun-09 22:19 
GeneralRe: vb6 database Pin
spruha36922-Jun-09 22:21
spruha36922-Jun-09 22:21 
AnswerRe: vb6 database Pin
David Skelly22-Jun-09 22:41
David Skelly22-Jun-09 22:41 
GeneralRe: vb6 database Pin
spruha36922-Jun-09 23:20
spruha36922-Jun-09 23:20 
QuestionOpenGL with VB .NET Pin
Forgon22-Jun-09 14:17
Forgon22-Jun-09 14:17 

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.