Why should we ignore the joke? Regards, Mike
mla154
Posts
-
Please ignore this joke -
Some People Shouldn't Be Allowed to Use a ComputerI wonder if they looked at the picture before sending it to you. :laugh: Regards, Mike
-
Some People Shouldn't Be Allowed to Use a ComputerHow would you describe the picture? What did it look like? Was it clear? Impossible to read? Just curious. Regards, Mike
-
How do you cope with fear?I remember this: "Even though I walk through the valley of the shadow of death, I will fear no evil, for you are with me; your rod and your staff, they comfort me." - Psalm 23:4 Regards, Mike
-
She Would've Been 43 TodaySo sorry for your loss. How did she die? Regards, Mike
-
CMAP Code Camp Fall 2012 - Saturday, December 1st 2012 -
The first descent code I wrote in my lifeClever! :) Regards, Mike
-
Happy Programmer's Day!I just found the answer on Wikipedia, missed that the first time.
Regards, Mike
-
Happy Programmer's Day!Why is the 256th day of the year considered programmer's day?
Regards, Mike
-
Multiple monitors suck your productivity awayI echo a lot of your ideas. My main monitor is also code all the time (although occasionally some non-programming windows will be on this monitor). My right monitor has Breakpoints, Class View, Error List, Find and Replace, Find Results 1, Find Symbol Results, Output, Properties, and Solution Explorer when I'm not debugging. When I am debugging, my right monitor contains Call Stack, Locals, and Watch, among other things. The windows XP taskbar on my machine is on the far right and is at the minimum visible width. I strongly believe my work day is more productive than if were using only 1 monitor.
Regards, Mike
-
Pascal walks into a bar...I didn't get the joke, sorry. About your signature, why are giraffes not real?
Regards, Mike
-
Tomorrow Is Going To Be BadI'm guessing the reason is because you love Thai food so much.
Regards, Mike
-
I don't care for downvotes to my answers....I propose that CP require users to give a reason for every time they up-vote or down-vote anything (e.g. article, post, etc.).
Regards, Mike
-
Re: Happy Birthday CPHappy Birthday CP. Are you going to send cupcakes to all of your 8+ million users? j/k
Regards, Mike
-
Which programming language you like the most and why?Combined with Visual Studio 2010, C# is my favorite language. I'm aware that garbage collection is provided in other languages. Garbage collection in C# makes programming enjoyable.
Regards, Mike
-
Which programming language you like the most and why?C# is my favorite. Here's why: http://www.codeproject.com/Members/mla154#_comments[^]
Regards, Mike
-
Re: trapping F1 in a class derived from CFileDialogImpl [modified]No problem and I appreciate your effort. I'm not exactly sure what you mean by replacing the windows procedure. Could you elaborate on that a bit? Which windows procedure?
Regards, Mike
-
Re: trapping F1 in a class derived from CFileDialogImpl [modified]I know of no way to use PreTranslateMessage for the CFileDialogImpl class. If I'm wrong, please let me know. Regards, Mike
-
Re: trapping F1 in a file dialogDave, What happened when you did this? Regards, Mike -- Modified Tuesday, June 15, 2010 11:45 AM
-
Re: trapping F1 in a file dialogd@nish, I'm not sure about the GetActiveWindow, but I found a global keyboard hook program. Everything appears to be working now. Thank you for your help. Regards, Mike