Draw A Line Above A Docked Control?
Nov 9, 2011
I have a borderless form that I'm "docking" onto the top edge of my screen. Inside of the form, I'm placing a single toolstrip control, which docks across the entire form -> (picture the taskbar to get an idea of what I'm talking about).Because the borderless form has no edge to it, I wanted to draw a black line along the bottom edg` of the form to differentiate the form from the windows or desktop behind it.
The problem that I'm facing is that`the toolstrip will not move "behind" the line when it's docked, no matter how I order the control layers.
I've tried programatically sending the control to back to no avail either.
Any ideas on how to get the line to show above the docked toolstrip?
View 1 Replies
ADVERTISEMENT
Nov 3, 2009
I have two controls (for example the dockable toolbars) on my main form. Now one to the Left L1, and other to the right R1 now when I resize these controls during run time, slowly by a timer , L1 goes pleasantly.(Because size reduction happens from right to left on a control).
On R1, the problem is different, since it is docked right, every time it is resized, it starts flickering...
View 1 Replies
Sep 22, 2009
I want to do something like:
[Code]...
Where SOME THING HERE is actually code that returns the control that is docked directly to the left of the ctl
View 2 Replies
Jan 3, 2012
I have a picture in my picturebox. In that picture, I need to draw a straight line between two points and calculate the length of that line (probably in pixels). Is there any suggestion how to do it?
View 2 Replies
Feb 1, 2012
I have a SplitContainer on a form that has 2 panels. The top panel has a FlowPanelLayout control docked in it and the bottom panel has a DataGridView docked in it. I want the top panel to be collapsed when the form is first shown. As the user adds controls to the FlowPanel I want to grow the top panel just enough to see the controls and visa versa. When the user removes controls from the FlowPanel I want to shrink the top panel. If no controls exist I want the top panel to collapse again.
Can I do this by changing properties of all the controls at design time, because I can't figure out the right combination to make it work? Or do I have to do this programmatically?
View 6 Replies
Oct 7, 2011
I use panel.controls.add to add controls to the panel. But... they insert at the very top of it.
I tried the BringToFront and SendToBack methods, but does'nt seem to be working.
what i want, is that they dock at the top of the container, but if there is another docked control there, the new one is displayed below that one...
View 2 Replies
Aug 22, 2010
I am graphing using Visual Basic graphics and it works. I would like to know how to draw a DASHED line instead of a solid line. Could someone help me with this?gphFormGraphics.DrawLine(Pens.Green, pt2, pt1)
View 4 Replies
Apr 26, 2010
I need to get the DataGridView to perform the way it should perform. I'm new to the .NET environment, but I learn fairly quickly. However, I find it difficult to decipher themassive black box of the DataGridView control enough to make it do anything other than what it already does--Draw very slowly.
View 3 Replies
Oct 14, 2011
I have a form that uses a button to draw a line and a second button to draw a rectangle. I have a third button to clear the form but can't find a code example to code the Clear button.
View 4 Replies
Nov 10, 2011
I have a maximized form that has controls at the top of it and a large DataGridView that is docked below all the controls. Its kind of like the Ribbon in MS Office. The controls cover about 1/4 of the screen at the top. I would like a way for the user to click a button to hide all the controls then automatically expand into the place the controls were so the user can view more data in the DataGridView and visa versa. For example, in MS Office Excel you can hide the ribbon by clicking a tiny button that has "^" on it.
I'm not very familiar with all the controls in Visual Studio so I would like to hear some recommendations. Is this situation ideal for a SplitContainer or ToolStripContainer or am I way off base here?
View 8 Replies
Mar 31, 2010
For class, I am creating a Tic Tac Toe game. When there is a win I would like to draw a line over the 3-in-a-row. Not sure if this is possible because I used an array of buttons to represent the X's and O's. If this is not possible I would like to highlight the winning buttons.
View 14 Replies
Apr 10, 2010
Surely its possible to draw a line in Visual Studio without writing a dozen lines of code?
Is there a drawing toolbox that's hiding from me?
View 7 Replies
Jun 21, 2010
How come this doesn't work...
Private Sub ColorKeyForm_Paint(ByVal sender As Object, ByVal e As System.Windows.Forms.PaintEventArgs) Handles Me.Paint
'Draws diagonal line of dot and dash on form
[Code]....
... the top part draws a line on the form but the second part does nothing. The picColorKey is a picture box on the form.
View 2 Replies
Sep 14, 2009
How would I draw a Direct 3D Line in VB?
View 1 Replies
Apr 18, 2009
I searched this forum for the answer before posting this and from what i have noticed there is no "simple" way ofcourse "simple" definition varies from one person to another
my definition of simple is something like this Line(x1,y1,x2,y2,color) or something like that.[code]...
View 24 Replies
Oct 31, 2011
I am building a basic program for kg students,,I have a form with two sets of picture, 5 pictures at left and 5 pictures at right
names of pictures at left are
picEyeLeft
PicListenLeft
PicNoseLeft
PicHandLeft
[Code].....
View 20 Replies
Jun 21, 2010
How can I do the same thing with other shaped like rectangle?
I know that I need x,y,widht,height but it still don't do my rec.
View 1 Replies
Jul 16, 2009
in vb.net i would like to draw a regular line on a form. is there a control to do this?
View 2 Replies
Jun 29, 2009
I need to draw a line on a series of pictures: I have decompiled a movie file to 1200 pictures. I also have 1200 samples of vector data (coordinates of the line: beginning point, ending point , size of vector (length) and direction (angle)... anything). With these data I want for each corresponding picture to draw a line corresponding to this vector data for instance: picture 550 needs to get a line drawn from point (5,95) ... these are (x,y) coordinates. in direction of 5 degrees from a vertical line and length 55. Visual Basic do that? I understand there will be some work in locating the origin of the x,y coordinate system and telling the program what 'size 1' means...
View 4 Replies
Mar 2, 2009
I'm new to Visual Studio.Net. Having trouble learning how to draw a simple line on a Windows Form.
View 4 Replies
Jun 10, 2012
I have a button with flat appearance and with border size=0.I want to draw lines on the top of the button, but it doesn't work. Why?
Public Class gomb
Inherits Windows.Forms.Button
Const hatterszin = 11395569
Const vonalszin = 5924448
Dim pen As Pen
[Code]...
View 8 Replies
Oct 10, 2010
I want to move cursor with visual basic and it seems I found way how to do that. It is possible even click with Visual Basic whereever on screen. But I cannot check out where on the screen the click was done and so I want to draw two short crossing lines on that point as marker where Visual Basic clicked on screen. If it is possible to move cursor to that position and show it then it is as good as drawing marker.
View 4 Replies
Dec 16, 2011
I seem to have great difficulty in creating a draw pen line function whereby the user clicks a button to create a line then picks a point on the form and types in a length in a textbox, which will also become the length of the line, its self.
View 1 Replies
Jun 7, 2012
in this class I try to draw a line under the 'cimke' label. But it doesn't draw the line.
[Code]...
View 8 Replies
Nov 19, 2009
I would like to draw a rubber band line on a form. how do I do it? what I would like to make is when I click button1 I can draw a line in a form but Im having some problems with my code. here is my code
Imports System.Drawing.Drawing2D
Public Class Form1
Dim x1 As Integer
Dim y1 As Integer
[code]....
View 1 Replies
Dec 2, 2010
Based on some calculation i will get the (x,y) coordinates of the points to be plotted. I need to draw a line graph based on these points. Which is the best and easiest way to do so?
View 2 Replies
Jul 31, 2009
i know vb6 but i am currently trying to teach my self vb.net how to draw grid line onto a picbox ie both horizontal and vertical lines so i end up with a grid affect
View 1 Replies
Feb 8, 2006
I want to draw a line on an image in a picture box. How do I do? The picture box is placed as the only item in a standard form. The following doesn't work:Private Sub PictureBox1_Paint(ByVal sender As Object, ByVal e As System.Windows.Forms.PaintEventArgs) Handles PictureBox1.Paint
Dim TestLine As System.Drawing.Graphics
TestLine = PictureBox1.CreateGraphics
Dim TestPen As New System.Drawing.Pen(System.Drawing.Color.Red)
TestLine.DrawLine(TestPen, 10, 10, 50, 50)
TestPen.Dispose()
End Sub
The corresponding method for the paint event works fine in a panel, but the picture box doesn't seem to support it. What am I doing wrong?
View 2 Replies
Jun 12, 2009
Let's say i have a textbox, a button and a picturebox on my form. What I want is if I put a value on the textbox a line is drawn in the picturebox. So for every value in the textbox a line is drawn according to that value. How can I do this on VS2008.
View 1 Replies
Dec 26, 2009
I need to draw a line grid on a windows form that contains 4 rows and 4 columns.
View 2 Replies