Inhertied user control
-
Hi all, I want to build a hyperlink usercontrol which inherits hyperlink and has two more properties using vb.net. Can some one post sample coding Thanks in Advance Dana
-
Hi all, I want to build a hyperlink usercontrol which inherits hyperlink and has two more properties using vb.net. Can some one post sample coding Thanks in Advance Dana
-
Hi all, I want to build a hyperlink usercontrol which inherits hyperlink and has two more properties using vb.net. Can some one post sample coding Thanks in Advance Dana
I won't post the code, because I don't have it handy... but here's how you do it. Create a blank user control. Change the inheritance from "UserControl" to HyperLink public partial class MyWebUserControl : HyperLink
"Quality Software since 1983!"
http://www.smoothjazzy.com/ - see the "Programming" section for freeware tools and articles. -
Hi all, I want to build a hyperlink usercontrol which inherits hyperlink and has two more properties using vb.net. Can some one post sample coding Thanks in Advance Dana
CodeProject has several examples of how to make your own custom controls.
The best way to accelerate a Macintosh is at 9.8m/sec² - Marcus Dolengo