Search results for query: *

  • Users: Halonix
  • Content: Threads
  • Order by date
  1. H

    "too many client tasks"??? Please help!

    The page consists of the following code that runs in the from the onadcreated event of an adrotator control. Everything works but the problem is that after a certain amount of time and meta refreshes I get an error "that says too many client tasks". Thats all it says. Looking that up I find that...
  2. H

    Error Control Help Please!!!

    Im confused... MSDN says the enumvalue method will return either a integer 0 or a non-zero error code. Why is it that when I run this code: Dim code As Integer oReg = GetObject("winmgmts:{impersonationLevel=impersonate}!" & p_SystemPath & "\root\default:StdRegProv") code =...
  3. H

    Converting an old WSH function to VB.NET...

    Im trying to convert the following function to vb.net. This was origionally in a wsh script and was working fine. The problem mainly is that .NET no longer supports the Eval method. To describe the function a little: When called it is passed a wmi class name to check ie "Win32_System" and a...
Back
Top