I need to draw vector images in my form, so the user can modify, resize, move the points. Can i do it?
Sasuko
Posts
-
how to draw vector images? -
How to create a selection rectanglei wnat to create a blue selection rectangle, i've tried to serch inside ControlPaint class but nothing. Who can help me?
-
How compile a file from my applicationHow can i to know how can i run it within my application then what the comand line are? where can i find the license?
-
How compile a file from my applicationI've created a program that make a c# class. Can i inlcude with my application a free program that produce a .dll file?
-
Transparant pictureboxset yourPicturebox.BackColor = Color.Transparent
-
using Marquette in custom controlI've created a custom control that uses ControlStyle.BackBuffer ControlStyle.User etc... And i show a marquette when i move the mouse. the problem is if i use ControlStyle flags the control doesn't flicker but the it is impossible to see the marquette, if i doesn't use ControlStyle flags the marquette is showed correctly an it follow the mouse but the control flicks. Whow can i avoid the flickering drawing also the marquette?
-
Group by dateUhm... the value is a DateTime. What can i do without change the database?
-
Group by dateI've a table where ia save the date when user have subscreibed. How can i query the number of subscriber signed in the 20 April 2006 or all the users signed since to 12 may 2006? Or between 14 april and 21 may?
-
how can i add a bitmap to resource directory project by code?How can i add a bitmap into resource folder of the solution by code in design mode? (No right click on the folder... but automatically by code)
-
How tt handle a custom control in design modeok i know it, but the problem that it is manual. Visual Studio to set the background image for the panel doesn't make me to add the bitmap in resource with (AddResources->AddExistingFile), but just load it automaticaly. So how can i do the same?
-
How tt handle a custom control in design modeI've created a custom control. I've create a property that allow me in design mode to load an image. I'm not able to save that image in resource file just as visual studio does when i try to load an image as background. Who can help me?
-
set a background image to my controlHi all, i want to create a control that does just like a panel into Visual Studio. If i want to set a background image i go on open file dialog at the voice background image and load the image. I know how create this property for my cotnrol but when i laod the image it doesn't is set in my resource project directory as Visual Studio does. How can i do it in design time?
-
How does it work open Background image in Visual Studio?the problem is in design. if i use the panel object and i load a bitmap it is placed in resource project embedded file. How can i do the same for my object?
-
How does it work open Background image in Visual Studio?Hi all, i want to create a control that does just like a panel into Visual Studio. If i want to set a background image i go on open file dialog at the voice background image and load the image. I know how create this property for my cotnrol but when i laod the image it doesn't is set in my resource project directory as Visual Studio does. How can i do?
-
overrride onpaintwhy it doesn't work? It show the draw i want, but when i write text the draw disappear: public partial class UserControl1 : TextBox { public UserControl1() { this.SetStyle(ControlStyles.AllPaintingInWmPaint | ControlStyles.UserPaint, true); this.BorderStyle = BorderStyle.None; InitializeComponent(); } protected override void OnPaint(PaintEventArgs e) { Graphics g = e.Graphics; Pen p = new Pen(Color.Red ,3.0f); g.DrawRectangle(p, new Rectangle(0, 0, this.Width, this.Height)); } }
-
how does draw inside a textbox?yes but where is the textbox Paint event?
-
how to customize calendar drawingi want to use the visual studio calendar object but i hate its graphic, how can i do?
-
contro with custom propertiesbig tnx
-
how does accelerate drawing operation? part 2yes, can you help me?
-
how does accelerate drawing operation? part 2can you answer me at http://www.codeproject.com/script/comments/forums.asp?forumid=1649&mode=all&userid=1711764&select=1473533&df=100&tid=1473533#xx1474127xx[^] tnx -- modified at 9:57 Friday 5th May, 2006