Mick
|
Registered User
|
I dabble in Delphi, Perl, occasionally C/C++, and once in a while I do some C#. I've also been working with the Windows Installer (MSI) for a few years.
|
|
39m |
answered | What do you use as WPF alternative for Win32 Delphi? |
|
2h |
comment |
Is it better to use TThread’s “Synchronize” or use Window Messages for IPC between main and child thread? Awesome answer! Thank you for the detailed explanation! |
|
15h |
asked | Is it better to use TThread’s “Synchronize” or use Window Messages for IPC between main and child thread? |
|
1d |
comment |
Should I start my new shareware project in C# or Delphi? Microsoft backing means nothing. Just ask all those that banked on WinForms, VB6, J#, J++, etc. That's one thing about Delphi, the VCL and RTL have just gotten better over the years, and are still fully supported! |
|
1d |
comment |
Should I start my new shareware project in C# or Delphi? I don't agree with you. I'd go Delphi for sure. And I just learned Delphi 3 years ago (before that I was all about C#). I'm more productive in Delphi and I don't have to worry about my GUI framework being deprecated every 3 years (e.g. WinForms). |
|
1d |
answered | Freeware ZIP component for Delphi 2010? |
|
1d |
comment |
How to determine Delphi Application Version I just added the try...finally. |
|
1d |
revised |
How to determine Delphi Application Version add exception handling |
|
Nov 19 |
comment |
How can activate a glass effect (windows Vista/7) in a console application using Delphi That is very cool! |
|
Nov 19 |
comment |
Use SSL with Delphi yet still having a single exe Maybe he used to be a COBOL programmer and caps make him feel more at home... |
|
Nov 16 |
comment |
How do I make the Lazarus IDE look and work like Delphi 2007 or newer? I did find this add-on component which combines the Messages window with the source editor: wiki.lazarus.freepascal.org/Manual_Docker |
|
Nov 16 |
awarded |
● |
|
Nov 11 |
answered | How to determine Delphi Application Version |
|
Nov 3 |
comment |
How do I make the Lazarus IDE look and work like Delphi 2007 or newer? Ah, so now I have 2 problems... |
|
Nov 2 |
revised |
How do I make the Lazarus IDE look and work like Delphi 2007 or newer? edited tags |
|
Nov 2 |
asked | How do I make the Lazarus IDE look and work like Delphi 2007 or newer? |
|
Nov 1 |
answered | Best resources for converting C/C++ dll headers to Delphi? |
|
Oct 29 |
comment |
How do I create and add anonymous hashes to a known Hash during script execution? My end goal is to get a list of rows with unique data (as determined by a combination of 3 cells in a row); however, I need all the cells of the unique rows. Maybe an array of hashes would be better suited for this task? |
|
Oct 29 |
revised |
How do I create and add anonymous hashes to a known Hash during script execution? added 4 characters in body; added 31 characters in body |
|
Oct 29 |
comment |
How do I create and add anonymous hashes to a known Hash during script execution? My problem is that I don't know how many %lineHash I need, because it is tied to the number of lines in a CSV read at runtime. |
|
Oct 29 |
asked | How do I create and add anonymous hashes to a known Hash during script execution? |
|
Oct 28 |
accepted | How to make sure that a file was permanently saved on USB, when user doesn’t use “Safely Remove Hardware”? |
|
Oct 28 |
answered | How to make sure that a file was permanently saved on USB, when user doesn’t use “Safely Remove Hardware”? |
|
Oct 27 |
comment |
What is a good multithreading book for Delphi? Great reference book! I'd love to see someone release an updated version of this book. |
|
Oct 27 |
comment |
Program both as Console and GUI The short answer (from this link) is that: "You can't, but you can try to fake it." |
|
Oct 26 |
comment |
System environment variable created during install not available to current user until reboot Glad to hear that it is working. |
|
Oct 26 |
accepted | System environment variable created during install not available to current user until reboot |
|
Oct 23 |
accepted | Open another user registry settings |
|
Oct 19 |
comment |
Open another user registry settings Please post the exact error message. In Vista (and 7), ensure that this code is running under an Administrative account. |
|
Oct 14 |
awarded | ● Popular Question |
|
Oct 14 |
comment |
Is Installshield the only way to go for Delphi Installations? @Paul-Jan --- you are absolutely correct. Enterprises want an MSI. If you don't give them one, they will ask for it. If you can't produce one, they will repackage your application into an MSI anyway. |
|
Oct 13 |
awarded | ● Nice Answer |
|
Oct 13 |
answered | Is Installshield the only way to go for Delphi Installations? |
|
Oct 9 |
awarded | ● Popular Question |
|
Oct 7 |
comment |
How can I work with Active Directory from Perl? Here, this is any easier way, and makes use of GPResult that is already on your pc. Open a CMD prompt and type: gpresult /r | find /i "DC=" |
|
Oct 7 |
comment |
Open another user registry settings Here is a response from the author of the privilege component on this issue ======== - The user account must......... (a) hold the SE_RESTORE_NAME and SE_BACKUP_NAME privileges ======== (b) Must have the privileges enabled. ======== ======== It does not matter if its administrator, power user, or plain user account. Admin does HOLD the privileges, but in most cases they are NOT enabled. Having (holding) the privilege is not the same as having the privilege enabled. ======== Regedit enables the reqd privileges, just like any other program has to before attempting the desired operation. |
|
Oct 6 |
comment |
How can I work with Active Directory from Perl? Just add the following to the end of the vbscript and run: MsgBox sDNSDomain |
|
Oct 6 |
comment |
How can I work with Active Directory from Perl? Here's a link to a VBScript that will show you your top level DN: visualbasicscript.com/Get-DN-of-Computer-m27103.a… |
|
Oct 6 |
comment |
How can I work with Active Directory from Perl? My bad, I didn't realize it was. I just grabbed their Amazon link from their site without thinking. Thanks for fixing! |
|
Oct 6 |
revised |
How can I work with Active Directory from Perl? added 7 characters in body |
|
Oct 6 |
answered | How can I work with Active Directory from Perl? |
|
Oct 6 |
comment |
Any Good Windows XP Internals book The link to "Understanding the Linux Kernel" in your post is for the older 2nd edition. The 3rd edition is here: oreilly.com/catalog/9780596005658 |
|
Oct 5 |
revised |
Open another user registry settings added 123 characters in body |
|
Oct 5 |
comment |
Why are developers generally opposed to purchasing software tools? This question pre-supposes its conclusion. I "generally" do not oppose purchasing software tools. I have to say I don't agree with the premise of the question. |
|
Oct 5 |
comment |
Open another user registry settings This is an incomplete solution for the reason that Rob outlined. My answer solves this issue. |
|
Oct 5 |
revised |
Open another user registry settings deleted 46 characters in body |
|
Oct 5 |
revised |
Open another user registry settings added Delphi code; deleted 120 characters in body; deleted 87 characters in body; deleted 157 characters in body |
|
Oct 5 |
answered | Open another user registry settings |
|
Oct 1 |
answered | Translating code from C++ to Delphi |
|
Sep 29 |
comment |
How do I get TAnimate’s Common AVIs to work on Vista and Win7? That worked perfectly on my Windows 7 system! |
