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 Chriss Miller 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: *

  1. ppuddick

    XML Data in C# 2005

    Hello all, First of all I'm quite new when it comes to development so please bear with me. I have a winforms app written in C# 2005 Express Edition. When the app starts it reads an xml document and then populates the a combobox with a node entry from the XML file. This works fine - took me...
  2. ppuddick

    Integrating Outlook 2003 and Project Professional 2003

    Hi all, I've been hunting high and low for a solution which will allw me to view my project tasks from within the my outlook calendar. Yes you could sayt this is quite lazy, but like most people the first thing I open in the morning is Outlook to check mail and having my project tasks in my...
  3. ppuddick

    Scheduling print jobs

    Hi all, I'm on the lookout for a vbscript which will schedule print jobs. This is the scenario: We have a networked HP Printer. On our Windows 2000 server (SP4) we have a standard TCP/IP port printing to the device which is shared out to our Windows 2000/XP clients (SP4 and SP2 respetively)...
  4. ppuddick

    Bit of advice needed

    Hi all, I've just setup an SBS2003 server for one of our clients. Following a tutorial on the web I partitioned the first disk (of a RAID 1 mirror) as follows; C:\ - 10Gigs - SYSTEM Drive D:\ - 2Gigs - SWAP E:\ - 138Gigs - DATA Now, I ran through the SBS wizards as I've been told that...
  5. ppuddick

    Script to delete attachments in Outlook 2003 sent items

    I have the following code from a book that works great with the inbox. option explicit dim oSession, oInBox, oMessage, oSender, sMsg, objAttachColl dim oRecipients, thePath, oAddress, myAttach, oAttachment 'Path to Export Folder thePath = "E:\Export\" 'Create Session set...
  6. ppuddick

    Script to delete attachments in Outlook 2003 sent items

    Hi there everyone, Does anyone know of a vbscript that will allow me to delete attachments in the sent items folder in Outlook 2003? It would be good if this script could delete all attachments on sent items that are over a month old and keep the others. I've just taken over a network where...
  7. ppuddick

    VBScript to log and email IE History

    Hi all, Here's the scenario. I have a customer on a small LAN with all web traffic going out through the NATted router/firewall. Thats fine. They've come to me asking if we can record and log everyone's (only 10 machines) Internet history/activity and then automatically email that to one of...
  8. ppuddick

    Demoting Win2k PDC

    Just to let you know that worked a treat. Many Thanks :-)
  9. ppuddick

    Only Domain Admins can log on

    Hi all, I've just installed a Win2k3 server (Domain Controller) onto a customers network. I've done a whole heap of these in the past and this is the first one I've had problems with. The problem I've got is that only Domain Admins can log on. Now, I admit I have been playing the the default...
  10. ppuddick

    Demoting Win2k PDC

    Ok thanks. I'll give that a try Will let you know how it goes Thanks once again
  11. ppuddick

    Demoting Win2k PDC

    Hello all, I have a Win2k Server running Active Directory which I would like to downgrade from a PDC. The reason for this is that we are going for Win2k3 Advanced Server and that will be our PDC. Now, I need to print out a list that details all users and groups currently on the Win2k PDC...
  12. ppuddick

    NG Error #853 when printing over vpn

    Hi all, I have a slight problem with printing over a vpn. This is an IPSec vpn with Windows Server 2003 at both ends. One site is in the UK, the other in Hong Kong. The LAN at Hong Kong can print to the printer (a Canon iR3100C) with no problem whatsoever. When we try to print from the UK...
  13. ppuddick

    Setting default file save location in word and Excel using VBScript

    Great Stuff. Thank you PH
  14. ppuddick

    Setting default file save location in word and Excel using VBScript

    Thank you so much for your prompt reply. It works and it works a treat. Thank you. One quick question. If I wanted files to be saved in users folders within the share would I put something like this? I can't help but think I've missing something in the code (ahem) below Const...
  15. ppuddick

    Setting default file save location in word and Excel using VBScript

    Hi all, I'm a complete newbie when it comes to this so thank you in advance for reading. I have both a logon and logoff vbscript on my Win2003 domain controller. Both of these work like a dream. Is there anyway I can put something into the logon script that changes the default file save...
  16. ppuddick

    Automated Backup using DVD-RW

    Hi all, Can anyone recommend a cheap - but good - piece of software that will allow me to perform once nightly automated backups on Windows 2000 Server backing upto a DVD-RW Drive? I've been using Stomp's BackUpMyPc on my XP Pro machine but it won't install on 2kserver. Thanks in advance for...
  17. ppuddick

    NewWindow from menu_array

    Hi Jemminger, Thank you for your prompt reply. I've tried that but no such luck. I think you're on the right track though :)
  18. ppuddick

    NewWindow from menu_array

    Hi all, First of all I'm new to this Javascript game. Secondly, thanks in advance for reading this. Essentially what I want to do is to open up a new window from my menu_array.js - not only a new window but a pre-determined sized window in the middle of the users screen. I have achieved this...
  19. ppuddick

    Moving and Resizing Dynamic Partitions

    Hi again, Please ignore that last message. I've delved into it and found that I really need to convert the drive back to a basic disk. I have found a way to do this using another third party tool. Doh!
  20. ppuddick

    Moving and Resizing Dynamic Partitions

    Hi all, I have two 60Gb hard disks on my pc both with two 60Gb NTFS partitions which are dynamic. I would like to dual boot with Linux but I need to resize and move the NTFS partition on the 1st disk. I wiill keep the 2nd disk as storage. I've tried using Partition Magic to move and resize the...

Part and Inventory Search

Back
Top