vote up 3 vote down star
1

look at the following picture, which showing smart tag for DataGridView DataGridView Smart Tags

Now I'm creating new component and I want it to support showing some properties in Smart Tags, how to add the properties to the smart Tag?

flag

50% accept rate
That's a big topic. Does your component have any designer support right now? – John Saunders Aug 16 at 5:37
Thanks, to simplify the question, let us say that I have numeric textbox, and I want to add the enable/disable numeric property to smart tag. – Wael Dalloul Aug 16 at 6:30
Thank you, but that didn't answer my question. Does your component currently have designer support? – John Saunders Aug 16 at 8:30

1 Answer

vote up -1 vote down

I used http://msdn.microsoft.com/en-us/library/default.aspx?q=smart+tag+windows+forms+designer.

As a result, I found Walkthrough: Adding Smart Tags to a Windows Forms Component.

I'm sure you're capable of doing the same search, and finding the same article. Why didn't you do the same search?

link|flag
1  
Yes. Think about it from the asker's point of view - there's way more value in spending 30 seconds putting a question in front of thousands of experts than 2 minutes that may or may not yield any help at all. It's what we're here for. Rudeness detracts from an otherwise helpful answer. – Rex M Aug 16 at 5:47
1  
How is it not helpful? It's the walkthrough. Should someone repeat the walkthrough here on SO? And, I don't think it can be condescension to assume the OP is capable of doing a search - and then showing him which search terms I used. Condescending would be if this had been some complex search that I thought he was too dumb to do on his own. – John Saunders Aug 16 at 5:51
1  
@John I don't necessarily agree that it is condescending, but it is rude. Your answer implies SO should be a last resort after personal searches fail. There's no reason for that. It's perfectly fine for SO to be the first place people turn for programming questions. We only expect users to make a reasonable effort not to post duplicate questions, nothing else. – Rex M Aug 16 at 5:55
1  
So you're saying, the answer to every question on SO should be "Go to Google, and type your question."? That's not what this site is about. Also, saying "I'm sure you're capable of..." in this community is immensely rude, and reeks of condescension, in my opinion. – Pwninstein Aug 16 at 5:56
1  
@All: If you think I care about the number, then I've left the wrong impression. I wanted to know the reason for the downvotes, that's all. I actually think it's important, some times, to plant your feet and not be pushed any further in the wrong direction. If we "enable" developers to just come here and ask for some expert to do everything for them, then they will never become experts themselves. That's bad for them, and bad for us, and I'm not ready to stop trying to influence it. – John Saunders Aug 16 at 6:08
show 12 more comments

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.