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

    Combo box has text in it after being cleared

    Here is a simple set up with the problem that I am having with combo boxes. I have form1 that is the main form and it calls form2 which has a checkbox that enables a group box which contains a combo box and a few other controls. If I populate the combo box and then decide to clear the checkbox...
  2. tmcnutt

    Create a selection form

    Thanks for the replies. See example below. I would like a product configuration form that includes all possible components available. The engineer would click the check box next to the component if he/she wanted to include it and it would expand and they could fill out the details. If it wasn't...
  3. tmcnutt

    Create a selection form

    I want to create a selection form in Word that will allow users to select components and fill out data for that component if selected. I want all of the selected components to print out if they were selected. Basically, I want to have all components that are available for our final product and...
  4. tmcnutt

    Access postmaster email

    That worked! Thanks, Tom
  5. tmcnutt

    Access postmaster email

    How do I check email in the postmaster account? I can access it from OWA, but would like to access if from Outlook. The email address is hidden so when I try to set it as an additional opened mailbox from the advanced tab, I get an error that the name is not found. Is there a way to access it...
  6. tmcnutt

    List attachment when saving message in text format.

    I installed Outlook SP2 and it took care of the problem.
  7. tmcnutt

    List attachment when saving message in text format.

    I want to save emails in text format and also list the attachment name in the text. All users are using Outlook 2003. It works fine on my machine, but other users' messages do not list the attachment when saved to .txt format. The attachments are already stored in a folder and I did not want to...
  8. tmcnutt

    Run process as different user

    I am trying to run a process with administrator privileges, but having no success. I am using impersonation, which shows that the current identity is that of the administrator account. What I am trying to do is run a .cmd file on either the local machine or on a network share. The problem is...
  9. tmcnutt

    Program design

    I have created a program that creates a folder tree on a network drive and sets different permissions on the subfolders. The program works fine when I run it because I am using Administrator permissions, but someone with user permissions can't run it. The program is written in VB.Net 2003 with...
  10. tmcnutt

    Run program with elevated permission.

    I have a program that creates a folder structure (folders and subfolders) and sets different permissions on several subfolders. It runs on a network drive and works fine since I am an administrator. I need users to be able to run this program so that it will create all folders and set the...
  11. tmcnutt

    How do I get the text of a CheckedListBox item?

    I found a way to do this with the item collection. I didn't see the ToString function when I pressed the period to list the members, all I saw was "GetType". Here is the code I used to save the text to a string array: Pumps.Options(i) = CheckedListBox1.Items(i).ToString Here is the code I used...
  12. tmcnutt

    How do I get the text of a CheckedListBox item?

    I have a CheckedListBox with several text fields and I want to assign the text of the selected items to a string array. I have tried to access the text via the items collection, but having no success. Also, can I loop through the array and set the checked items in the CheckedListBox based off...
  13. tmcnutt

    Change text color or font of tabpage

    I have a tabcontrol with several tabpages and on some of the tabpages there are required fields that need to be filled out. I want to change the font and/or color of the tabpage name only and not all of the text on that page. I want to indicate to the user that there is missing data on a certain...
  14. tmcnutt

    Enumerations for Word not declared

    I am writing an application in VB.Net that is controlling Word. None of the enumerations are recongnized such as wdWindowStateMinimize, but I can enter the integer value and it works fine. I did a similar program in VB6 and it worked fine. Any ideas on what I a missing? I am able to control Word...
  15. tmcnutt

    Scheduled backup needs multiple tapes.

    I have tried to run a scheduled backup which requires more than 1 tape and I can not get it to work when the 2nd tape is inserted. There is a hotfix listed, but I already have the SP1 which includes the hotfix. It works fine if I run it manually. I have included the /UP switch that is mentioned...
  16. tmcnutt

    Generate email addresses.

    That is what I was looking for. Thanks, Tom
  17. tmcnutt

    Generate email addresses.

    How can I change the default email address that is generated for users? I use first initial and last name for the user's active directory account, but their email address are firstname.lastname@company.com. I thought I remember in Exchange 5.5 that I could build the email based off of certain...
  18. tmcnutt

    Open Access in exclusive mode via code?

    I want to put a database on a CD that will be used as read only. I get an error because when the app tries to open the database, it can't create an .ldb file on the CD. I read some articles stating that if I open the database in exclusive mode, it will not create the .ldb file. Can you give me a...
  19. tmcnutt

    Access mdb on a CD?

    I want to have a read only copy of an Access database on a CD that my VB.Net program can access. It works fine on my machine, but when I try to run it with the database on a CD, I get the error message that it can't lock the file. I assume that it is trying to create the .ldb locking file. Is...
  20. tmcnutt

    Determine the program used to open a file.

    I want to know what application on a client's machine is used to open a file. For example, .dwg file could be opened with AutoCAD or VoloView so I need know what is the default file association. I need to open the program and I want to determine if the program is opened already. I currently use...

Part and Inventory Search

Back
Top