i need it as a prototype
-
i need a simple code for the system i asked for,, i need it as a start to more important system i am working on, so please offer me help with this simple code
7alool wrote:
i need a simple code for the system i asked for,, i need it as a start to more important system i am working on, so please offer me help with this simple code
using System;
namespace MyNamespace
{
public class MyProgram
{
public static void Main()
{
Console.Writeline("Add your code here");
}
}
}It doesn't get much simpler. :rolleyes:
"WPF has many lovers. It's a veritable porn star!" - Josh Smith
As Braveheart once said, "You can take our freedom but you'll never take our Hobnobs!" - Martin Hughes.
-
7alool wrote:
i need a simple code for the system i asked for,, i need it as a start to more important system i am working on, so please offer me help with this simple code
using System;
namespace MyNamespace
{
public class MyProgram
{
public static void Main()
{
Console.Writeline("Add your code here");
}
}
}It doesn't get much simpler. :rolleyes:
"WPF has many lovers. It's a veritable porn star!" - Josh Smith
As Braveheart once said, "You can take our freedom but you'll never take our Hobnobs!" - Martin Hughes.
You're on form tonight Pete!
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.”
-
i need a simple code for the system i asked for,, i need it as a start to more important system i am working on, so please offer me help with this simple code
7alool wrote:
for the system i asked for
I'd say what system, but that would imply that I cared. No-one is going to write your code for you, you can go to the jobs part of the site and pay someone if that's what you want.
Christian Graus Driven to the arms of OSX by Vista. "I am new to programming world. I have been learning c# for about past four weeks. I am quite acquainted with the fundamentals of c#. Now I have to work on a project which converts given flat files to XML using the XML serialization method" - SK64 ( but the forums have stuff like this posted every day )
-
i need a simple code for the system i asked for,, i need it as a start to more important system i am working on, so please offer me help with this simple code
There are two ways of getting your prototype. Either you pay someone to write it, or here's a novel suggestion, YOU WRITE IT YOURSELF.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007, 2008 -
i need a simple code for the system i asked for,, i need it as a start to more important system i am working on, so please offer me help with this simple code
-
I think if you make a windows service and set's atatus to AUTOSTART, it's solve your problem. if your means from System start is "boot", you can make you exe file and write it's address into autoexec.bat file to run it when your system boot.
You have completely misunderstood the question.
Christian Graus Driven to the arms of OSX by Vista. "I am new to programming world. I have been learning c# for about past four weeks. I am quite acquainted with the fundamentals of c#. Now I have to work on a project which converts given flat files to XML using the XML serialization method" - SK64 ( but the forums have stuff like this posted every day )
-
You have completely misunderstood the question.
Christian Graus Driven to the arms of OSX by Vista. "I am new to programming world. I have been learning c# for about past four weeks. I am quite acquainted with the fundamentals of c#. Now I have to work on a project which converts given flat files to XML using the XML serialization method" - SK64 ( but the forums have stuff like this posted every day )
-
i need a simple code for the system i asked for,, i need it as a start to more important system i am working on, so please offer me help with this simple code