Click here to Skip to main content
15,887,175 members
Home / Discussions / C#
   

C#

 
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 
QuestionIs there a way to get a "\n\n" down to a single "\n"? Pin
glennPattonWork330-Aug-12 5:36
professionalglennPattonWork330-Aug-12 5:36 
AnswerRe: Is there a way to get a "\n\n" down to a single "\n"? Pin
Manfred Rudolf Bihy30-Aug-12 6:24
professionalManfred Rudolf Bihy30-Aug-12 6:24 
GeneralRe: Is there a way to get a "\n\n" down to a single "\n"? Pin
glennPattonWork330-Aug-12 23:07
professionalglennPattonWork330-Aug-12 23:07 
GeneralRe: Is there a way to get a "\n\n" down to a single "\n"? Pin
Manfred Rudolf Bihy30-Aug-12 23:26
professionalManfred Rudolf Bihy30-Aug-12 23:26 
AnswerRe: Is there a way to get a "\n\n" down to a single "\n"? Pin
PIEBALDconsult30-Aug-12 13:25
mvePIEBALDconsult30-Aug-12 13:25 
GeneralRe: Is there a way to get a "\n\n" down to a single "\n"? Pin
Manfred Rudolf Bihy30-Aug-12 17:25
professionalManfred Rudolf Bihy30-Aug-12 17:25 
GeneralRe: Is there a way to get a "\n\n" down to a single "\n"? Pin
glennPattonWork330-Aug-12 23:08
professionalglennPattonWork330-Aug-12 23:08 
GeneralRe: Is there a way to get a "\n\n" down to a single "\n"? Pin
PIEBALDconsult31-Aug-12 4:12
mvePIEBALDconsult31-Aug-12 4:12 
GeneralRe: Is there a way to get a "\n\n" down to a single "\n"? Pin
glennPattonWork331-Aug-12 4:19
professionalglennPattonWork331-Aug-12 4:19 
Questionapp.config file Pin
dcof30-Aug-12 4:09
dcof30-Aug-12 4:09 
AnswerRe: app.config file Pin
jschell30-Aug-12 8:54
jschell30-Aug-12 8:54 
GeneralRe: app.config file Pin
Aby Thomas Varghese30-Aug-12 11:52
Aby Thomas Varghese30-Aug-12 11:52 
GeneralRe: app.config file Pin
dcof30-Aug-12 18:03
dcof30-Aug-12 18:03 
GeneralRe: app.config file Pin
Pete O'Hanlon30-Aug-12 22:17
mvePete O'Hanlon30-Aug-12 22:17 
GeneralRe: app.config file Pin
Pete O'Hanlon30-Aug-12 22:13
mvePete O'Hanlon30-Aug-12 22:13 

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.