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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by UncleT

  1. UncleT

    VB 2005 Windows Type Search

    Any help would be appreciated.
  2. UncleT

    VB 2005 Windows Type Search

    The windows search function will do what I want it to do. It will search the .doc and .pdf files. Is there a way in VB 2005 to access that search engine?
  3. 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...
  4. UncleT

    Determining what event is fired

    The Try/Catch method is basicly what I use in my error routine. What I am asking is, is there a system variable that describes what Procedure you are currently in? Example a command event like "cmdbutton_click" or a procedure written by the programmer "m_s_Load_Grid". Thanks, UncleT
  5. 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...
  6. UncleT

    App shuts down when same app is opened on another client

    No, there are no limits. I've gotten these applications set up just like the other VB apps that I've written. It's something with the applications. I've been reading a little about application isolation in Citrix. Has anyone used this feature. It states in the manual that if your...
  7. 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...
  8. UncleT

    copying a file to server using credentials

    Thanks for everyone's help. I ended up just writing a vb6 program that resides in the App.path of the original program. This program will read a text file under the same path which contains the Source and Destination file to get copied and uses the basic copyfile command. Here is the kicker...
  9. UncleT

    copying a file to server using credentials

    Actually what I am wanting to do is, copy a file using a VB application from one location to another using administrative credentials. The destination folder is locked down using windows security so the basic copyfile command does not work. I just want to know if there is a way to copy a file...
  10. 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...
  11. UncleT

    Can't right mouse click

    itsp1965, Not sure what you are saying. This is happening on the server itself. I'm fairly new to citrix. Where would I find the ICA Connection on the server or are you talking about the clients? It's kind of weird. None of the icons on the server desktop can be right mouse clicked. You...
  12. 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...
  13. 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...
  14. 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...

Part and Inventory Search

Back
Top