good day
ahm guys
do u have any idea how to make GUI in console application in c#
I've tried searching in internet but i couldnt find it.
Mostly VB.
Pls guys need your help
for my sales inventory system
good day
ahm guys
do u have any idea how to make GUI in console application in c#
I've tried searching in internet but i couldnt find it.
Mostly VB.
Pls guys need your help
for my sales inventory system
Jump to Postwell for this you need to code the all components individually.as jonsca suggested you can go through these links.......
See this for all the details members that are modifable in a console application (colors, positioning cursor etc)
http://msdn.microsoft.com/en-us/library/system.console_members(VS.80).aspx
See this for a port to C# of a popular console manipulation library in C and C++
http://sourceforge.net/projects/curses-sharp/
It's not going to be as straightforward as designing a GUI for Windows. I've never used the C# curses implementation but you'll probably have to do a lot of the menu structures yourself.
well for this you need to code the all components individually.as jonsca suggested you can go through these links.......
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.