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 bkrike 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: UncleT
  • Content: Threads
  • Order by date
  1. UncleT

    VB 2005 Windows Type Search

    Hello, I am fairly new to VB 2005 and I was given a potential project by my boss the other day. We have a place on the network that contains various files (.doc and .PDF). These files are work policys. My boss is wanting me to see if I can write an application that will allow the user to...
  2. UncleT

    Determining what event is fired

    Hello, I've got an error routine that I usually put into each event I create. This routine has global variables in which I put the name of the event I am currently in. For example g_str_Error_Procedure = "cmdbutton_Click". Right now I am copying and pasting the "cmdbutton_click" into the...
  3. UncleT

    App shuts down when same app is opened on another client

    Hello, I am having a problem with our CITRIX server and I would really appreciate it if someone could give me some insight. Our Citrix server is running Windows 2003 server and we have Citrix Presentation server 4.5 installed. I've got multiple applications installed on the server some VB...
  4. UncleT

    copying a file to server using credentials

    Hello, I've been writing a vb6 application that I need to copy a file from one server to another. The system if for a police department and it is an Internal Affairs system. What I need is for the user to be able to copy a file to a location on the server using the application but the user...
  5. UncleT

    Can't right mouse click

    Hello, At my work we have a Windows 2000 Server that is running CITRIX. All of a sudden we are unable to "Right Mouse Click" on anything. If I want to see the properties of a file on the desktop, when you right mouse click the icon the menu does not come up. Does anyone know what the cause...
  6. UncleT

    Installation problems on Windows Server 2003

    Hello, I wrote a vb6 application that uses the crystal 9 components to print a report. This appliction is kind of a scheduler that will print the report at a certain time every morning. I created a setup using the VB P&D and I tried to install it on a "Windows 2003 Server". The install...
  7. UncleT

    "Option Button Control" Pressing TAB

    Hello, I've got a form that has 5 option buttons (Radio Buttons) on it. I want the user to be able to tab between them with the tab button. Right now I can tab to the first button and when I press tab again it goes to the next control not the next option button. The option buttons are...
  8. UncleT

    Passing Credentials (Urgent)

    I have a program that changes the system date on a PC. Does anyone know how I can pass administrative credentials to allow this to happen when a user that is not an administrator of the PC runs the application? Any help would be greatly appreciated this is very urgent.
  9. UncleT

    VBScript to change system date!! (Urgent)

    Hello, Can anyone give me the vbscript code to change the system date on a computer programatically. I need a script to change the year on the system date back 1 year. Any help would be appreciated. Thanks, UncleT
  10. UncleT

    Opening a VB app with a windows file extnesion?

    Hello, I was wandering if there was a way to open a VB exe by clicking on a file with a certain exe. I know it can be done but I have no clue to accomplish it. Here is what I want to do. I want to write an VB applicaton that is strictly a Crystal Reports Viewer. On the client PC I want...
  11. UncleT

    About Menu Option (Right Justified)

    Hello, I've created an application in VB 6.0 and on the main form I put some menu items. One of the menu items is "ABOUT". My question is, How do I get the About menu item to show up on the right side of the form and the other entries show up on the left. I set the Negotiate position to...
  12. UncleT

    Division Symbol in VB

    Hello, This is probably a stupid question. I want to display the TRUE division symbol in a label on a form. I don't want to display the "/". How do I do this. Thanks, Unclet
  13. UncleT

    Inserting Word Documents into Crystal

    Hello, We have an application at work that allows the user to attach a document to a case. The database has a path to where that document is stored. If I have five cases and in the database each points to a "WORD" document. For example Case 1 will point to 1.doc, case 2 will point to...
  14. UncleT

    Web Interface & Pass-Through Authentication

    Hello, My company has been looking at using the Citrix Web interface to view and use various applications. We are currently using the Citrix Agent but we have rebuilt our server and the new one has a different name and we are going to keep it that way. When the new server is switched on...
  15. UncleT

    Checking File Permissions

    Does anyone know how to programatically check the permissions on a file using VB?
  16. UncleT

    VB Checking File Security

    Hello, I've written a VB application that is a container for Crystal reports. It is set up to look at a certain location on the network and under that location there are folders which in the application will turn into buttons. For example if there is a Folder called "ARREST" then there...
  17. UncleT

    .net Barcoding

    Hello, Can anyone tell me a good barcoding software that will work with visual studio.net that is not too expensive. Unclet
  18. UncleT

    VS.net Pro vs VS.Net Ent vs VS.Net Arc.

    Hello, I am a vb 6.0 programmer that is going to be converting to .net pretty soon. I have been researching the .net products and the documentation is pretty confusing to me. Could someone tell me in simple terms the differences between VS.Net Professional, VS.Net Enterprise and...
  19. UncleT

    Database Locked

    Hello, I have an access database that is used with a visual basic application. Today the application started giving errors and I realized the database is locked or something. It does not have a .ldb file but when I try to open it in access it gives "Could not use...
  20. UncleT

    Application Within An Application

    Hello, I have been assigned a task of developing an application that will be a container for other applications. For example: The primary application will be like a MDI form that only has Menu Items and maybe a toolbar. Say one of the toolbar icons is an Inventory Icon. When the user...

Part and Inventory Search

Back
Top