How do I create an agent that successfully blocks emails from outside of my company?
I've been trying to create an agent that checks for author "does not contain" and then specifying the company portion of the email address. But, outside mail still makes it through if the...
Is it possible to build a C++ app using the Internet Explorer engine on windows CE?
I thought it was possible to get a copy of a IE component. Unfortunately, all that I've found is based on IE 3. I would like to get an IE 5+ version of a browser runnning on CE.
Does anyone know if this is...
Actually I need to start with a reason not chosen. There really isn't any appropriate default selection.
I can disable other dialog objects (buttons, grid, etc.) and wait for the user to select a reason before reactivating the other items. I can also trap for the user attempting to focus on...
Interesting articles.
In my area, I'm seeing similar cutbacks in all areas. Not just IT. It's not just IT that is getting hit, it's every department from the engineers to vice presidents of sales and marketing.
But as the author stated, "The skills shortage will be back with us very...
Just a word of caution here....
I believe this only works if your web server is configured for NT authentication (clear text). I might be wrong about that, I don't have a machine available to test this on.
Also, you might be surprised to find that if you are configured for NT authentication...
Unfortunately none of you have accounted for the influx of cheap labor from India and other countries. Not to mention the move toward using off-shore labor for development projects.
In my area (central Iowa), I've seen a huge increase in the number of jobs filled by Indian contractors. I have...
Here's a simple piece of code.
------------------
int nMyDimes;
nMyDimes = 0;
if (GetValue(1, nMyDimes) == TRUE)
{
AfxMessageBox("Value is GetValue is " + nMyDimes);
}
------------------
How do I convert nMyDimes to a string so that this displays correctly?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.