|
-
Aug 20th, 2007, 08:49 AM
#1
Thread Starter
Addicted Member
[RESOLVED] [2005] Advanced control developing resources?
I already know several things like defining the description of properties, making non-visual controls, adding smart-tags, among some other minor things. But there are several things I'm still trying to find out, for example I've seen some 3rd party controls that add menu items to context menus, or link labels at the bottom of the properties panel.
I'd be grateful to find any good tutorial, book or whatever that can really help with this subject.
-
Aug 20th, 2007, 09:44 AM
#2
Re: [2005] Advanced control developing resources?
MSDN is your ultimate guide to finding knowledge on anything MS produces. This will be any book or online source will get it from too.
You mean adding a link to the description area of the propertygrid is like this but its not a linklabel.

Its called a Verb and part of the DesignerVerbCollection class.
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Aug 22nd, 2007, 11:35 AM
#3
Thread Starter
Addicted Member
Re: [2005] Advanced control developing resources?
 Originally Posted by RobDog888
MSDN is your ultimate guide to finding knowledge on anything MS produces. This will be any book or online source will get it from too.
I know, and I try to look around to solve my doubts most times, but my lack of time, and since English is not my native language makes finding some things harder (specially when I don't even know the right term used for it heh). Also, finding something in a specific guide is always better wheen needing future reference, plus they often provide some nice elements like extensive source examples, screenshots, etc.
Thanks for your help and solving the "link labels" doubt. It would be great if someone can provide some further tutorial or book reference tho.
-
Aug 22nd, 2007, 11:46 AM
#4
Re: [RESOLVED] [2005] Advanced control developing resources?
Did you search the terms I provided?
Its called a Verb and part of the DesignerVerbCollection class.
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Aug 22nd, 2007, 12:05 PM
#5
Thread Starter
Addicted Member
Re: [RESOLVED] [2005] Advanced control developing resources?
 Originally Posted by RobDog888
Did you search the terms I provided?
Yes, of course, as I've said in my previous posts I was just looking for some nice reference for "advanced" topics regarding the creation of usercontrols/components, and that was just an example of one of the things that I didn't know and were curious for. Indeed, even if it's something most people often ask about, I didn't learn about the ToolBoxBitmap class up till this morning.
-
Aug 22nd, 2007, 12:14 PM
#6
Re: [RESOLVED] [2005] Advanced control developing resources?
I havent see any books relating to usercontrols only but everything is on msdn. I think I will start writting a faq and maybe a tutorial n usercontrols. I like them best besides automating Office.
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Aug 22nd, 2007, 12:27 PM
#7
Thread Starter
Addicted Member
Re: [RESOLVED] [2005] Advanced control developing resources?
I'm not much into office integration... I've made a few things with Excel, Word and Access, and recently had to look into PowerPoint as well, although all of the things I've made were using VB6, and I don't feel too much interest for looking how the integration works with .Net yet...
I've made several controls so far, and I like it, but never worried about giving them a better look in design mode.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|