How to run C program using .Net?
-
Hi Experts, I am trying to create an application that can Execute an C Program in VB.Net. Can anybody please help me. Regards, Sheetal
paya1pa wrote:
I am trying to create an application that can Execute an C Program in VB.Net.
If that means that you are trying to execute a compiled C Program, then look at the documentation for the
Process
class. If not, then you need to explain your question more clearly.Henry Minute Do not read medical books! You could die of a misprint. - Mark Twain Girl: (staring) "Why do you need an icy cucumber?" “I want to report a fraud. The government is lying to us all.”
-
paya1pa wrote:
I am trying to create an application that can Execute an C Program in VB.Net.
If that means that you are trying to execute a compiled C Program, then look at the documentation for the
Process
class. If not, then you need to explain your question more clearly.Henry Minute Do not read medical books! You could die of a misprint. - Mark Twain Girl: (staring) "Why do you need an icy cucumber?" “I want to report a fraud. The government is lying to us all.”
hi expert i revieced your message firstly thanks to your reply and i can try explain my question. i want to make one project and project is c prgramme ran in vb.net 2005 ex. suppose i write one addtion programme of two number so vb,net complile this programe and show error in textbox or messagebox.just like a c language software. but everythisk is run in vb.net 2005 please give me a reply
-
hi expert i revieced your message firstly thanks to your reply and i can try explain my question. i want to make one project and project is c prgramme ran in vb.net 2005 ex. suppose i write one addtion programme of two number so vb,net complile this programe and show error in textbox or messagebox.just like a c language software. but everythisk is run in vb.net 2005 please give me a reply
paya1pa wrote:
i want to make one project and project is c prgramme ran in vb.net 2005
Rather obviously, VB.Net cannot compile 'C' code.
paya1pa wrote:
ex. suppose i write one addtion programme of two number so vb,net complile this programe and show error in textbox or messagebox.just like a c language software. but everythisk is run in vb.net 2005
If you want to write a simple program to add two numbers, then I would suggest that you either buy a beginners book and work through the examples, or search with Google or Bing for vb.net beginners ebook and you might find a suitable free tutorial. Other than that I am unable to help. Good Luck. :)
Henry Minute Do not read medical books! You could die of a misprint. - Mark Twain Girl: (staring) "Why do you need an icy cucumber?" “I want to report a fraud. The government is lying to us all.”
-
hi expert i revieced your message firstly thanks to your reply and i can try explain my question. i want to make one project and project is c prgramme ran in vb.net 2005 ex. suppose i write one addtion programme of two number so vb,net complile this programe and show error in textbox or messagebox.just like a c language software. but everythisk is run in vb.net 2005 please give me a reply
So do you want to write your own C compiler or use a third party command line compiler, or what?
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007, 2008
But no longer in 2009... -
So do you want to write your own C compiler or use a third party command line compiler, or what?
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007, 2008
But no longer in 2009... -
thanks experts i think can't explain my querry i want complie c proramme in vb.net 2005 whatever. output display in textbox
If you can't communicate your apps specifications, you're not going to get any meaningful answers. What you have posted has a lot of different answers, and each of those opens up more and more questions. Sorry, but it is VERY true that the quality of the answer you get is directly dictated by the quality of the question.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007, 2008
But no longer in 2009...