Click here to Skip to main content
15,886,724 members
Home / Discussions / C#
   

C#

 
GeneralRe: CA2214 Do not call overridable methods in constructors Pin
jschell6-Jan-13 4:42
jschell6-Jan-13 4:42 
AnswerRe: CA2214 Do not call overridable methods in constructors Pin
BobJanova3-Jan-13 1:41
BobJanova3-Jan-13 1:41 
GeneralRe: CA2214 Do not call overridable methods in constructors Pin
DaveyM693-Jan-13 12:29
professionalDaveyM693-Jan-13 12:29 
QuestionBind listview row color to active index Pin
bornefalk2-Jan-13 9:50
bornefalk2-Jan-13 9:50 
QuestionUI Automation and MMC Pin
RonNYC22-Jan-13 5:57
RonNYC22-Jan-13 5:57 
Questionmove a newfolder form a system on other system on the network by c# Pin
a2bj1-Jan-13 23:39
a2bj1-Jan-13 23:39 
AnswerRe: move a newfolder form a system on other system on the network by c# Pin
Jibesh1-Jan-13 23:46
professionalJibesh1-Jan-13 23:46 
AnswerRe: move a newfolder form a system on other system on the network by c# Pin
Simon_Whale2-Jan-13 3:02
Simon_Whale2-Jan-13 3:02 
you will need to look into the following class

DirectoryInfo[^]

I would particularly look into the exists method for checking to see if your directory exists, getfiles so that you can look at the files that exist in the directory as you will need to implement logic if the folder and files already exist.

And as the other poster has stated you then need to look into File.Copy[^]
Lobster Thermidor aux crevettes with a Mornay sauce, served in a Provençale manner with shallots and aubergines, garnished with truffle pate, brandy and a fried egg on top and Spam - Monty Python Spam Sketch

Questiondata Set Not Coming In GridView Pin
GugliMugli1-Jan-13 17:50
GugliMugli1-Jan-13 17:50 
AnswerRe: data Set Not Coming In GridView Pin
Jibesh1-Jan-13 21:25
professionalJibesh1-Jan-13 21:25 
GeneralRe: data Set Not Coming In GridView Pin
GugliMugli1-Jan-13 23:35
GugliMugli1-Jan-13 23:35 
GeneralRe: data Set Not Coming In GridView Pin
Jibesh1-Jan-13 23:36
professionalJibesh1-Jan-13 23:36 
GeneralRe: data Set Not Coming In GridView Pin
GugliMugli1-Jan-13 23:40
GugliMugli1-Jan-13 23:40 
GeneralRe: data Set Not Coming In GridView Pin
Jibesh1-Jan-13 23:42
professionalJibesh1-Jan-13 23:42 
GeneralRe: data Set Not Coming In GridView Pin
GugliMugli1-Jan-13 23:57
GugliMugli1-Jan-13 23:57 
GeneralRe: data Set Not Coming In GridView Pin
Jibesh2-Jan-13 0:02
professionalJibesh2-Jan-13 0:02 
GeneralRe: data Set Not Coming In GridView Pin
GugliMugli2-Jan-13 1:27
GugliMugli2-Jan-13 1:27 
GeneralRe: data Set Not Coming In GridView Pin
Jibesh2-Jan-13 1:29
professionalJibesh2-Jan-13 1:29 
AnswerRe: data Set Not Coming In GridView Pin
Richard MacCutchan2-Jan-13 1:47
mveRichard MacCutchan2-Jan-13 1:47 
GeneralRe: data Set Not Coming In GridView Pin
Jibesh2-Jan-13 2:06
professionalJibesh2-Jan-13 2:06 
GeneralRe: data Set Not Coming In GridView Pin
GugliMugli2-Jan-13 2:18
GugliMugli2-Jan-13 2:18 
GeneralRe: data Set Not Coming In GridView Pin
Richard MacCutchan2-Jan-13 4:15
mveRichard MacCutchan2-Jan-13 4:15 
QuestionHow to show file association icon,one button and a progress bar on webbrowser control c# Pin
Tridip Bhattacharjee1-Jan-13 6:50
professionalTridip Bhattacharjee1-Jan-13 6:50 
Question"sendkeys" does not work KnightOnline Pin
ismail2031-Dec-12 3:09
ismail2031-Dec-12 3:09 
AnswerRe: "sendkeys" does not work KnightOnline Pin
Dave Kreskowiak31-Dec-12 3:28
mveDave Kreskowiak31-Dec-12 3:28 

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.