Click here to Skip to main content
15,891,633 members
Home / Discussions / C#
   

C#

 
AnswerRe: adapting a webcam driver to an existing form [modified] Pin
erfi25-Mar-09 3:10
erfi25-Mar-09 3:10 
QuestionSplit methode Pin
abbd25-Mar-09 1:08
abbd25-Mar-09 1:08 
AnswerRe: Split method Pin
fly90425-Mar-09 1:17
fly90425-Mar-09 1:17 
GeneralRe: Split method Pin
abbd25-Mar-09 1:21
abbd25-Mar-09 1:21 
GeneralRe: Split method Pin
fly90425-Mar-09 1:22
fly90425-Mar-09 1:22 
GeneralRe: Split method Pin
abbd25-Mar-09 1:25
abbd25-Mar-09 1:25 
GeneralRe: Split method Pin
fly90425-Mar-09 1:28
fly90425-Mar-09 1:28 
AnswerRe: Split methode Pin
Cracked-Down25-Mar-09 2:00
Cracked-Down25-Mar-09 2:00 
you should not use split method as it causes to create string array object
if your requirement is only to return filname without extension the
use this
return new Path.GetFileNameWithoutExtension(s);




Happy Coding
Smile | :)
Deep
GeneralRe: Split methode Pin
Xmen Real 25-Mar-09 2:40
professional Xmen Real 25-Mar-09 2:40 
GeneralRe: Split methode Pin
Cracked-Down25-Mar-09 19:34
Cracked-Down25-Mar-09 19:34 
GeneralRe: Split methode Pin
Xmen Real 25-Mar-09 19:36
professional Xmen Real 25-Mar-09 19:36 
AnswerRe: Split methode Pin
Deresen25-Mar-09 2:03
Deresen25-Mar-09 2:03 
GeneralRe: Split methode Pin
Luc Pattyn25-Mar-09 2:50
sitebuilderLuc Pattyn25-Mar-09 2:50 
AnswerRe: Split methode Pin
#realJSOP25-Mar-09 3:53
mve#realJSOP25-Mar-09 3:53 
Questionthe undo operation encountered a context that is different form what was applied in corresponding set operation. the possible cause is that a context was set on the thread and not reverted (undone) Pin
Member 364093425-Mar-09 0:39
Member 364093425-Mar-09 0:39 
JokeRe: the undo operation encountered a context that is different form what was applied in corresponding set operation. the possible cause is that a context was set on the thread and not reverted (undone) Pin
King Julien25-Mar-09 1:03
King Julien25-Mar-09 1:03 
AnswerRe: the undo operation encountered a context that is different form what was applied in corresponding set operation. the possible cause is that a context was set on the thread and not reverted (undone) Pin
Spunky Coder25-Mar-09 2:10
Spunky Coder25-Mar-09 2:10 
QuestionVB6 - COM+ - propertybags - .net Pin
Helfdane25-Mar-09 0:23
Helfdane25-Mar-09 0:23 
AnswerRe: VB6 - COM+ - propertybags - .net Pin
Henry Minute25-Mar-09 14:46
Henry Minute25-Mar-09 14:46 
QuestionFast image render Pin
Michal Stehlik24-Mar-09 23:50
Michal Stehlik24-Mar-09 23:50 
AnswerRe: Fast image render Pin
benjymous25-Mar-09 0:20
benjymous25-Mar-09 0:20 
GeneralRe: Fast image render Pin
Michal Stehlik25-Mar-09 1:28
Michal Stehlik25-Mar-09 1:28 
AnswerRe: Fast image render Pin
Luc Pattyn25-Mar-09 3:04
sitebuilderLuc Pattyn25-Mar-09 3:04 
GeneralGlobalization/Localization Pin
mahesvs24-Mar-09 23:40
mahesvs24-Mar-09 23:40 
GeneralRe: Globalization/Localization Pin
Henry Minute25-Mar-09 14:48
Henry Minute25-Mar-09 14:48 

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.