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?
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...
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
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.