Advertisement

1 - 10 of 94 containing alltags:("CodeGear") (0 seconds)
Two questions wusing PHP: 1) How do I search for a text string inside an Excell file? 2) How do I then open that file?
Zones: ProgrammingDate Answered: 11/20/2007 Grade: B Views: 5
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, I have a ClientDataSet with contact information. I specify a filter for the ClientDataSet to select just the rows that have the value "notsent" in field A. Now I want to loop across th...
Zones: Delphi DatabaseDate Answered: 04/18/2008 Grade: B Views: 4
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