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 SkipVought 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. Slippie

    Releasing modem

    I currently have the problem that I use InternetDial to make a dialup connection. The problem I have is that sometimes the modems do not release and I can't make a new connection. Is there any way for me to see if something is really using the modem and then force releasing it?
  2. Slippie

    InternetDial in Threads

    I have the problem that if I use InternetDial with the mainform as Parent handle it stops the program in order to do the dial. What I want to do is use a thread as its parent handle so that I can still access the rest of the program and it dials in the background. I tried the following...
  3. Slippie

    Strings in streams.

    The TStringList was the way to go. It also sports the very nice commands SaveToStream and LoadFromStream. Tnx a lot. Slippie
  4. Slippie

    Strings in streams.

    How do you use strings in TMemoryStreams? The strings are not fixed lengths. The first thing in my stream is an integer containing the number of different strings. Each string is then stored in the following manner: First the SizeOf(String) and then string itself using the...
  5. Slippie

    Using events in array of objects

    Thanks buho, the problem wasn't with the event handler, but rather in a unit I wrote to handle strings in streams which was called in the handler. I still haven't figured out the problem, but I'll post the problem in a new thread.
  6. Slippie

    Using events in array of objects

    I have a problem using events occuring in a object in the Mainform. I've created an array of objects with the name TUser. Inside this object is an event with the name OnStreamReceivedFromClient which is of the type EventOnStreamReceived which is a procedure passing a TMemoryStream. Now I've...

Part and Inventory Search

Back
Top