Click here to Skip to main content
15,904,935 members
Home / Discussions / C#
   

C#

 
GeneralRe: How can save picturebox image using menustrip [modified] Pin
Nivas8220-May-10 20:54
Nivas8220-May-10 20:54 
QuestionWindows service Pin
Heinzzy17-May-10 18:47
Heinzzy17-May-10 18:47 
AnswerRe: Windows service Pin
N a v a n e e t h17-May-10 18:59
N a v a n e e t h17-May-10 18:59 
GeneralRe: Windows service Pin
Heinzzy17-May-10 19:46
Heinzzy17-May-10 19:46 
GeneralRe: Windows service Pin
Calla17-May-10 19:58
Calla17-May-10 19:58 
GeneralRe: Windows service Pin
Heinzzy17-May-10 20:26
Heinzzy17-May-10 20:26 
GeneralRe: Windows service Pin
Dave Kreskowiak18-May-10 5:18
mveDave Kreskowiak18-May-10 5:18 
AnswerRe: Windows service Pin
#realJSOP17-May-10 23:16
professional#realJSOP17-May-10 23:16 
AnswerRe: Windows service Pin
PIEBALDconsult18-May-10 4:47
mvePIEBALDconsult18-May-10 4:47 
AnswerRe: Windows service Pin
Heinzzy18-May-10 8:18
Heinzzy18-May-10 8:18 
Questionpartition clone with c# Pin
muteb17-May-10 17:13
muteb17-May-10 17:13 
AnswerRe: partition clone with c# Pin
Not Active17-May-10 18:07
mentorNot Active17-May-10 18:07 
AnswerRe: partition clone with c# Pin
PIEBALDconsult17-May-10 18:13
mvePIEBALDconsult17-May-10 18:13 
GeneralRe: partition clone with c# Pin
muteb17-May-10 19:10
muteb17-May-10 19:10 
GeneralRe: partition clone with c# Pin
Calla17-May-10 19:44
Calla17-May-10 19:44 
GeneralRe: partition clone with c# Pin
PIEBALDconsult18-May-10 4:49
mvePIEBALDconsult18-May-10 4:49 
AnswerRe: partition clone with c# Pin
Md. Marufuzzaman17-May-10 19:51
professionalMd. Marufuzzaman17-May-10 19:51 
AnswerRe: partition clone with c# Pin
Stanciu Vlad17-May-10 20:36
Stanciu Vlad17-May-10 20:36 
Clonning a partition is not an easy task, and by far an easy one to do with managed code.

If you want to do a full clone then your aim is to understand partition descriptors, file and folder descriptors and all the stuff that goes behind a file system when it acceses a partition. Why it is necessary to understand them, simple you can't just rely on the file system of an os and there are lots of existing partition types.

If you want just to copy all the files from a partition to another you must keep in mind that critical files opened by the operating system and/or applications are not readeable (nor writable) unless they are closed (or opened under special conditions).

ps: partition != hard drive Smile | :)
I have no smart signature yet...

AnswerRe: partition clone with c# Pin
Dave Kreskowiak18-May-10 5:13
mveDave Kreskowiak18-May-10 5:13 
Questionupdating treenode text dynamically Pin
xilefxilef17-May-10 16:15
xilefxilef17-May-10 16:15 
AnswerRe: updating treenode text dynamically Pin
PIEBALDconsult17-May-10 16:29
mvePIEBALDconsult17-May-10 16:29 
GeneralRe: updating treenode text dynamically Pin
xilefxilef17-May-10 16:42
xilefxilef17-May-10 16:42 
GeneralRe: updating treenode text dynamically Pin
PIEBALDconsult17-May-10 17:41
mvePIEBALDconsult17-May-10 17:41 
GeneralRe: updating treenode text dynamically Pin
xilefxilef17-May-10 17:52
xilefxilef17-May-10 17:52 
GeneralRe: updating treenode text dynamically Pin
PIEBALDconsult17-May-10 18:20
mvePIEBALDconsult17-May-10 18:20 

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.