Click here to Skip to main content
15,899,679 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
QuestionEditor for collapsing '#ifdef' or '#if defined' in C/C++ files Pin
kristofvanderhaeghen21-Nov-05 21:44
kristofvanderhaeghen21-Nov-05 21:44 
QuestionHow to change CEdit's background color and text color? thanks. Pin
LeeeNN21-Nov-05 14:12
LeeeNN21-Nov-05 14:12 
QuestionFailed to retrieve SQL Server out param values using ADODB::_CommandPtr - Urgent Pin
shyjujohn21-Nov-05 1:00
shyjujohn21-Nov-05 1:00 
Questiondrawing in a console Pin
qwerty666@codeproject.com20-Nov-05 10:57
qwerty666@codeproject.com20-Nov-05 10:57 
AnswerRe: drawing in a console Pin
Curtis Schlak.20-Nov-05 15:45
Curtis Schlak.20-Nov-05 15:45 
GeneralRe: drawing in a console Pin
qwerty666@codeproject.com21-Nov-05 7:26
qwerty666@codeproject.com21-Nov-05 7:26 
GeneralRe: drawing in a console Pin
Curtis Schlak.21-Nov-05 16:35
Curtis Schlak.21-Nov-05 16:35 
QuestionConsole window Pin
orestis198720-Nov-05 9:24
orestis198720-Nov-05 9:24 
Hi all. Thanks for listening...Well, reading i mean.
Anyway, I want to develop a console application in vs 2003 that has the looks and visual functions of the turbo c compiler.

What i mean is that i want an application in the console that has a main menu, scroll bars etc...(I dont want to develop a compiler(for god's sake))

But i have a series of critical problems:
- I cant "tell" my program whether i want it to be text screen mode 25x80 or 40x80 (is there any command or function for that?)(Personally i prefer it 25x80)
- I want it to run by default as a full screen ms dos and not as a window
- I try to draw a "window" that takes the whole screen like this one:
╔═════════╗
╚═════════╝
with characters
but printing and printing, i finally get to the last place of the last line of the last column.Printing the last character the typical commands like cout produce an end line and i lose the first line.
I want some advice on how to do such a thing as a console window.

- I want to add mouse support
- I want to add multilanguage support

Anyone who thinks he knows something or is thinking of something about it please share it.

Remember i am using VS 2003 .net

Also i dont know if programming in win32 console or .net console has many functional differences

Thank you
Question0 vs "0" Pin
IsaacB18-Nov-05 13:14
IsaacB18-Nov-05 13:14 
AnswerRe: 0 vs "0" Pin
Sheng Jiang 蒋晟20-Nov-05 16:41
Sheng Jiang 蒋晟20-Nov-05 16:41 
AnswerRe: 0 vs "0" Pin
John R. Shaw22-Nov-05 19:41
John R. Shaw22-Nov-05 19:41 
Questionstatic and the public keyword Pin
S. Senthil Kumar18-Nov-05 3:56
S. Senthil Kumar18-Nov-05 3:56 
AnswerRe: static and the public keyword Pin
toxcct18-Nov-05 7:08
toxcct18-Nov-05 7:08 
GeneralRe: static and the public keyword Pin
S. Senthil Kumar20-Nov-05 19:21
S. Senthil Kumar20-Nov-05 19:21 
Questiongathering drive contents with standard C functions Pin
computerwhiz197015-Nov-05 6:22
computerwhiz197015-Nov-05 6:22 
AnswerRe: gathering drive contents with standard C functions Pin
Nish Nishant17-Nov-05 3:45
sitebuilderNish Nishant17-Nov-05 3:45 
AnswerRe: gathering drive contents with standard C functions Pin
mikanu19-Nov-05 20:40
mikanu19-Nov-05 20:40 
QuestionCreating a CSV file using C++ Pin
Georgie Hughes15-Nov-05 1:55
Georgie Hughes15-Nov-05 1:55 
AnswerRe: Creating a CSV file using C++ Pin
Christian Graus15-Nov-05 11:00
protectorChristian Graus15-Nov-05 11:00 
GeneralRe: Creating a CSV file using C++ Pin
Georgie Hughes15-Nov-05 23:07
Georgie Hughes15-Nov-05 23:07 
QuestionAccessing file from different threads Pin
9ine14-Nov-05 22:56
9ine14-Nov-05 22:56 
QuestionConsole C++ app drawing to a Window Pin
Big_Goose14-Nov-05 16:15
Big_Goose14-Nov-05 16:15 
AnswerRe: Console C++ app drawing to a Window Pin
Christian Graus14-Nov-05 16:30
protectorChristian Graus14-Nov-05 16:30 
GeneralRe: Console C++ app drawing to a Window Pin
Big_Goose15-Nov-05 3:18
Big_Goose15-Nov-05 3:18 
GeneralRe: Console C++ app drawing to a Window Pin
Big_Goose15-Nov-05 3:20
Big_Goose15-Nov-05 3:20 

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.