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

    Restricting printing by computer account doesn't work.

    I'm trying to disallow printing to a 2003 print queue based on the computer account. For some reason, if I explicitly deny that computer account from printing, the user's permission to print (as part of Staff group), allows them to print. For some reason, even though you can add the computer...
  2. ikidd

    Slow Listview second time used

    I have a problem with the Listview control where if I open a program, populate a Datareader and then loop the reader into a Listview, it's very fast the first time (400 milliseconds for 600 items in 5 columns) and then if you click it again for a refresh where it re-executes the datareader, etc...
  3. ikidd

    Creating RAS dialup in VB .NET?

    I'm trying to create a VPN (PPTP) connection entirely in code, use it, and destroy it. So far, the only thing I've been able to find is references to RASENTRY, RasSetEntryProperties, etc for use in C++. Is this implemented in VB .NET and if so, are there any suggestions about how to go about...
  4. ikidd

    Exception Overflow on a String from EventlogEntry?

    When rolling through an event log using system.diagnostics.eventlog, I have to trap a System.OverflowException (Int32 too small or large) for what should be a string in an eventlogentry.message field that's defined as string. The problem is precisely defined in...
  5. ikidd

    RRAS "Reason for disconnect was user request"

    I have a TS with several clients dialing in through RRAS on a modem bank of USR Sporsters. Occasionally, while most RRAS dialup clients work, one will connect, authenticate, and then drop after about 6 seconds and the event log logs "Error 20048; The Client was connected for 6 seconds...
  6. ikidd

    Terminal server Bogs down

    I have 2K term server running in app mode and serving to about half a dozen dialup clients coming in on RRAS. Recently, the server starts throwing DCOM errors (COM servers not able to register with DCOM) and then just locks up, giving STATUS_TIMEOUT to term services. The only way I can get...
  7. ikidd

    Repeating page if page# < parametervalue

    I'm printing waybills from code and just passing in parameters. One parameter is piececount. How can I get CR to repeat the page up to the total piececount. I would figure a New Page After with formula [if pagenumber < tonumber({?piececount}) then true] would work but the New Page after is...

Part and Inventory Search

Back
Top