Mouse: How to get the MousePosition (D4)
In Delphi 4 you can use the Mouse global variable. [code lang=”delphi”]begin x := Mouse.CursorPos.X; y := Mouse.CursorPos.Y; end; [/code] [tags]Delphi, Misc, Mouse[/tags]
Packages: PlugIn Framework (Links)
> Is there any article talking about the packages and DLL, does Packages can > support the library advantages, > e.g. > 1.…
Records: How to define a ‘constant record’?
How to define constant-Records? What if you like to have a set of constants collected into a record structure? Well, it looks crazy…
bring up the standard windows dial up box
> I want to fire an internet connection, i do not want my own dial up. > > I just want to bring…
Getting New NNTP Messages
>>>No, this is not possible. Messages are requested from the server by >>>reference. Dates are not specified in the NNTP protocol standards. >>>…
Handle the event for a dial-up connection
> How can I handle the event for a dial-up connection. And also get the > connection speed,bytes recvd/sent, display the internet activity??…
How to handle the event for a dial-up connection
> How can I handle the event for a dial-up connection. And also get the > connection speed,bytes recvd/sent, display the internet activity??…
Is the Computer connected to internet?
> Can someone tell me how to find out in a application if the computer running > it is connected to the internet.…
D4: Error reading symbol file
|1) “Error reading symbol file”, have no idea what this is, shall I just |forget about it and continue working? delete the .dsm…
D5: Debugging DLL on WinXP?
Q: cannot debug DLLs with Delphi5 and WindowsXP A: Several threads address this issue, and here is the solution. The problem is restated…