Groups | Blog | Home
all groups > dotnet windows forms controls > may 2008 >

dotnet windows forms controls : Is there a control that...



David Thielen
5/30/2008 8:40:24 PM
Hi;

1) Does anyone know of a control available like the rule description
in the Outlook Rules and Alerts where it is a bunch of text but parts
of the text are hotlinks where you click on the hotlink and you can
then bring up a pop-up control?

2) A good control for creating SQL selects - for people who do not
know SQL.

3) A good control for creating XPath statements - for people who do
not know XPath.

thanks - dave

david@at-at-at@windward.dot.dot.net
Windward Reports -- http://www.WindwardReports.com
me -- http://dave.thielen.com

v-lliu@online.microsoft.com
6/2/2008 4:28:04 AM
Hi David,

1) .NET Framework provides a LinkLabel control, which appears a hotlink and
you can do anyting you want when you click on the hotlink by handling the
LinkClicked event of the LinkLabel.

In your practice, you can place LinkLabel controls in a Panel to mimic the
behavior of rule description in the Outlook Rules and Alerts.

2) I found an article introducing how to generate SQL statement
automatically on the CodeProject web site, which may be helpful to you:
'SQL Statement Generator'
http://www.codeproject.com/KB/database/SQLStatementGenerator.aspx

3) The following article instroduces how to generate an XML parser
automatically and I hope it will also help you:
'Generate an XML parser automatically'
http://www.codeproject.com/KB/tips/XMLParserGen.aspx

Hope this helps.
If you have any question, please feel free to let me know.

Sincerely,
Linda Liu
Microsoft Online Community Support

Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
msdnmg@microsoft.com.

==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.

David Thielen
6/2/2008 2:51:04 PM
Thank you very much. I was hoping to find a control that would display
a combination of text and LinkLabel controls but I think I will have
to write that myself. Should not be too hard but I figured better to
ask in case someone else has already done it.

Thank you for the links too.

thanks - dave



On Mon, 02 Jun 2008 04:28:04 GMT, v-lliu@online.microsoft.com (Linda
[quoted text, click to view]


david@at-at-at@windward.dot.dot.net
Windward Reports -- http://www.WindwardReports.com
me -- http://dave.thielen.com

George Shubin
6/2/2008 5:58:12 PM
[quoted text, click to view]

I've used Korzh EasyQuery for many years with much success. My users love
it.

http://devtools.korzh.com/eq/


--
-----------------------------------------------------------------------------------
George Shubin Custom Software Development
dX Software Systems Database Applications
Ph: 503-981-6806 Fax: 503-982-0120
www.dxonline.com george@dxonline.com
-----------------------------------------------------------------------------------
Eddie
6/3/2008 9:41:17 AM
[quoted text, click to view]

You don't need to use a combination of controls; the LinkLabel control
can contain multiple links (and sections that are not linked).


--
David Thielen
6/4/2008 10:34:23 AM
THANK YOU!

[quoted text, click to view]


david@at-at-at@windward.dot.dot.net
Windward Reports -- http://www.WindwardReports.com
me -- http://dave.thielen.com

David Thielen
6/4/2008 10:34:41 AM
Looks good - I'll check it out.

thanks - dave


On Mon, 2 Jun 2008 17:58:12 -0700, "George Shubin" <dx@dxonline.com>
[quoted text, click to view]


david@at-at-at@windward.dot.dot.net
Windward Reports -- http://www.WindwardReports.com
me -- http://dave.thielen.com

AddThis Social Bookmark Button