Click here to Skip to main content
16,017,986 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear SSDiver,
I want to know which part of the code does the hard coding of the shape object in the Form Designer??
for example converting the property

Shape.vb:
Public Property BorderStyle() As BorderStyle

To:
Me.BorderStyle = BorderStyle.Dash

I've been following your steps, but once the form is refreshed, the shapes disappears!!

Thank you =)
Posted
Updated 23-Jul-10 23:14pm
v2

1 solution

It looks like you want to ask this question to an author related to his/her article.

I would suggest you to please use the forum present at the end of the article in order to reach author and get quick response. Rarely you will find authors reading this forum.

Please post the same at the article's message forum.
:thumbsup:
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900