full screen message box
-
Is it possible to make a standard messagebox in c++ Full screen? If so, how would I do such a thing. I'm currently including "MB_SYSTEMMODAL".
-
Is it possible to make a standard messagebox in c++ Full screen? If so, how would I do such a thing. I'm currently including "MB_SYSTEMMODAL".
gamefreak2291 wrote:
Is it possible to make a standard messagebox in c++ Full screen?
Nope. :)
If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke
[My articles] -
Is it possible to make a standard messagebox in c++ Full screen? If so, how would I do such a thing. I'm currently including "MB_SYSTEMMODAL".
gamefreak2291 wrote:
I'm currently including "MB_SYSTEMMODAL".
In an attempt to make it full screen?
"Old age is like a bank account. You withdraw later in life what you have deposited along the way." - Unknown
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons
-
gamefreak2291 wrote:
I'm currently including "MB_SYSTEMMODAL".
In an attempt to make it full screen?
"Old age is like a bank account. You withdraw later in life what you have deposited along the way." - Unknown
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons
No, that was just additional information. What I'm attempting to make is a series of messageboxes none of which are able to be moved from their centered spot and they need to be very large in size.
-
No, that was just additional information. What I'm attempting to make is a series of messageboxes none of which are able to be moved from their centered spot and they need to be very large in size.
gamefreak2291 wrote:
What I'm attempting to make is a series of messageboxes none of which are able to be moved from their centered spot and they need to be very large in size.
You can do that with your own, not the built-in variety.
"Old age is like a bank account. You withdraw later in life what you have deposited along the way." - Unknown
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons
-
gamefreak2291 wrote:
What I'm attempting to make is a series of messageboxes none of which are able to be moved from their centered spot and they need to be very large in size.
You can do that with your own, not the built-in variety.
"Old age is like a bank account. You withdraw later in life what you have deposited along the way." - Unknown
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons
can you possibly help me start this process, I haven't taken a programming class yet and I won't for around another year now so I'm trying to get a very large headstart..
-
can you possibly help me start this process, I haven't taken a programming class yet and I won't for around another year now so I'm trying to get a very large headstart..
Do you know how to create a dialog-based application?
"Old age is like a bank account. You withdraw later in life what you have deposited along the way." - Unknown
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons
-
Do you know how to create a dialog-based application?
"Old age is like a bank account. You withdraw later in life what you have deposited along the way." - Unknown
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons
Possibly, but the terminology doesn't ring any bells
-
Possibly, but the terminology doesn't ring any bells
See here.
"Old age is like a bank account. You withdraw later in life what you have deposited along the way." - Unknown
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons
-
Is it possible to make a standard messagebox in c++ Full screen? If so, how would I do such a thing. I'm currently including "MB_SYSTEMMODAL".
-
I don't know what that has to do with anything, but yes i did just turn 18 in february.