When using ShellExecuteEx in Delphi 7 to open a file using a verb, I always seem to be getting 42 back as a result in hInstApp, even though I\'m expecting to get a failure and a 31 result, as there is
Is there a way to create/copy a file to/from specific network shared directory with different than current user name and开发者_StackOverflow社区 password ?Here\'s what I use to connect and map a remot
I\'m looking for the equivalent to the Graphics.StringToColor funct开发者_StackOverflow社区ion to convert
I wrote a simple file transfer program that runs on Windows 7. I run this program as a server on one computer and client on the other. Client sends out a request for a file transfer and then server se
I have a small Delphi application that writes a key to the LOCAL_MACHINE registry. When I run it on Windows 7 professional with user that has administrator privileges it fails to write the value, but
I am building a simple plugin framework in Delphi (XE) where the plugins are forms than can be optionally embedded into a TabSheet on a main application. There are examples on the web that explain how
Something I\'ve noticed when testing code I write is that long-running operations tend to run much longer the first time a program is run than on subsequent runs, sometimes b开发者_如何学运维y a facto
for write something in a file i use for example this code: procedure MyProc (... ); const BufSize = 65535;
No matter what I\'ve tried, I couldn\'t make XE2 to connect to a MySQL with dbExpress. The problem has actually many faces. First, target MySQL is either 32- or 64-bits, which affects the libmysql.dll
Could anyone tell me, why I keep getting the following errors? Background: The project has 320 Embedded Forms.