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 Mike Lewis 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: *

  • Users: kprog
  • Order by date
  1. kprog

    Email freezing in application using Mapi Controls

    I have an issue with the email freezing the application. The users have to ctrl-alt-delete to get out of it but it doesn't happen all of the time. I have attached the code used in the application. Is there any way to prevent it from freezing the program? MAPISession1.LogonUI = True...
  2. kprog

    Email messages overwritten

    Your attachment index needs to increment. It looks like it is always set to 0 in your code.
  3. kprog

    Attachmentname property only reads first 8 characters of filename

    Hello, I am using Outlook 98 with a vb application. I am using the atttachmentname property to get the file name of the attachment. The problem is I need the file name to be 9 characters but the property returns only the first 8 characters and the .txt. Is it possible to for this property to...
  4. kprog

    Attaching more than one file to an email in VB

    I am trying to attach more than one file to the an email using the MappiSession objects. My code looks like this... MAPISession1.LogonUI = True MAPISession1.SignOn MAPMess.SessionID = MAPISession1.SessionID MAPMess.Compose MAPMess.RecipAddress = "emailaddress&quot...
  5. kprog

    Error when trying to Install exe

    I am using an administrator ID.
  6. kprog

    Error when trying to Install exe

    I am getting the error "Can not start main set up program" when I try to install my application on a NT server. It works fine when I install it on my computer with windows 98. Is there something that needs to be done differently when creating the package? Thanks.
  7. kprog

    error code while loading

    I am getting the same error (Can not start main set up program) when I try to install the application on a NT server. It works fine when I install it on my computer with windows 98. Is there something that needs to be done differently when creating the package? Thanks.
  8. kprog

    Can not find database dll error message

    I searched the crystal forum for answers on this one and have found a little help there. This seems to be more of a crystal problem than a vb problem. Thanks.
  9. kprog

    Can not find database dll error message

    When a user tries to open one of my crystal reports (through the vb application), they get the error 'Can not find database dll.' Does any one know what this is referring to? Thanks!
  10. kprog

    Changing background color of old records in a data grid

    Thanks for your quick response.
  11. kprog

    Changing background color of old records in a data grid

    I would like to change the back ground color of each line where the record has been closed. Is it possible to change the background color of a row in a data grid? I have tried the backcolor property, but I only want to change the color of certain rows based on the value of one of the fields...
  12. kprog

    Username and Password showing in the address bar

    Hello, I have a page where the user enters their username and password. The problem is when they click on the submit button, the next page displays, but you can see their user name and password in the address bar at the top and the status bar at the bottom. Does anyone know how to hide these...

Part and Inventory Search

Back
Top