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

    Can I create a mail rule for Outlook directly on Exchange for everyone

    Hello, Does anyone know if I can create a mail rule directly on Exchange so that everyone automatically has the rule in Outlook? If that isn't possible, is there another method to deploying rules without having to touch each Outlook client? Thanks all! Sam
  2. skhoury

    How to access non-static form elements in C# from a static method?

    Hello all - I'm sorry for the newbie question, but I am still trying to grasp this. I have a very simple form, and in the form I've added a RichTextBox control. Within the Form1 class, I have some static variables and static methods - they have to be static because I am calling some lowlevel...
  3. skhoury

    Upgrade path from Media Center Edition to Pro?

    Hello all, I was wondering if there is smooth way to upgrade a laptop running Media Center Edition to XP Pro. Reason is, these folks would like to join this laptop into a domain and that isn't possible with MCE. any thoughts? Thanks! Sam
  4. skhoury

    How to stop numeric column from truncating a zero at end of a number?

    Hello all - I am totally new to Access and DBs all together, so I appoligize for my simple question but... I have a simple table with only 3 colums. One of the columns is a numeric field with 6 digits to the right of the decimal place. If the number is the following: 16.117070, it only...
  5. skhoury

    VPN Connection is working but I can't get to anything on network?

    Hello all - I am at wits end with this problem. Last night i configured a PIX 515 running 6.3.4 for remote access VPN along with integration with IAS for user authentication against Active Directory... The VPN connection works - i.e., I can connect and authenticate. However, I can't get...
  6. skhoury

    Help with RegEx for decimal numbers

    Hello all...I've attempted to parse the following piece of HTML table for decimal numbers with limited luck. So far, i've gotten my RegEx to extract decimal numbers but I can't get it to recognize the value ".286792" below. Likewise, it is also capturing the "W. TF" because it has a "." in it...
  7. skhoury

    How can I access a cell located in another Excel file?

    Hello all, I'm fairly new to 'advanced' aspects of Excel. I would like to know if it is possible for me to populate a cell in a spreadsheet with data that is in another cell in a completely separate Excel file. any thoughts? Thanks all, Sam
  8. skhoury

    Simple example of how to update an Access DB using C#?

    Hello all, I am new to using Access with C#. I am simply trying to write an app that scraps some data off of a website and writes it directly into the DB. I've got the scrapping part down. Can someone provide me with some basic examples of how to use an Access DB and more specifically...
  9. skhoury

    How can I block a website using our PIX515?

    Hello all, I have an IP of a website that upper management would like us to stop our users from surfing to. How can I implement this block using our PIX 515 (running 7.0)? Do I need to build an access-list and attack it to the inside interface rather than the outside interface? Any help...
  10. skhoury

    Is there any Scanner and OCR APIs available for .NET?

    Hello all, I may have to work on an application that will require scanning an image and processing some of the data contained within the image - it is in fact a form, not really an image. I would ideally like to write the app in C# - does anyone know of any OCR or scanning APIs available...
  11. skhoury

    Exchange Brick Level backups taking very long time

    Hello all, I am currently backing up approxmately 200GB of data across a 1GB Switched network. Two servers, one file server and the other an exchange 2k3 server. All the data files (including the exchange datastore files) and system partitions backup quickly. The per message backup...
  12. skhoury

    How can I create a meeting request in another time zone?

    Hello all, I have a user in the office who wishes to create a meeting request for a group of people on the west coast. We are located on the east coast - so the meeting should be at 8am their time, 11am our time. In outlook - If he schedules the meeting for 8am, will it show as 5am their...
  13. skhoury

    User unable to use "Send To" option in Excel without system locking up

    Hello all, I have an odd situation so i'm going to try my best to describe it to you...any help is greatly appreciated! A user is working in an Excel spreadsheet, clicks save and is ready to shoot it off to another user. So, they click on File -> Send As, and select "Mail Recipient (As...
  14. skhoury

    Help - Access to PIX is completely gone (timeouts occuring)

    Hello all - I regularly use the ADSM to monitor the PIX and the SSH shell to configure it. As of yesterday, the ADSM/HTTPS management interfaces stopped working, telnet, ssh and even the console all stopped responding! If I try to connect to any of them, it just times out! I am the only one...
  15. skhoury

    How can I test for the end of a file using a stream object?

    Hello all, I have a simple loop built to read lines out of a text file...I have no way of testing if I've reached the end of hte file however. Here is the code: StreamReader stream = new StreamReader(filename, true); currentLine = stream.ReadLine(); // Get first line (headers) headers =...
  16. skhoury

    How can I pass a stream in place of a string?

    Hello all, I am using the Microsoft Browser Control to display a webpage. The Navigate() method requires that you pass it a string URL parameter to direct it. Instead of passing it a direct URL or file location in the form of "http://www...." or "file://c:/temp/..." I would like to pass in...
  17. skhoury

    How can I stop an employee from sending email to our "allstaff" addy?

    Hello all, We have a slight problem with an employee and would like to restrict him from being able to send messages to our internal allstaff address. I haven't ever seen this done - does anyone know how to restrict a user from doing this? Many thanks in advance, Sam
  18. skhoury

    How do I calculate bits per second given that I have a packets payload

    Hello all, I am currently working on a networked application and I have to calculate the bits per second being generated from the server...I know it sounds trivial but for some reason my equations aren't working. I have the packet. I have all the data associated with the packet, like time...
  19. skhoury

    User cannot forward a contact - permission denied?

    Hello all - I wasn't sure if this post should go in the Outlook2K3 or the Exchange2K3 forum, but it think it falls under the Exchange2K3 one... So I have a user that right clicks on a contact, and selects forward. At that point, a new email comes up with the contact data attached. He fills in...
  20. skhoury

    Backup failing due to VSS - "State: [5] Waiting for completion"?

    Hello all, I have been dealing with our Veritas backups failing for over a week now and it is driving us all nuts. It seems we've narrowed the problem down to one component: the VSS on windows server 2003. Specifically, when I try to backup our Exchange 2003 server, we get the error listed...

Part and Inventory Search

Back
Top