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!

Search results for query: *

  • Users: Monkey36
  • Content: Threads
  • Order by date
  1. Monkey36

    Positon: Relative hides <li> bullet point! (?)

    I'm having real CSS woes today! Hopefully someone can sort me out with this one as well.. Below is a stripped down version of what I'm trying to do; a page with a sidebar of information, with "float: left" so that the rest of the page flows around it. But I'm coming up against a problem in IE...
  2. Monkey36

    Rollover border change

    I'm trying to create a link image whose border changes color when the mouse is hovering over it. However, I can't get the <a> tag's border to surround the image to begin with in FireFox! (Seems to be Ok in Internet Explorer). <html> <body> <a style="border: 2px solid red;"><img...
  3. Monkey36

    Share code between Global.asa and ASP pages

    I've got a javascript class for reporting events (eg. user logged on, user supplied incorrect password, etc..) for a web app, which wraps a Server.CreateObject call, and some initialisation code. So, in each ASP page that needs to log an event, there is an #include statement at the top of the...
  4. Monkey36

    VPN DNS Problem (?)

    Hi everyone - I've got a VPN problem that's driving me a bit up the wall. We've got a few users who connect to our server through VPN from a home ADSL connection, and they work fine. I believe that they use an ADSL modem and the Windows firewall. Then we've got one guy who has a router...
  5. Monkey36

    Psion 5 Presentation Maker Converter

    Hi - I'm really not sure what forum Psion 5 questions would go in, so if this one isn't appropriate, please feel free to suggest a better one. I've got Presentation Maker installed on a Psion 5, and I've got the corresponding converter installed on my PC. When I copy the file from Psion to PC...
  6. Monkey36

    Logon script not running unless Admin

    It's just come to my attention that one of our Windows 2000 (professional) machines does not execute the domain logon script when the user logging on does not have administrative rights on the machine. However, if I log on as a non-admin user and start up the command prompt, I can successfully...
  7. Monkey36

    Deleted Items Retention problem

    Hi all - I've been reading the articles on enabling Deleted Items Retention on Exchange Server (2000) as I recall I enabled this a couple of months ago but have not actually needed it since. However, today I thought I'd have another poke around into how it works and.. today it doesn't :( I...
  8. Monkey36

    Acquiring licenses

    Is it still possible to get hold of Windows 95/98 licenses these days? We've got old PCs that I don't really want to have to install 2000/XP on. We've got a volume license key for Windows XP for all of our modern computers, has it ever been the case that holding these licenses allows you to...
  9. Monkey36

    Disable Firefox page download with [ALT] key

    Hi - I'm not sure this is the appropriate forum, but we don't seem to have one specifically for Firefox. I feel this should be easy to do but I just can't find the option! If you hold down the [ALT] key and click on a link, instead of navigating to that page, Firefox tries to download it...
  10. Monkey36

    Disable Firefox page download with [ALT] key

    Hi - I'm not sure this is the appropriate forum, but we don't seem to have one specifically for Firefox. I feel this should be easy to do but I just can't find the option! If you hold down the [ALT] key and click on a link, instead of navigating to that page, Firefox tries to download it...
  11. Monkey36

    Arrange Relationships View

    I've got a table of Patients who may have up to 3 Consultants assigned to them, so have numeric ConsultantID1 - ConstultantIC3 fields which match to the UniqueID in the Consultants table. I'm trying to arrange the tables in the Relationships Viewer, and ideally what I want is to have three...
  12. Monkey36

    Mails not going out from Exchange

    This has been driving me a bit loopy because I've got some grasp of Exchange, but not enough to know what's going wrong in some scenarios or how to find out ("just enough to knowledge to be dangerous" some might say :) Anyway, we host our own mails on an Exchange Server here. Mails are coming...
  13. Monkey36

    Website DNS woes (simple, I think)

    Hi all - I'll be the first to admit I don't a lot about DNS setups, but I'm supposed to be trying to fix something on our Server here. I'm pretty sure there's going to be a simple answer, I'm just not having any luck finding it! Our Server here is also a mail server running Exchange. All our...
  14. Monkey36

    Passing Generic.List(Of Interface)

    Hopefully someone can set me on the right path here, or tell me it can't be done and stop me going round in circles! I'm trying to pass a Generic.List to a function - it could be a list of any entity that implements a specified interface. Say I've got Public Interface ITest ReadOnly...
  15. Monkey36

    Testing object type

    I'm not quite sure how to explain why I want to do this without going into a long-winded explanation, so I'll just skip that bit. I'm wondering if anyone can help me out with some code to determine object type - essentially, I've got an object that may be an instance of one of two types, and...
  16. Monkey36

    Win32_ComputerSystem: UserName with Windows 2000

    Hi all - I'm using this script which I've seen posted all over the net, apparently without the problems I'm encountering. strComputer = "CH04" ' Connect to computer through WMI Set objWMIService = GetObject("winmgmts:{impersonationLevel=impersonate}!\\" & strComputer & "\root\cimv2") Set...
  17. Monkey36

    Username over network

    Hi all - This is something I used to be able to do in VB6 using a set of API calls I can't remember anymore, but was hoping that there would be an easy way to do it in VB.Net. I'm relatively new to .Net so you may have to go easy on me. Using System.DirectoryServices I've been able to use...
  18. Monkey36

    Dell Gn+ Video Upgrade

    Ok, I know this is going to be somewhat of an obscure question since it refers to a long out-of-date Dell PC that was generally only supplied to companies, but here goes - I've got an old Dell Optiplex Gn+ PC, its a P-233MMX with onboard network and video. I want to hook it up to a television...
  19. Monkey36

    Printing HTML mails from Outlook 2000

    I'm sure lots of people have run into this because there are boards all over the web with people saying that they can not print/preview html e-mails from Outlook 2000. Basically, that's the situation I'm facing. Plain text and Rich text mails are fine, HTML mails are fine to view and open, but...
  20. Monkey36

    Raise error in caller

    I'm trying to get to grips with raising errors appropriately in VB6. What I've got is a class method that will only accept parameters of a certain form eg. Form: Sub Form1_Load Set Class1 = New CTestClass Class1.CallMethod 1, 2 End Sub Class: Public Sub CallMethod(Arg1, Arg2) If Not...

Part and Inventory Search

Back
Top