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 :=...
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)...
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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.