I have been developing in Delphi since version 1 but never crossed over to .net or web applications and never saw a good summary description of how its done. I think the following questions will g...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Internet/Q_23202634.ht...
I'm trying to construct a widestring URL that contains some cyrillic characters in one of the arguments. The cyrillic is entered into a TEdit where it appears properly then assigned to a widestrin...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_23240848.html
I'm looking for the best way to create a non-modal window that I can display when ever I have a long running function. A window that might have an animated Icon and a TLabel field that I can displa...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_23266555.html
I have an application that during long processing pops up a progress form with a TAnimate component on it and a Label with a message. I create the form, set the message and then 'Show' the form. Th...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_23271118.html
I have been trying to find sample code for implementing a 'Circular Progress Bar' similar to the one you find in many of the newer Microsoft products (ie. SQL2005, Visual Studio 2008, etc). What I ...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_23305723.html
I'm look for an example of how to implement the RegLoadMUIString function in Delphi 2007 (win32). Apparently you need to use this to read values out of the registry that take the form:
@[path]\dll...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_23315530.html
Hello Everyone,
I have a struct:
TPacket = packed record
Username: String;
Text: WideString;
end;
PPacket = ^TPacket;
And I have same variables in my function:
procedure...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_23326636.html
Hello guys,
I have a problem with Seek with Textfile files...
I have text XML file:
<?xml version="1.0" encoding= "UTF-8"?>'
<history version="1.3">
</history>
I need to add node before...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_23347230.html
I have derived a new component from TJvValidateEdit (Part of Jedi VCL) and added the property Align to the published properties.
I have the habit of using a TPanel with Height 22 and Alignment s...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_23356717.html
Hi everyone,
I have two forms in my app. TForm1 is the main form and TForm2 (shown below) is the secondary. I made TForm2 appear in the taskbar by using CreateParams procedure, which worked fine...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_23371136.html