Change The Shape Of The End Of The Line?
Nov 17, 2011how to change the shape of the end of the line
I would like to Cap type . Square, as here
how to change the shape of the end of the line
I would like to Cap type . Square, as here
how can i show the line shape in toolbox i want to draw a line
View 11 RepliesI'd like to know what the code is to make a picture box not able to cross a lineshape.
View 3 RepliesI want to be able to take a flat image and do this with it in my program
[code]...
how do I change the points?
how do I load only PART of an image from abitmap into bbitmap?
is there any way that you could change the shape of a button?
View 3 RepliesI need to change the shape of my tabs... untitled.JPG
View 2 RepliesIs there anyway to change the shape of the picture box into a round,cross or star shape
View 16 Repliesi need to change the shape of the Form to appear somewhat like the pic attached > is there any plugin, application or any thing related to this
View 4 RepliesHow do you change the shape of a cursor in a richtextbox?
View 5 RepliesIs there a way to dynamically change the shape to be drawn.
View 3 RepliesI used to change the Form shape in VB 6.0 using the following code:Private Declare Function CreateRoundRectRgn Lib "gdi32" (ByVal X1 As Long, ByVal Y1 As Long, ByVal X2 As Long, ByVal Y2 As Long, ByVal X3 As Long, ByVal Y3 As Long) As Long Private Declare Function SetWindowRgn Lib "user32" (ByVal hWnd As Long, ByVal hRgn As Long, ByVal bRedraw As Boolean) As Long
[Code]...
I have an application that dynamically draws a chart onto a winform.Both the chart background and the individual chart bars are drawn using a VisualStyleRenderer object: For Each rect As Rectangle In barRectangles
Dim renderer As New VisualStyleRenderer (VisualStyleElement.StartPanel.UserPane.Normal)
renderer.DrawBackground(e.Graphics, rect)
next
this draws a nicely rendered rectangle with full XP visual styles, my question is: how do I change the colours used to draw the shape?
I am using Rack-mounted Equipment (US units).VSS as stencil. I need to Connect a server on Rack.
View 1 Repliesa set of color add into combobox
bttnclick
Dim mypen As New Pen(, 2)
base
cbocolor.items.add("Red")
cbocolor.items.add("Green")
how to make the color apply in the pen?? what to put before the coma??
Is it possible to change PowerPacks.LineShape smoothingMode?I tried to use this code(a class that inherits LineShape):
Protected Overrides Sub OnPaint(ByVal e As System.Windows.Forms.PaintEventArgs)
Dim g As Graphics = e.Graphics
' no difference when changing the SmoothingMode '
g.SmoothingMode = SmoothingMode.AntiAlias
[code]....
Result (don't take in consideration labels and circles):apparently smoothing mode is not taken inconsideration...
How do i change a line in a richtextbox?[code]...
View 4 RepliesA string contains the following lines:
:61: C123456,1235AC
:81: hekljkjkjskdjfjafja;f
Bet. kenmerk 123456
I have code for regex.replace which is working.
The problem is that I only want to change the line: Bet. kenmerk 123456.
Not the lines which starts with :61: and :81:.
is there a way to change the cursor position to the beginning of the another line in a richtextboxfor example, if i'm on the second line, i want code that will transport my cursor position to the beginning of the fourth line, etcfrustrated visual basic user
View 11 RepliesI have a text file with the format:
(title,price,id#)
CD1,11.00,111111
CD2,12.00,222222
CD3,13.00,333333
[Code]....
What is the best way to go change the price of the appropriate CD if I'm given the id# and new price?
I'm sure it has something do to with getting the line and splitting it, but I'm not sure how I edit just one line and not mess up the whole file.
I have a label on my code and i have 3 lines on it , what i want to do is to have my first line on white color and bold , next line normal white and third line on yellow normal ..
View 9 RepliesHow can I change line color at run time? total 17 gridline showed in the graph, I only want to see 5 grid line and hide rest of gridlines when I use radar chart.
View 1 RepliesIs it possible to change the width of a line series with the chart bundled in .net 4?
View 3 RepliesRetrieving strings from a serial port with ReadLine works fine as long as the line ends with a linefeed chr$(10).However if no more strings are available to be read, Do Loop or For Next hang up waiting for the linefeed which never occurs.I believe using chr$(0) in place of linefeed would still work with strings ending with a linefeed..Just that the linefeed would be output.I have the complete MSDN Library.
View 2 RepliesI'm using in my winform project a RichTextBox control to display a kind of old console screen.This works perfectly but there is a space between the lines.Is it possible to change this space to be 0 or anything near that.If i paint a line from vetical line from line 1 to line 5 i don't want any spacing between the line.
View 2 RepliesI've got a listbox in visual basic 2008 with lines that look like:
item 0; item 1; item 2; item 3
How can I select that line and change within that line the value of e.g. item 3? (by default it's set to 0 and should be set to a value > 0 when entered by the user.
After that I need to calculate the total price based on the price in item 2 and the new value of item 3 (being >0)
Recently, I just helping my friend for developing game private server, in Game Client there are 3 application is needed, its is a patcher, launcher, and main exe, my friend use open source (C++ language) application for the patcher, the patcher is work nicely, and the launcher is program that launch main exe, its using launcher because main exe is need some argument to run, the launcher is created by me.The problem is the user can be run game directly without opening the patcher, so I want to change default command line (usually "0" / "1") in launcher to 3, and I have the trap if user open directly the launcher
If My.Application.CommandLineArgs.Item(0) = "3" Then
MsgBox("Please Run Patcher to proceed the game!")
End
[code]....
I have text file in c:, which called Hello.txt [code]...
View 7 RepliesChange value of column from text file line? I have lines like this[code]...
View 1 RepliesHow do you change the text of a line in a textbox by integer?
View 4 RepliesI'm using Visual basic 2010.net with service pack 4.0. I'm using the built in chart control to generate a line graph. I have a series plotted on the fastline graph. Is there a way of accessing the weight/thickness/boldness of the line and changing it? I was able ton change the colour and I could even change the point size on the fastpoint graph.
Code:
Private Sub DisplayGraph_frm_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
[code]....