Click here to Skip to main content
15,886,724 members

Articles by karenpayne (Tip/Tricks: 6)

Tip/Tricks: 6

RSS Feed

Average article rating:

No articles have been posted.

Average blogs rating:

No blogs have been submitted.

Average tips rating: 4.00

General Programming
3 Sep 2013   Updated: 3 Sep 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 11,520     Bookmarked: 2   Downloaded: 0
Please Sign up or sign in to vote.
Using newer conventions of coding in VS2010 and higher
Programming Languages
Visual Basic
4 Mar 2010   Updated: 4 Mar 2010   Rating: 3.00/5    Votes: 5   Popularity: 2.10
Licence: CPOL    Views: 37,003     Bookmarked: 5   Downloaded: 0
Please Sign up or sign in to vote.
This VS2008 or higher extension uses a LINQ statement to remove duplicate items from a string array but is not case sensitive, also you might like to leave the sort/order-by in the extension or remove it.ExampleDim Names() As String = {"Bob", "Mary", "bob", "Bob", "Jane", "Kevin",...
4 Mar 2010   Updated: 5 Mar 2010   Rating: 4.00/5    Votes: 1   Popularity: 0.00
Licence: CPOL    Views: 31,514     Bookmarked: 3   Downloaded: 0
Please Sign up or sign in to vote.
This code permits a developer to determine if a radio button is selected in a container such as a panel or GroupBox using syntax similar to TryParse.Requires Requires Framework 3.5 or higherExamplePrivate Sub Button1_Click() Handles Button1.Click Dim SelectedButton As New...
22 Sep 2010   Updated: 22 Sep 2010   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 18,261     Bookmarked: 3   Downloaded: 0
Please Sign up or sign in to vote.
24 Jan 2011   Updated: 24 Jan 2011   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 11,350     Bookmarked: 3   Downloaded: 0
Please Sign up or sign in to vote.
Returns all checked Checkbox controls in a Windows Form container
7 Oct 2010   Updated: 3 Sep 2013   Rating: 5.00/5    Votes: 2   Popularity: 1.51
Licence: CPOL    Views: 21,330     Bookmarked: 7   Downloaded: 12
Please Sign up or sign in to vote.
Use less code in your business logic for messages to the UI

Average reference rating:

No reference articles have been posted.

Average project rating:

No projects have been posted.
Instructor / Trainer
United States United States
Microsoft MVP, Uses Microsoft Visual Studio ecosystem building web and desktop solutions