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

C#

 
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 
GeneralRe: Someone please bail me out.... Pin
benjymous13-Oct-04 5:10
benjymous13-Oct-04 5:10 
You mean something like:

String strUserList = "user1*user2*user3*user4*user2*user1";
char[] sep = {'*'};
Array a = strUserList.Split(sep);

(written without a compiler, so might not be syntactially perfect..)



--
Help me! I'm turning into a grapefruit!
Phoenix Paint - back from DPaint's ashes!

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 
GeneralUse of GAC and registry Pin
ting66812-Oct-04 23:57
ting66812-Oct-04 23:57 

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.