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. knnknn

    FieldAddress() Designtime vs Runtime. Why does it always return nil?

    How can I find out an address of a WinControl? If the WinControl (e.g. a button) has been dropped on the Form1 at designtime it works like a charm. But if I dynamically create a button then it doesn't. Is there any way how to find out the address of the dynamically created Control? addr :=...
  2. knnknn

    Store procedure and its parameters and then call it

    Sorry, my fault, that's not what I mean. I want a general way how to store a procedure's parameters: All kinds of procedures with all kinds of parameters and all kinds of numbers of parameters. So I want a solution that would work with procedure X(i:integer); and procedure Y(i, j:integer)...
  3. knnknn

    Store procedure and its parameters and then call it

    Is it possible to store the current values of a procedure to call it later? Something like: var procdat:TCompleteProcedureData[/color red]; procedure TForm1.Memo1MouseMove(Sender: TObject; Shift: TShiftState; X, Y: Integer); begin StoreAllValues(procdat); // procdat should contain now...
  4. knnknn

    How can I add or "join" two DSL conections

    Search for "connection teaming"
  5. knnknn

    Hello, I don't know what else to tr

    Thank you jeter and thank you Mexwave. I don't know whether I made myself clear enough. I can plug in the DSL modem directly to a computer and it recognizes the Modem as DHCP server and gets its IP addresses from it (like 10.11.5.161 and the subnet mask 255.255.0.0. I have no influence on...
  6. knnknn

    Hello, I don't know what else to tr

    I use Internet Explorer, but it doesn't work with Netscape and Opera also. The strange thing is: Computer 2 boots, recognizes the DSL Modem as a DHCP server, get its correct IP address and cannot go online though. I have a 4th computer with Windows 98 and when I connect it to the hub it gets...
  7. knnknn

    Hello, I don't know what else to tr

    Hello, I don't know what else to try. I have spent the last days on this, so maybe someone here can help me. I have 3 computers (Windows 2000 on each). They are connected thru a switch. I can plugin the modem to the uplink port and computer 1 can go online. No matter what I try Computers 2 and...

Part and Inventory Search

Back
Top