Advertisement

1 - 10 of 62 containing alltags:("Codegear Delphi") (0 seconds)
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...
Zones: Delphi InternetDate Answered: 03/13/2008 Grade: A Views: 5
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...
Zones: Delphi ProgrammingDate Answered: 03/14/2008 Grade: A Views: 0
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...
Zones: Delphi ProgrammingDate Answered: 03/25/2008 Grade: A Views: 0
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...
Zones: Delphi Programming, Pascal, Delphi...Date Answered: 03/26/2008 Grade: B Views: 8
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 ...
Zones: Delphi ProgrammingDate Answered: 04/09/2008 Grade: B Views: 0
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...
Zones: Delphi ProgrammingDate Answered: 04/17/2008 Grade: A Views: 0
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...
Zones: Delphi ProgrammingDate Answered: 04/16/2008 Grade: A Views: 0
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...
Zones: Delphi ProgrammingDate Answered: 04/24/2008 Grade: A Views: 16
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...
Zones: Delphi Programming, DelphiDate Answered: 04/29/2008 Grade: A Views: 37
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...
Zones: Delphi ProgrammingDate Answered: 06/17/2008 Grade: A Views: 12