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!

Recent content by trinzul

  1. trinzul

    Trying to speed up a report

    Do you have the columns in your query indexed?
  2. trinzul

    Microsoft office reinstalling

    Are your operating systems Windows XP? If they are would it be possible to log in as the user and attempt to reinstall Office using the right click run as administrator option?
  3. trinzul

    Force an Outlook 2007 user email signature

    I'm trying to force an email signature in Outlook 2007 for all of my users and was wondering if anyone has a suggestion on the best way to do that. I've played around a little with the Office administrative group policy templates and they will allow me to totally remove the signature option and...
  4. trinzul

    Delegation of Control Wizard in Active Directory

    How do I call the Delegation of Control Wizard in Active Directory programmatically in C#.Net???? Any suggestions, code, tips, and references are very much appreciated. Thanks!
  5. trinzul

    Active Directory object property names

    Hey, Does anyone know where a list of active directory property key names can be found? Here is my problem: I'm trying to write users to a Server 2003 active directory. Here is the code I have so far... DirectoryEntry OU= entry.Children.Find("CN=USERS")...
  6. trinzul

    open pdf bookmark in C#

    How do I open a .pdf to a specific bookmark in C#??? Any sample code, suggestions, and/or guides are very much appreciated! Thanks!
  7. trinzul

    Repeater Position Question

    I'm having trouble getting a repeater in the exact position i want on my web form. When i add the repeater to the form it defaults it to the top left corner, and i am unable to move it to any other point on the form. I would think it is possible to specify it in the HTML, but nothing i've...
  8. trinzul

    winzip command line problem

    I wrote the following code to try to use VB.NET to zip a file using winzip's command line add-in. It seems to be opening a command window and running the wzzip.exe file, but it closes before the zip file is created. Does anyone have any suggestions as to how i can have it finish creating the...
  9. trinzul

    VB6 conversion to .NET database connection problem

    I'm having a little trouble with a program that i've written in Visual Basic 6 that doesn't want to work well with .NET. Its a connection to an Oracle database that pulls a count of providers from the database and spits out a file showing number of providers by state. Here is the code from VB6...
  10. trinzul

    Group policy and Write permission

    My office has an older program that needs write permission to the server. The server is server 2003. I've noticed that on the windows 2000 clients everything seems normal no error when the program tires to write to the database stored on the server, however on the Windows XP machines it has an...
  11. trinzul

    VPN Through Firewall

    I have not opened port 1723 or protocol 47, not really sure if the Fortigate 50 supports allowing PPTP to pass through. The firewall itself has the capability of authenticating and allowing access through VPN. The documentation does not give a way to allow pass through. Does anyone know if...
  12. trinzul

    VPN Through Firewall

    They are actually. The VPN Actually connects and assigns a correct IP. It's just after that nothing else works.
  13. trinzul

    VPN Through Firewall

    I'm trying to set up a VPN for my office. We are running Windows Server 2003 behind a Cisco 1700 router and a Fortinet 50 Firewall. I'm a little confused as to how to set this up. Everything i have tried so far does not work. The Firewall has the ability to set up a VPN built into it where it...

Part and Inventory Search

Back
Top