Click here to Skip to main content
15,795,331 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Cannot change text of button on a control. Pin
javadadabi23-Jun-12 8:41
javadadabi23-Jun-12 8:41 
GeneralRe: Cannot change text of button on a control. Pin
Ammar_Ahmad24-Jun-12 5:00
Ammar_Ahmad24-Jun-12 5:00 
SuggestionRe: Cannot change text of button on a control. Pin
Ally523-Jun-12 17:15
Ally523-Jun-12 17:15 
GeneralRe: Cannot change text of button on a control. Pin
Ammar_Ahmad24-Jun-12 5:01
Ammar_Ahmad24-Jun-12 5:01 
SuggestionRe: Cannot change text of button on a control. Pin
Nick Otten25-Jun-12 0:07
Nick Otten25-Jun-12 0:07 
GeneralRe: Cannot change text of button on a control. Pin
Ammar_Ahmad25-Jun-12 2:13
Ammar_Ahmad25-Jun-12 2:13 
QuestionFlowLayoutPanel1 and controls Pin
Ammar_Ahmad22-Jun-12 0:59
Ammar_Ahmad22-Jun-12 0:59 
AnswerRe: FlowLayoutPanel1 and controls Pin
Nick Otten22-Jun-12 1:21
Nick Otten22-Jun-12 1:21 
Hey,

Have you try'd settings the index of the new control?
VB
FlowLayoutPanel1.Controls.SetChildIndex(Button1, 0)

Here button1 is my control as control and 0 (int) is the new index of the control in the flowlayoutpanel.
QuestionRe: FlowLayoutPanel1 and controls Pin
Ammar_Ahmad22-Jun-12 1:48
Ammar_Ahmad22-Jun-12 1:48 
AnswerRe: FlowLayoutPanel1 and controls Pin
Nick Otten22-Jun-12 2:48
Nick Otten22-Jun-12 2:48 
QuestionRe: FlowLayoutPanel1 and controls Pin
Ammar_Ahmad22-Jun-12 3:46
Ammar_Ahmad22-Jun-12 3:46 
AnswerRe: FlowLayoutPanel1 and controls Pin
Nick Otten22-Jun-12 3:53
Nick Otten22-Jun-12 3:53 
GeneralRe: FlowLayoutPanel1 and controls Pin
Ammar_Ahmad22-Jun-12 3:59
Ammar_Ahmad22-Jun-12 3:59 
GeneralRe: FlowLayoutPanel1 and controls Pin
Nick Otten22-Jun-12 4:28
Nick Otten22-Jun-12 4:28 
GeneralRe: FlowLayoutPanel1 and controls Pin
Ammar_Ahmad22-Jun-12 4:36
Ammar_Ahmad22-Jun-12 4:36 
GeneralRe: FlowLayoutPanel1 and controls Pin
Nick Otten22-Jun-12 4:42
Nick Otten22-Jun-12 4:42 
GeneralRe: FlowLayoutPanel1 and controls Pin
Ammar_Ahmad22-Jun-12 14:16
Ammar_Ahmad22-Jun-12 14:16 
QuestionCommandBuilder Problem Pin
Pasan14821-Jun-12 6:13
Pasan14821-Jun-12 6:13 
AnswerRe: CommandBuilder Problem Pin
David Mujica21-Jun-12 6:25
David Mujica21-Jun-12 6:25 
GeneralRe: CommandBuilder Problem Pin
Pasan14821-Jun-12 7:30
Pasan14821-Jun-12 7:30 
GeneralCommandBuilder is not preferred method Pin
David Mujica21-Jun-12 11:29
David Mujica21-Jun-12 11:29 
QuestionTrying to merge exel print jobs Pin
Nick Otten21-Jun-12 4:00
Nick Otten21-Jun-12 4:00 
AnswerBuild your own queue Pin
David Mujica21-Jun-12 4:31
David Mujica21-Jun-12 4:31 
GeneralRe: Build your own queue Pin
Nick Otten21-Jun-12 4:50
Nick Otten21-Jun-12 4:50 
AnswerRe: Trying to merge exel print jobs Pin
Dave Kreskowiak21-Jun-12 4:35
mveDave Kreskowiak21-Jun-12 4:35 

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.