Click here to Skip to main content
15,909,827 members
Home / Discussions / C#
   

C#

 
GeneralEstablishing marks points of start and end on a video to save a subclip Pin
xraziel17-Mar-08 8:17
xraziel17-Mar-08 8:17 
GeneralRe: Establishing marks points of start and end on a video to save a subclip Pin
Christian Graus17-Mar-08 9:10
protectorChristian Graus17-Mar-08 9:10 
Question2 Icons when MDI child is maximized, 3 sets of min/max/close boxes when maxed? Pin
eggsovereasy17-Mar-08 8:04
eggsovereasy17-Mar-08 8:04 
AnswerRe: 2 Icons when MDI child is maximized, 3 sets of min/max/close boxes when maxed? Pin
parth.p17-Mar-08 12:18
parth.p17-Mar-08 12:18 
GeneralRe: 2 Icons when MDI child is maximized, 3 sets of min/max/close boxes when maxed? Pin
eggsovereasy18-Mar-08 6:32
eggsovereasy18-Mar-08 6:32 
GeneralRe: 2 Icons when MDI child is maximized, 3 sets of min/max/close boxes when maxed? Pin
parth.p18-Mar-08 8:57
parth.p18-Mar-08 8:57 
Questionuser control event delegation Pin
Sandesh Kadam17-Mar-08 7:43
Sandesh Kadam17-Mar-08 7:43 
QuestionAdding records to an Access database Pin
mikeyman417-Mar-08 7:12
mikeyman417-Mar-08 7:12 
GeneralRe: Adding records to an Access database Pin
PIEBALDconsult17-Mar-08 7:46
mvePIEBALDconsult17-Mar-08 7:46 
GeneralRe: Adding records to an Access database Pin
Christian Graus17-Mar-08 9:12
protectorChristian Graus17-Mar-08 9:12 
QuestionSVG viewer in C# app Pin
Paresh Solanki17-Mar-08 6:31
Paresh Solanki17-Mar-08 6:31 
GeneralRe: SVG viewer in C# app Pin
Christian Graus17-Mar-08 9:13
protectorChristian Graus17-Mar-08 9:13 
QuestionPage Break while grouping , rdlc reports Pin
VikramMullick17-Mar-08 6:27
VikramMullick17-Mar-08 6:27 
GeneralRetrieving the Value of a costumn control placed in a Placeholder placed in a repeater Pin
jawe17-Mar-08 5:15
jawe17-Mar-08 5:15 
GeneralRe: Retrieving the Value of a costumn control placed in a Placeholder placed in a repeater Pin
Not Active17-Mar-08 6:28
mentorNot Active17-Mar-08 6:28 
GeneralMore Collision (XNA) Pin
MasterSharp17-Mar-08 5:01
MasterSharp17-Mar-08 5:01 
GeneralRe: More Collision (XNA) Pin
Christian Graus17-Mar-08 9:15
protectorChristian Graus17-Mar-08 9:15 
GeneralRe: More Collision (XNA) [modified] Pin
MasterSharp17-Mar-08 10:09
MasterSharp17-Mar-08 10:09 
Generalto return or not to return something Pin
pauli17-Mar-08 4:58
pauli17-Mar-08 4:58 
GeneralRe: to return or not to return something Pin
Rob Philpott17-Mar-08 6:20
Rob Philpott17-Mar-08 6:20 
GeneralRe: to return or not to return something Pin
Simon P Stevens17-Mar-08 6:55
Simon P Stevens17-Mar-08 6:55 
GeneralRe: to return or not to return something [modified] Pin
pauli17-Mar-08 23:01
pauli17-Mar-08 23:01 
GeneralRe: to return or not to return something Pin
Simon P Stevens18-Mar-08 6:07
Simon P Stevens18-Mar-08 6:07 
Generalgeneric collection - .net 2.0 Pin
arkiboys17-Mar-08 4:22
arkiboys17-Mar-08 4:22 
GeneralRe: generic collection - .net 2.0 Pin
Luc Pattyn17-Mar-08 4:29
sitebuilderLuc Pattyn17-Mar-08 4:29 
Hi,

some facts:

most collections allow duplicate entries; Hashtable/Dictonaries typically do not.
the easiest way to avoid duplicates is to check for them when adding.
the easiest way to remove duplicates is to sort, then scan once for "same as previous".

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]

This month's tips:
- before you ask a question here, search CodeProject, then Google;
- the quality and detail of your question reflects on the effectiveness of the help you are likely to get;
- use PRE tags to preserve formatting when showing multi-line code snippets.


General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.