Click here to Skip to main content
16,005,826 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Name of offending code Pin
Johan Hakkesteegt1-Aug-07 19:59
Johan Hakkesteegt1-Aug-07 19:59 
QuestionError when display report in crystal report viewer Pin
Mekong River31-Jul-07 22:56
Mekong River31-Jul-07 22:56 
QuestionC# code to vb.net Pin
Ahmad Zaidi31-Jul-07 22:00
Ahmad Zaidi31-Jul-07 22:00 
AnswerRe: C# code to vb.net Pin
Christian Graus31-Jul-07 22:02
protectorChristian Graus31-Jul-07 22:02 
AnswerRe: C# code to vb.net Pin
eyes200731-Jul-07 22:10
eyes200731-Jul-07 22:10 
GeneralRe: C# code to vb.net Pin
Ahmad Zaidi31-Jul-07 22:18
Ahmad Zaidi31-Jul-07 22:18 
Questionmove the toolbar in program Pin
eyes200731-Jul-07 20:58
eyes200731-Jul-07 20:58 
AnswerRe: move the toolbar in program Pin
Tom Deketelaere31-Jul-07 21:20
professionalTom Deketelaere31-Jul-07 21:20 
since I can't mail you the example project here is how to made it (brief but should be enough)

on a empty form:

add toolstrip
add toolstripcontainer (upper right corner of toolstrip)
toolstripcontainer dock property = fill
add second toolstrip (next to the first one)
add statusbar (will not be docked properly but we'll solve that later)
add you're ruler
add you're rich text box
add everything else you want on the form (in the toolstripcontainer)

now that that is done let's place verything
to do this in an easy way open the 'document outline' window (located under 'view -- other windows -- document outline) this is a very handy window for docking

when you click the '-' next to the toolstripcontainer1 you should have the following order of controls (if this isn't the case you can just replace them by drag and drop in the document oultine window:
toolstripcontainer1
statustrip

now lets look at the toolstripcontainer1 (click the '+' next to it)
now you have 5 main groups (don't change these the are added by designer for the toolstripcontainer)

first group ToolStripContainer1.ContentPanel:
ruler1 (must be the first if you want you're ruler to be docked)
richtextbox1
...

the second (left),third (right), and fifth (bottom) group don't contain anything

the fourth group (top):
toolstrip1
toolstrip2
(order doesn't mather)

now it should work (you can drag the toolstrip1 and 2 to the left, right and bottom edge of the form at run time)

hope this helps
GeneralRe: move the toolbar in program Pin
eyes200731-Jul-07 22:26
eyes200731-Jul-07 22:26 
GeneralRe: move the toolbar in program Pin
Tom Deketelaere1-Aug-07 0:12
professionalTom Deketelaere1-Aug-07 0:12 
GeneralRe: move the toolbar in program Pin
eyes20071-Aug-07 1:00
eyes20071-Aug-07 1:00 
GeneralRe: move the toolbar in program Pin
Tom Deketelaere1-Aug-07 1:11
professionalTom Deketelaere1-Aug-07 1:11 
GeneralRe: move the toolbar in program Pin
eyes20071-Aug-07 2:30
eyes20071-Aug-07 2:30 
GeneralRe: move the toolbar in program Pin
Tom Deketelaere1-Aug-07 3:06
professionalTom Deketelaere1-Aug-07 3:06 
GeneralRe: move the toolbar in program Pin
~V~1-Aug-07 2:55
~V~1-Aug-07 2:55 
General[Message Deleted] Pin
~V~1-Aug-07 2:56
~V~1-Aug-07 2:56 
GeneralRe: move the toolbar in program Pin
Rupesh Kumar Swami1-Aug-07 3:09
Rupesh Kumar Swami1-Aug-07 3:09 
GeneralRe: move the toolbar in program Pin
eyes20071-Aug-07 3:13
eyes20071-Aug-07 3:13 
GeneralRe: move the toolbar in program Pin
Tom Deketelaere1-Aug-07 3:48
professionalTom Deketelaere1-Aug-07 3:48 
GeneralRe: move the toolbar in program Pin
eyes20071-Aug-07 4:21
eyes20071-Aug-07 4:21 
GeneralRe: move the toolbar in program Pin
Tom Deketelaere1-Aug-07 4:33
professionalTom Deketelaere1-Aug-07 4:33 
GeneralRe: move the toolbar in program Pin
eyes20071-Aug-07 4:40
eyes20071-Aug-07 4:40 
GeneralRe: move the toolbar in program Pin
Tom Deketelaere1-Aug-07 4:47
professionalTom Deketelaere1-Aug-07 4:47 
GeneralRe: move the toolbar in program Pin
Tom Deketelaere1-Aug-07 4:58
professionalTom Deketelaere1-Aug-07 4:58 
Questionmultipage Print control using vb.net Pin
Amol J Kothawade31-Jul-07 19:52
Amol J Kothawade31-Jul-07 19:52 

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.