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

Managed C++/CLI

 
AnswerRe: nooB question: Can mix MFC and .NET extensions in single app/class ? Pin
George L. Jackson8-Feb-06 9:23
George L. Jackson8-Feb-06 9:23 
Questionnull value check Pin
madhusri7-Feb-06 21:37
madhusri7-Feb-06 21:37 
AnswerRe: null value check Pin
Cedric Moonen7-Feb-06 22:10
Cedric Moonen7-Feb-06 22:10 
GeneralRe: null value check Pin
toxcct7-Feb-06 22:49
toxcct7-Feb-06 22:49 
AnswerRe: null value check Pin
Red Stateler8-Feb-06 3:06
Red Stateler8-Feb-06 3:06 
Questionpipe problem Pin
allenmpcx7-Feb-06 17:26
allenmpcx7-Feb-06 17:26 
AnswerRe: pipe problem Pin
kakan9-Feb-06 0:01
professionalkakan9-Feb-06 0:01 
QuestionThe Hidden Message Pin
Peter Charlesworth7-Feb-06 9:54
Peter Charlesworth7-Feb-06 9:54 
Good morning, fellow homo sapiens sapiens and other species

I am a novice c++ programmer who mainly does it for fun.

I am currently working on a small program which displays messages after a certain amount of time
and for a certain amount of time. It's purpose is primarily helping me study and maybe it might
one day function as an alert-messenger.

I basically does this: the user selects the messages that need to be displayed and sets the timer and
the delay between messages. Then the program randomly selects a message and displays that message
for the pre-defined amount of time after which it makes the message disappear and waits for a second
pre-defined amount of time to display the second message.

The problem is that I want it displayed not in the window with the DOS prompt executing my file, but
on the screen. Like those subliminal messaging programs do. How can i now make the string (message) appear on the screen (how do I output it to the screen, not the DOS prompt)? And how do I make it disappear after
the pre-defined amount of time?

One last thing is this question: can I determine the coordinates of this string with gotoxy(x,y)?
If not, how do I do this then?

A well-meaned thanks in advance,

Peter

P.S. My compiler is the Borland C++ 5.5 compiler, in case it's vital to know this. The .exe files are executed in a DOS prompt.

A program is to be written primarily for humans to read, and only secondarily for computers to be able to execute.
QuestionError using a Visual Basic DLL in c++ Pin
jtrujillogomez6-Feb-06 23:44
jtrujillogomez6-Feb-06 23:44 
QuestionHow can I implement a C++ interface in C#2 Pin
tiancaidao6-Feb-06 22:39
tiancaidao6-Feb-06 22:39 
AnswerRe: How can I implement a C++ interface in C#2 Pin
George L. Jackson8-Feb-06 9:45
George L. Jackson8-Feb-06 9:45 
GeneralRe: How can I implement a C++ interface in C#2 Pin
tiancaidao8-Feb-06 17:57
tiancaidao8-Feb-06 17:57 
GeneralRe: How can I implement a C++ interface in C#2 Pin
tiancaidao8-Feb-06 18:10
tiancaidao8-Feb-06 18:10 
GeneralRe: How can I implement a C++ interface in C#2 Pin
George L. Jackson9-Feb-06 8:03
George L. Jackson9-Feb-06 8:03 
Questionwhile(0) ? Pin
CiNN6-Feb-06 21:36
CiNN6-Feb-06 21:36 
AnswerRe: while(0) ? Pin
toxcct6-Feb-06 22:55
toxcct6-Feb-06 22:55 
AnswerRe: while(0) ? Pin
Michael Dunn7-Feb-06 7:24
sitebuilderMichael Dunn7-Feb-06 7:24 
GeneralRe: while(0) ? Pin
toxcct7-Feb-06 21:35
toxcct7-Feb-06 21:35 
GeneralRe: while(0) ? Pin
Stephen Hewitt14-Feb-06 13:31
Stephen Hewitt14-Feb-06 13:31 
GeneralRe: while(0) ? Pin
toxcct14-Feb-06 21:23
toxcct14-Feb-06 21:23 
QuestionCPU consumtion problem Pin
caniask6-Feb-06 19:12
caniask6-Feb-06 19:12 
AnswerRe: CPU consumtion problem Pin
Dave Kreskowiak7-Feb-06 4:02
mveDave Kreskowiak7-Feb-06 4:02 
Questioncan anyone help me in the c program Pin
taurus7776-Feb-06 19:06
taurus7776-Feb-06 19:06 
QuestionHow to wrap virtual functions? Pin
Rahim Rattani5-Feb-06 17:29
Rahim Rattani5-Feb-06 17:29 
AnswerRe: How to wrap virtual functions? Pin
S. Senthil Kumar5-Feb-06 18:35
S. Senthil Kumar5-Feb-06 18:35 

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.