Click here to Skip to main content
15,895,084 members
Home / Discussions / C#
   

C#

 
Questionhow to get difference between 2 dates in years:months format? Pin
Anurag Sinha V30-Aug-12 21:56
Anurag Sinha V30-Aug-12 21:56 
AnswerRe: how to get difference between 2 dates in years:months format? Pin
Richard MacCutchan30-Aug-12 22:36
mveRichard MacCutchan30-Aug-12 22:36 
GeneralRe: how to get difference between 2 dates in years:months format? Pin
Anurag Sinha V30-Aug-12 23:29
Anurag Sinha V30-Aug-12 23:29 
GeneralRe: how to get difference between 2 dates in years:months format? Pin
Richard MacCutchan31-Aug-12 4:11
mveRichard MacCutchan31-Aug-12 4:11 
AnswerRe: how to get difference between 2 dates in years:months format? Pin
PIEBALDconsult31-Aug-12 3:17
mvePIEBALDconsult31-Aug-12 3:17 
GeneralRe: how to get difference between 2 dates in years:months format? Pin
Marcus_231-Aug-12 3:49
Marcus_231-Aug-12 3:49 
AnswerRe: how to get difference between 2 dates in years:months format? Pin
Ravi Bhavnani31-Aug-12 7:21
professionalRavi Bhavnani31-Aug-12 7:21 
GeneralRe: how to get difference between 2 dates in years:months format? Pin
Anurag Sinha V31-Aug-12 18:08
Anurag Sinha V31-Aug-12 18:08 
AnswerRe: how to get difference between 2 dates in years:months format? Pin
timeArrowI2-Sep-12 21:59
timeArrowI2-Sep-12 21:59 
GeneralRe: how to get difference between 2 dates in years:months format? Pin
Anurag Sinha V3-Sep-12 1:00
Anurag Sinha V3-Sep-12 1:00 
QuestionTrackbar's Scroll Box Position Pin
varunpandeyengg30-Aug-12 20:57
varunpandeyengg30-Aug-12 20:57 
AnswerRe: Trackbar's Scroll Box Position Pin
OriginalGriff30-Aug-12 21:11
mveOriginalGriff30-Aug-12 21:11 
QuestionDrawLines problem Pin
john563230-Aug-12 20:42
john563230-Aug-12 20:42 
AnswerRe: DrawLines problem Pin
Abhinav S30-Aug-12 21:08
Abhinav S30-Aug-12 21:08 
AnswerRe: DrawLines problem Pin
Manfred Rudolf Bihy30-Aug-12 21:12
professionalManfred Rudolf Bihy30-Aug-12 21:12 
AnswerRe: DrawLines problem Pin
OriginalGriff30-Aug-12 21:23
mveOriginalGriff30-Aug-12 21:23 
AnswerRe: DrawLines problem Pin
Dave Kreskowiak31-Aug-12 2:13
mveDave Kreskowiak31-Aug-12 2:13 
QuestionC# workin with xsd file Pin
dcof30-Aug-12 18:04
dcof30-Aug-12 18:04 
AnswerRe: C# workin with xsd file Pin
PIEBALDconsult30-Aug-12 18:52
mvePIEBALDconsult30-Aug-12 18:52 
AnswerRe: C# workin with xsd file Pin
RobCroll30-Aug-12 19:11
RobCroll30-Aug-12 19:11 
AnswerRe: C# workin with xsd file Pin
jschell31-Aug-12 7:13
jschell31-Aug-12 7:13 
QuestionCan I import forms into C# Pin
PapaGeek30-Aug-12 8:32
PapaGeek30-Aug-12 8:32 
AnswerRe: Can I import forms into C# Pin
OriginalGriff30-Aug-12 8:43
mveOriginalGriff30-Aug-12 8:43 
Since it is a Windows Forms CPP project, it's easy:

Go to the C++ form in design mode.
Press CTRL+A, CTRL+C
Go to the C# form.
Press CTRL+V

Voilà!

(If it missed anything, it will be custom controls, that you need to manually add the using statements for before you paste)
Ideological Purity is no substitute for being able to stick your thumb down a pipe to stop the water

GeneralRe: Can I import forms into C# Pin
PapaGeek30-Aug-12 10:14
PapaGeek30-Aug-12 10:14 
GeneralRe: Can I import forms into C# Pin
OriginalGriff30-Aug-12 21:26
mveOriginalGriff30-Aug-12 21:26 

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.