I'm not familiar with Windows Mobile so I can't help you much more. But I hope the example I cited at least points you in the right direction, and that somebody else will follow up on this thread.
Thanks to you both for your comments and the link. I see what you're getting at, but in this particular case (is (row1, col1) less than (row2, col2)) testing for "less than" first leads to pretty...
Paul:
Thanks for your input. It seems to me your point would apply to arithmetic comparisons (eg., floating point), but not to integer, no? The referenced comparison actually refers to two (row,...
GNiewerth: In my rush to get this posted, I omitted the object reference in my sample code. I do, in fact, use code similar to what you've supplied (I doubt...
Nope - I purchased a new computer last summer with Vista installed, but deprecated it to XP as soon as I got it. From the problems I've seen with Vista on clients' machines, I'm not looking forward...
Told you it was a dumb question. I could swear that didn't work for me in the project, but you are absolutely right. Maybe I should stop thinking about Mary-Jane....
Either I missed this class in Elementary Programming, or perhaps Mary-Jane had her see-through blouse on, but I'm at a loss for this: What format string would I use (eg., in a printf() call) to...
Yes, there are several interesting papers on dynamic thresholding on the net which I didn't know about. Thanks for pointing out the search term to use.
Converting color to B&W is a little more complex than farooqmaniar indicates. You'll first have to convert the color to greyscale by using some formula: one example is Greyscale = 0.299Red +...
I didn't know about FlashWindowEx, thanks for pointing it out. I had hoped for something more visually striking than having the title bar toggle between "active" and "inactive" colors, though (hence...
I confess to leaving out a parenthesis in that "if" statement, Markus. If you add it in, you'll see that the "break" is taken when a timer is assigned. This is almost always the first time the...
This one's driving me nuts. I have a FormView app that contains a "Suspend" button. When "Suspend" is pressed, I want the title bar to flash a message, 500 msec on, 500 msec off. Which it does, for a...