Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. WebdudeIA

    Block Spam with Agent

    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...
  2. WebdudeIA

    Custom Browser

    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...
  3. WebdudeIA

    Force user choice in combobox

    And how would I check for the combobox to "lose" focus?
  4. WebdudeIA

    Force user choice in combobox

    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...
  5. WebdudeIA

    Force user choice in combobox

    How do I force a user to make a choice on a combobox? I don't want the user to move off the combo box until a choice has been made.
  6. WebdudeIA

    IT Market

    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...
  7. WebdudeIA

    VBScript for WIN2K to get user name

    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...
  8. WebdudeIA

    IT Market

    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...
  9. WebdudeIA

    Convert int to string

    Thanks! That will work!
  10. WebdudeIA

    Convert int to string

    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?
  11. WebdudeIA

    Simple dialog

    Thanks! That's exactly what I was looking for.

Part and Inventory Search

Back
Top