Click here to Skip to main content
15,912,897 members
Home / Discussions / C#
   

C#

 
GeneralRe: JOIN Pin
pat27088113-Oct-04 5:49
pat27088113-Oct-04 5:49 
GeneralTab Pane Pin
mathon13-Oct-04 4:16
mathon13-Oct-04 4:16 
GeneralRe: Tab Pane Pin
mathon13-Oct-04 4:17
mathon13-Oct-04 4:17 
GeneralRe: Tab Pane Pin
pat27088113-Oct-04 7:19
pat27088113-Oct-04 7:19 
GeneralRe: Tab Pane Pin
J4amieC13-Oct-04 7:50
J4amieC13-Oct-04 7:50 
GeneralRe: Tab Pane Pin
pat27088113-Oct-04 8:21
pat27088113-Oct-04 8:21 
GeneralRe: Tab Pane Pin
Dave Kreskowiak13-Oct-04 9:29
mveDave Kreskowiak13-Oct-04 9:29 
GeneralSomeone please bail me out.... Pin
Vodstok13-Oct-04 3:58
Vodstok13-Oct-04 3:58 
Okay, i have built a wonderful, slick application that is a deep, convoluted call-tracking system of sorts. There is an approval process built in, that uses email addresses to identify the approvers.

the problem is, there are required approvers that exist in multiple places, resulting in some people being listed more than once.

Essentially, here is what i have been running into. the names are strung together like this:

user1*user2*user3*user4


except sometines, you end up with
user1*user2*user3*user4*user2*user1

what i have been killing myself over, is trying to make a quick function that would look at this list, say "we already have user's 1 and 2, so only list them once".

I spent 4 hours on this yesterday, and ended up with an extremely complicated way to turn "user1*user2*user3*user4*user2*user1"

into
user1
user2
user3
user4
user2
user1

which, of course, can be done with 3 or 4 lines of code, not the 50 something i made yesterday. any ideas?

Yes, I am the highly suggestable type.
GeneralRe: Someone please bail me out.... Pin
benjymous13-Oct-04 5:10
benjymous13-Oct-04 5:10 
GeneralRe: Someone please bail me out.... Pin
Vodstok13-Oct-04 6:30
Vodstok13-Oct-04 6:30 
GeneralRe: Someone please bail me out.... Pin
J4amieC13-Oct-04 7:47
J4amieC13-Oct-04 7:47 
GeneralRe: Someone please bail me out.... Pin
Vodstok13-Oct-04 8:25
Vodstok13-Oct-04 8:25 
GeneralRe: Someone please bail me out.... Pin
benjymous13-Oct-04 20:52
benjymous13-Oct-04 20:52 
Generalproblem with measureString in textBox Pin
shimritb13-Oct-04 3:40
shimritb13-Oct-04 3:40 
GeneralForm Causesvalidation property Pin
Zapss13-Oct-04 3:10
Zapss13-Oct-04 3:10 
GeneralRe: Form Causesvalidation property Pin
J4amieC13-Oct-04 3:18
J4amieC13-Oct-04 3:18 
General.NET Remoting Pin
Wender Oliveira13-Oct-04 2:48
Wender Oliveira13-Oct-04 2:48 
GeneralShifiing of custom controls from one to other machine Pin
Itanium13-Oct-04 1:38
Itanium13-Oct-04 1:38 
GeneralRe: Shifiing of custom controls from one to other machine Pin
Wender Oliveira13-Oct-04 2:50
Wender Oliveira13-Oct-04 2:50 
GeneralC++ and MFC -> .net and C# advice Pin
pixor13-Oct-04 0:31
pixor13-Oct-04 0:31 
GeneralRe: C++ and MFC -> .net and C# advice Pin
J4amieC13-Oct-04 0:52
J4amieC13-Oct-04 0:52 
GeneralRe: C++ and MFC -> .net and C# advice Pin
Salil Khedkar13-Oct-04 20:45
Salil Khedkar13-Oct-04 20:45 
GeneralRe: C++ and MFC -> .net and C# advice Pin
pixor13-Oct-04 22:46
pixor13-Oct-04 22:46 
GeneralIs it possible to use server.mappath in class file Pin
Irsh13-Oct-04 0:19
Irsh13-Oct-04 0:19 
GeneralRe: Is it possible to use server.mappath in class file Pin
Vasudevan Deepak Kumar13-Oct-04 2:29
Vasudevan Deepak Kumar13-Oct-04 2:29 

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.