Click here to Skip to main content
15,901,426 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRun a program on another computer ... Pin
David Mujica27-Oct-09 3:21
David Mujica27-Oct-09 3:21 
QuestionLoad special txt File in TreeView [modified] Pin
Carsten Schafflhuber26-Oct-09 10:44
Carsten Schafflhuber26-Oct-09 10:44 
AnswerRe: Load special txt File in TreeView Pin
Christian Graus26-Oct-09 11:00
protectorChristian Graus26-Oct-09 11:00 
GeneralRe: Load special txt File in TreeView Pin
Carsten Schafflhuber26-Oct-09 11:06
Carsten Schafflhuber26-Oct-09 11:06 
GeneralRe: Load special txt File in TreeView Pin
Christian Graus26-Oct-09 12:11
protectorChristian Graus26-Oct-09 12:11 
QuestionRemoving a split container Pin
procreator26-Oct-09 10:22
procreator26-Oct-09 10:22 
AnswerRe: Removing a split container Pin
Henry Minute26-Oct-09 12:16
Henry Minute26-Oct-09 12:16 
AnswerRe: Removing a split container Pin
Shameel27-Oct-09 0:33
professionalShameel27-Oct-09 0:33 
If I get you right, before deleting the SplitContainer, you need to move the container's child controls directly to the form (or wherever the split container is placed). You can do this pretty easily by directly editing the designer generated code. But if you are not sure, use the designer.

1. Set the Dock property of the split container to None and make it smaller so yo have room in the form for other controls.
2. Drag the child controls from Panel1 and Panel2 to the form.
3. Now delete the split container.
AnswerRe: Removing a split container Pin
Kschuler27-Oct-09 5:20
Kschuler27-Oct-09 5:20 
QuestionWeird Problem - Insert Picture to Excel - Does anybody face this? Pin
Paramu197326-Oct-09 3:15
Paramu197326-Oct-09 3:15 
AnswerRe: Weird Problem - Insert Picture to Excel - Does anybody face this? Pin
DaveAuld26-Oct-09 9:07
professionalDaveAuld26-Oct-09 9:07 
QuestionNeed help on which function/method to use [SOLVED] Pin
vijay248226-Oct-09 2:19
vijay248226-Oct-09 2:19 
AnswerRe: Need help on which function/method to use Pin
sri_009926-Oct-09 2:34
sri_009926-Oct-09 2:34 
GeneralRe: Need help on which function/method to use Pin
vijay248226-Oct-09 5:13
vijay248226-Oct-09 5:13 
GeneralRe: Need help on which function/method to use Pin
Shameel27-Oct-09 0:40
professionalShameel27-Oct-09 0:40 
AnswerRe: Need help on which function/method to use Pin
Henry Minute26-Oct-09 4:22
Henry Minute26-Oct-09 4:22 
QuestionUnable to catch print exceptions Pin
sri_009926-Oct-09 2:02
sri_009926-Oct-09 2:02 
AnswerRe: Unable to catch print exceptions Pin
Ashfield26-Oct-09 3:22
Ashfield26-Oct-09 3:22 
GeneralRe: Unable to catch print exceptions Pin
sri_009926-Oct-09 18:55
sri_009926-Oct-09 18:55 
GeneralRe: Unable to catch print exceptions Pin
Ashfield26-Oct-09 22:13
Ashfield26-Oct-09 22:13 
QuestionReference dlls in sub folders Pin
nlarson1126-Oct-09 2:02
nlarson1126-Oct-09 2:02 
AnswerRe: Reference dlls in sub folders Pin
sri_009926-Oct-09 2:48
sri_009926-Oct-09 2:48 
GeneralRe: Reference dlls in sub folders Pin
nlarson1126-Oct-09 4:05
nlarson1126-Oct-09 4:05 
GeneralRe: Reference dlls in sub folders Pin
DaveAuld26-Oct-09 5:29
professionalDaveAuld26-Oct-09 5:29 
GeneralRe: Reference dlls in sub folders Pin
nlarson1126-Oct-09 7:40
nlarson1126-Oct-09 7:40 

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.