Click here to Skip to main content
15,922,007 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: HELP FOR saving image to sql database error Pin
Raidze1-Sep-06 7:19
Raidze1-Sep-06 7:19 
GeneralRe: HELP FOR saving image to sql database error Pin
Lisana1-Sep-06 8:40
Lisana1-Sep-06 8:40 
GeneralRe: HELP FOR saving image to sql database error Pin
Raidze1-Sep-06 10:20
Raidze1-Sep-06 10:20 
QuestionMove objects in panel Pin
bamnet1-Sep-06 5:52
bamnet1-Sep-06 5:52 
AnswerRe: Move objects in panel Pin
Dave Kreskowiak1-Sep-06 6:38
mveDave Kreskowiak1-Sep-06 6:38 
GeneralRe: Move objects in panel Pin
bamnet1-Sep-06 6:51
bamnet1-Sep-06 6:51 
GeneralRe: Move objects in panel Pin
Dave Kreskowiak1-Sep-06 6:55
mveDave Kreskowiak1-Sep-06 6:55 
AnswerRe: Move objects in panel Pin
bamnet6-Sep-06 6:49
bamnet6-Sep-06 6:49 
I figured out what works best for me. Turning off the docking features completely messed up everything that was going on with resizing the window, so I used the approach of decreasing width. To deal with the items inside, I used the Controls array that contains every object in a panel to adjust the width. Heres the code:

For intIndex = 0 to Me. Controls(panel).Controls.Count - 1
Me.Controls(panel).Controls(intIndex).left = Me.Controls(panel).Controls(intIndex).left - operation
next intIndex


With this, operation is set to positive or negative 1, depending on if i'd like to show or hide the item. panel is set to the number that corresponds to the panel. I really don't know how to determine besides trial and error (or trial and messagebox).

Thanks again,
BAM


Questionvisual basic .net Pin
chirag22051-Sep-06 5:29
chirag22051-Sep-06 5:29 
AnswerRe: visual basic .net Pin
Dave Kreskowiak1-Sep-06 6:34
mveDave Kreskowiak1-Sep-06 6:34 
Questionprogramming newbie Pin
themusicman91-Sep-06 5:15
themusicman91-Sep-06 5:15 
AnswerRe: programming newbie Pin
Dave Kreskowiak1-Sep-06 6:33
mveDave Kreskowiak1-Sep-06 6:33 
AnswerRe: programming newbie Pin
The ANZAC3-Sep-06 2:02
The ANZAC3-Sep-06 2:02 
GeneralRe: programming newbie Pin
EvoFreak4-Sep-06 11:01
EvoFreak4-Sep-06 11:01 
Questionmodifing parameters in select command Pin
dptalt1-Sep-06 3:53
dptalt1-Sep-06 3:53 
AnswerRe: modifing parameters in select command Pin
Colin Angus Mackay1-Sep-06 4:30
Colin Angus Mackay1-Sep-06 4:30 
GeneralRe: modifing parameters in select command Pin
dptalt1-Sep-06 6:56
dptalt1-Sep-06 6:56 
GeneralRe: modifing parameters in select command Pin
Colin Angus Mackay1-Sep-06 10:55
Colin Angus Mackay1-Sep-06 10:55 
QuestionHow we will check wherther a folder is present in treeview or not Pin
Sanjaya kumar dhar1-Sep-06 2:58
Sanjaya kumar dhar1-Sep-06 2:58 
AnswerRe: How we will check wherther a folder is present in treeview or not Pin
Coding C#1-Sep-06 4:43
Coding C#1-Sep-06 4:43 
QuestionOpen word Pin
eyalso1-Sep-06 2:49
eyalso1-Sep-06 2:49 
AnswerRe: Open word Pin
KreativeKai7-Sep-06 9:15
professionalKreativeKai7-Sep-06 9:15 
Questionconverting numeric currency into corresponding words format Pin
Pradip Kishore1-Sep-06 2:17
Pradip Kishore1-Sep-06 2:17 
AnswerRe: converting numeric currency into corresponding words format Pin
Dave Kreskowiak1-Sep-06 2:54
mveDave Kreskowiak1-Sep-06 2:54 
QuestionWrite in command window Pin
nitin_ion1-Sep-06 1:18
nitin_ion1-Sep-06 1:18 

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.