Click here to Skip to main content
15,895,142 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: filling an EditBox (which is embedded) in a toolbar by clicking a ToolBarButton ! Pin
David Crow14-Dec-07 6:16
David Crow14-Dec-07 6:16 
GeneralRe: filling an EditBox (which is embedded) in a toolbar by clicking a ToolBarButton ! Pin
CrocodileBuck14-Dec-07 7:56
CrocodileBuck14-Dec-07 7:56 
QuestionHow can I get the name of Win CE device? Pin
yudhisthira14-Dec-07 1:46
yudhisthira14-Dec-07 1:46 
AnswerRe: How can I get the name of Win CE device? Pin
Matthew Faithfull14-Dec-07 3:54
Matthew Faithfull14-Dec-07 3:54 
AnswerRe: How can I get the name of Win CE device? Pin
Alain Rist14-Dec-07 7:05
Alain Rist14-Dec-07 7:05 
GeneralMake use SDI features in Dialog based applications Pin
varun0113-Dec-07 23:53
varun0113-Dec-07 23:53 
GeneralRe: Make use SDI features in Dialog based applications Pin
Nelek14-Dec-07 0:02
protectorNelek14-Dec-07 0:02 
Questiondrawline for VC++ Pin
mercenary0113-Dec-07 23:45
mercenary0113-Dec-07 23:45 
GeneralRe: drawline for VC++ Pin
Nelek13-Dec-07 23:59
protectorNelek13-Dec-07 23:59 
GeneralRe: drawline for VC++ Pin
mercenary0114-Dec-07 1:01
mercenary0114-Dec-07 1:01 
GeneralRe: drawline for VC++ Pin
Nelek14-Dec-07 2:48
protectorNelek14-Dec-07 2:48 
GeneralNelek you missed a point! Pin
CPallini14-Dec-07 3:00
mveCPallini14-Dec-07 3:00 
GeneralRe: Nelek you missed a point! Pin
Nelek16-Dec-07 21:41
protectorNelek16-Dec-07 21:41 
GeneralRe: drawline for VC++ Pin
CPallini14-Dec-07 2:56
mveCPallini14-Dec-07 2:56 
GeneralRe: drawline for VC++ Pin
Iain Clarke, Warrior Programmer14-Dec-07 1:06
Iain Clarke, Warrior Programmer14-Dec-07 1:06 
GeneralRe: drawline for VC++ Pin
Nishad S14-Dec-07 1:35
Nishad S14-Dec-07 1:35 
GeneralRe: drawline for VC++ Pin
Nishad S14-Dec-07 1:39
Nishad S14-Dec-07 1:39 
GeneralRe: drawline for VC++ Pin
mercenary0114-Dec-07 2:38
mercenary0114-Dec-07 2:38 
GeneralRe: drawline for VC++ Pin
Nelek14-Dec-07 2:51
protectorNelek14-Dec-07 2:51 
GeneralRe: drawline for VC++ Pin
mercenary0114-Dec-07 3:01
mercenary0114-Dec-07 3:01 
GeneralRe: drawline for VC++ Pin
David Crow14-Dec-07 3:28
David Crow14-Dec-07 3:28 
GeneralRe: drawline for VC++ Pin
mercenary0114-Dec-07 3:56
mercenary0114-Dec-07 3:56 
GeneralRe: drawline for VC++ Pin
David Crow14-Dec-07 4:26
David Crow14-Dec-07 4:26 
JokeRe: drawline for VC++ Pin
CPallini14-Dec-07 3:32
mveCPallini14-Dec-07 3:32 
GeneralOffline [modified] Pin
Nelek16-Dec-07 21:45
protectorNelek16-Dec-07 21:45 
mercenary01 wrote:
If you don't want to give any positive input why bother giving any input?



I already gave you a "positive input" in the first message. And, in the second one, I didn't want to say you that you are "XXX" or "YYY", I just told you that the code we have given you DO work. This is the correct way to do it, and if it is not working for you, there should be an issue on your tests. And, as David Crow said, the second part of the answer was just a guess of what many people makes. Just copy paste. And even that... I was giving you a possible solution to correct your code IF you had made copy-paste. But I didn't gave you directly the text to a new copy paste (it would be...):

//{{AFX_MSG(CYourDialog)
afx_msg void OnPaint();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()


As I have already said in other messages, here there are programmers, wether telepats nor mediums. If you don't say something concrete, we have to guess. If we have to guess, maybe we are guessing a false scenario. If we are guessing a false scenario... and you get angry with any answer... It is your problem, not ours.


mercenary01 wrote:
Just like to state, that I don't go around telling people how hard I worked or tired my hand on something.


And you don't need to make it, but at least say what have you tried out, and what you not. So e can adapt our answers to your case. Or just put a piece of code where you are trying something, and if there is an error you will get a correction.

But just asking...
mercenary01 wrote:
What is the simplest method I can use to get lines drawn on dialog boxes?


Is not a descriptive message to get the best of the answers.


mercenary01 wrote:
But seriously I don't want anyone to get me wrong


Neither do I, because of that I want to tell you that I am not angry, I am not mad... I am just trying to explain you the why of my "rude" answer, and some points of view of the people "on the other side". And I am making it to try avoiding future misunderstoods in possible new questions from you or other people that read this message.

And BTW...
mercenary01 wrote:
ya I got it to work got a piece of code from another forum and modified it to fit the project. Thanks for asking.

If our answers were not usefull for you, if yoou don't mind, you can make a little description of what was the problem and the solution you found for other users that maybe will have the same problem in the future. (and... why not? To show us where we were wrong).

Have a nice day Roll eyes | :rolleyes:

Greetings.
--------
M.D.V. Wink | ;)

If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about?
Help me to understand what I'm saying, and I'll explain it better to you
“The First Rule of Program Optimization: Don't do it. The Second Rule of Program Optimization (for experts only!): Don't do it yet.” - Michael A. Jackson

modified on Monday, December 17, 2007 4:01:40 AM

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.