How doI
create
inmyWebControlSmartTagHELP
with
anitemlink
or window
foramenu
ofcontext helpwith
various
links
ordocumentation. chmmy
WebControl
ispossiblethis?
I'm waitingand
I thank you
Translatedfrom
Portuguese
into English
bygoogletranslator
Public Sub OnDock()
If txt.Dock = DockStyle.Fill Then
txt.Dock = DockStyle.None
Else
txt.Dock = DockStyle.Fill
End If
designerActionSvc.Refresh(txt)
End Sub
Ok
I saw the dock-class style as above but based on what he said I create a link to the SmartTag eg redirect to a page of help - the item type of smart tag is a hyperlink "Help" and click it would be directed
or to a page. chm help or help remembering that window is a control asp.net server control
LuizIta
Member
21 Points
99 Posts
How do I create a WebControl SmartTag to my link to help or help menu
Jan 18, 2011 02:16 AM|LINK
Hello everybody based on the link below
http://www.codeproject.com/KB/custom-controls/ImageGallery.aspx
How do I create in my WebControl SmartTag HELP with an item link or window for a menu of context help with various links or documentation. chm my WebControl is possible this?
I'm waiting and I thank you
Translated from Portuguese into English by google translator
Qin Dian Tan...
All-Star
113532 Points
12480 Posts
Microsoft
Re: How do I create a WebControl SmartTag to my link to help or help menu
Jan 20, 2011 06:22 AM|LINK
Hi LuizIta,
Please refer the article for how to create Smart Tags in custom control:
http://www.vbforums.com/showthread.php?t=552296
Thanks,
If you have any feedback about my replies, please contactmsdnmg@microsoft.com.
Microsoft One Code Framework
LuizIta
Member
21 Points
99 Posts
Re: How do I create a WebControl SmartTag to my link to help or help menu
Jan 20, 2011 05:45 PM|LINK
Public Sub OnDock() If txt.Dock = DockStyle.Fill Then txt.Dock = DockStyle.None Else txt.Dock = DockStyle.Fill End If designerActionSvc.Refresh(txt) End SubOk I saw the dock-class style as above but based on what he said I create a link to the SmartTag eg redirect to a page of help - the item type of smart tag is a hyperlink "Help" and click it would be directed or to a page. chm help or help remembering that window is a control asp.net server control
I'm waiting and I thank you