 |
|
|
 |
|
 |
Hi, I have used a shape control in my badge designer project and it works well enough.(It is someone else's shape control.) I have shapes like circle, rectangle and i also have text control, image control etc. By the image control you can browse an image from files. The problem i am facing is that: Now when i have an image in the image control, if i try to write text on it using the "label control", the label control does not remain transparent even when it is set to transparent color property. It means that the text is shown with a white background and does not take the image control's image as its background. All controls work OK with the different backgrounds of the badge that i have used. But the only problem is with an image that is taken in the image control. The "image control" is a simple rectangle shape in which you can have an image from your files. Can you tell me what the problem must be. And I have used a simple rounded panel for my badge and not the Canvas, which is often used. Please help me..
Yogesh Prajapati
|
|
|
|
 |
|
 |
Hi,
Very useful control, I am looking for that,
I am verymuch intrest to RoundedRectangle shape type, it is not supported in this, Can you tell me how to implement this
Thanks.
Balakrishnan.S
|
|
|
|
 |
|
 |
i have used this control in my application.. 360 intances on a form.. at runtime.after 3 or 4 times.it gives the error.Parameter is not valid..stace trace....Please help me....
|
|
|
|
 |
|
 |
Place control on your test form, then save your project. Now go back to the shape control and the borderStyle props are empty. When try to click dropdown in prop box, I get error msg. Must be an issue passing props, can not find bug yet.
MQ
mq
|
|
|
|
 |
|
 |
Thanx ....Great control i am useing it vb 2005 working fine
|
|
|
|
 |
|
 |
Hi
I have finished saving ShapeEX in XMl using XmlWritter.
But i am not able to Read ShapeEX Using XMlReader.
Please Help me out for the same.
Thanks!!
Prajakta
|
|
|
|
 |
|
 |
Please tell me how to save multiple shape controls( rectangles and circles, etc) in XML?
Thanks..
Yogesh Prajapati
|
|
|
|
 |
|
 |
I was looking for same type of control and this helped me a lot. But I need to draw Line, Arc and Polygon the same way. Can you help me regarding this?
Thanks.
Prajakta
|
|
|
|
 |
|
|
 |
|
 |
First of all add a reference to the windows extended controls in your project, then right click the toolbox window->choose items->browse select the 'windows extended controls' dll and the ShapeEx will appear in the current tab.
I use the italian version of dev studio, so the translation may be incorrect....
Edo
|
|
|
|
 |
|
 |
Hello,
I am developing an application in VB.Net in that application I want on click of Add menu a "circle" should appear. How can I draw a shape at runtime. & what is HatchOptions .
With Regards,
Chandan Kumar
|
|
|
|
 |
|
 |
Tried using your excellent control with the latest .NET compiler. Get a "shape not supported" error when trying to set the shape parameter. I'm obviously doing something stupid!
|
|
|
|
 |
|
 |
Actually I was searching for shape tools for .NET and I found this article very usefull.
But I couldn't find any option to create transparent shapes. ie. I have a picturebox in the form and i want to place a shape tool over that and i should be able to see the image in the picturebox thru the shapetool.
Is it possible with this control ? I tried FillColor Transparent and all.
Thank you for this wonderful article
regards
Murali
|
|
|
|
 |
|
 |
Use following
Dim pts6 As Point() = {pt1, pt10, pt9, pt11, pt2, pt13, pt17, pt15, pt5,_ pt3, pt4, pt7, pt14, pt16, pt12}
shape.AddPolygon(pts6)
Me.Region = New System.Drawing.Region(shape)
At the end of control paint event coding.
pt1-pt12 are all the points. Shape represents the border of the shape. So beyond border the background of shape will not shown.
|
|
|
|
 |
|
 |
I don't think that this answer the question posed.
I also would like to use the shape control in transparent mode and setting the "Transparent" color in the backcolor property does not work.
Maybe I do not set the right parameters.
|
|
|
|
 |
|
 |
This works for me. Just set FillColor and BackColor to Transparent.
Kind regards
David Callaghan
|
|
|
|
 |
|
 |
do u hav any idea how to do Secure Socket Layer stuff in c# or c
thanx
hallo..
|
|
|
|
 |
|
 |
A line control that connects two objects and moves when they are moved would be extremely helpful!
Thanks,
Nancy
|
|
|
|
 |
|
 |
Excellent job! Works perfectly for what I needed to do!
Around line 390 of your class, though there is the line:
If Not (Me.__FillColor.ToKnownColor = Color.Empty.ToKnownColor) Then Draw_Fill(g)
This needs to be changed to:
If Not (Me.__FillColor.ToArgb = Color.Empty.ToArgb) Then Draw_Fill(g)
in order to allow for ANY RGB value to be assigned to the fill color. Very pesky, and took me a while to figure out.
Thanks!
|
|
|
|
 |
|
 |
When upgrading to VS 1.1, the ExpandableObjectConverter does not function in the property grid, graying out the BorderPropertiesConverter and other expandable properties. In fact, 1.1 renders the control unusable.
|
|
|
|
 |
|
 |
please advise if you have any solution of "busted"
|
|
|
|
 |
|
|
 |
|
 |
Thank you. I was looking for this type of control. Is it ok if I use your control in my app?
Thanks again!
WGenc
Clear Cut Solutions
|
|
|
|
 |