Click here to Skip to main content
15,905,686 members
Home / Discussions / C#
   

C#

 
QuestionProgress bar question Pin
JGIS16-Jan-06 4:10
JGIS16-Jan-06 4:10 
AnswerRe: Progress bar question Pin
shopi3016-Jan-06 10:43
shopi3016-Jan-06 10:43 
GeneralRe: Progress bar question Pin
JGIS17-Jan-06 4:52
JGIS17-Jan-06 4:52 
QuestionGet rid of thread exited messages in VS 2003 Pin
Roland Bär16-Jan-06 4:07
Roland Bär16-Jan-06 4:07 
QuestionPropertyGrid TypeConverter Pin
Dylan van Heerden16-Jan-06 4:06
Dylan van Heerden16-Jan-06 4:06 
AnswerRe: PropertyGrid TypeConverter Pin
joe carbone16-Jan-06 4:17
joe carbone16-Jan-06 4:17 
GeneralRe: PropertyGrid TypeConverter Pin
Dylan van Heerden16-Jan-06 4:20
Dylan van Heerden16-Jan-06 4:20 
GeneralRe: PropertyGrid TypeConverter Pin
joe carbone16-Jan-06 4:37
joe carbone16-Jan-06 4:37 
QuestionGDI+ Pin
usmanali12316-Jan-06 3:56
usmanali12316-Jan-06 3:56 
AnswerRe: GDI+ Pin
Andy Moore16-Jan-06 4:21
Andy Moore16-Jan-06 4:21 
AnswerRe: GDI+ Pin
Robert Rohde16-Jan-06 4:21
Robert Rohde16-Jan-06 4:21 
QuestionHow to marshal char** in struct? Pin
jurot16-Jan-06 3:49
jurot16-Jan-06 3:49 
AnswerRe: How to marshal char** in struct? Pin
Andy Moore16-Jan-06 4:57
Andy Moore16-Jan-06 4:57 
GeneralRe: How to marshal char** in struct? Pin
jurot16-Jan-06 23:15
jurot16-Jan-06 23:15 
GeneralRe: How to marshal char** in struct? Pin
jurot17-Jan-06 1:06
jurot17-Jan-06 1:06 
GeneralRe: How to marshal char** in struct? Pin
Andy Moore17-Jan-06 11:25
Andy Moore17-Jan-06 11:25 
QuestionDataGrid formatting Pin
jeanchalumeau16-Jan-06 3:21
jeanchalumeau16-Jan-06 3:21 
AnswerRe: DataGrid formatting Pin
Robert Rohde16-Jan-06 4:18
Robert Rohde16-Jan-06 4:18 
GeneralRe: DataGrid formatting Pin
jeanchalumeau17-Jan-06 3:37
jeanchalumeau17-Jan-06 3:37 
QuestionChange file extensions Pin
GermanDM16-Jan-06 3:05
GermanDM16-Jan-06 3:05 
AnswerRe: Change file extensions Pin
Robert Rohde16-Jan-06 4:17
Robert Rohde16-Jan-06 4:17 
JokeRe: Change file extensions Pin
GermanDM16-Jan-06 19:36
GermanDM16-Jan-06 19:36 
Thanks Robert,
this is the code i used and it works perfectly
<br />
string filename = lboxFiles.Items[x].ToString();<br />
new FileInfo(filename).MoveTo(Path.ChangeExtension(filename,cmbxRenExt.SelectedItem.ToString()));<br />

One question though,if i use the MoveTo isnt it bit slower than actually just renaming the extension because now it moves over replacing every file?
the reason im asking is because i have to scan and change over 500000 file extensions lol...
Thanks for ur help i really appreciate it...Smile | :)
Regards

GermanD
GeneralRe: Change file extensions Pin
Robert Rohde16-Jan-06 19:49
Robert Rohde16-Jan-06 19:49 
GeneralRe: Change file extensions Pin
GermanDM16-Jan-06 19:55
GermanDM16-Jan-06 19:55 
QuestionVirtual Printer Driver! Pin
Andy H16-Jan-06 2:53
Andy H16-Jan-06 2:53 

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.