Time for your 3rd Quarter Update! Are you in the running for the 6th Annual Expert Awards? Click the link to find out.

Third Quarter Hot Shots
 

Having problems asking a question? Have a general question about Experts Exchange? Let us know!

 
Time Tested Delphi .Net Solutions: 1 - 24 of 24
  • 1
 
I have a string variable and a textfield component, I want to compare the contents of the string to the textfield.text value and check for equality but I want to ignorecase, so providing the l...
I'm converting a Delphi 7 application to .NET (vcl.net). I have a component in the Delphi 7 which returns amongst other things the application version. However, it seems to be reference str...
I'm having problems to access the private key of the certificate stored on the chip card. If i access the private key of a certificate with private key stored on the machine certificate sto...
Hi, I am currently using MySqlCommand to insert records into a remote database. It's very slow executing one insert query at a time. Can somebody show me how I could do multiple inserts ...
I have a form whereby I want to enable a search feature. I have two edit boxes one to search by surname and one to search by employee number. The remainder of the fields on the form are dbedit...
Can somebody show me some .NET 1.1 code to import a CSV? Thanks
Converting a delphi 7 application to .NET and enjoying every minute of it. The application uses a TExcelApplication,TExcelSheet,TExcelWorkBook and TExcelPageHeading components to create spr...
I'm trying to save a string to a filestream. The documentation says that I should use an encoder class, for example ASCIIEncoding, to implement this. (i.e. use the GetBytes method to create...
I can't compile the package.  Trying to look at USBView example.
For various reasons I initialize datetime fields in a SQL 2005 table to 0 instead of NULL, meaning the fields will show something like '1900-01-01' in a gridview with AutoGeneratedFields. ...
Converting a Delphi 7 application to VCL.NET forms. I wish to use the HelpProvider class. Is this possible in VCL.NET application and if so how? Or is it just a winforms class? The Delph...
Converting Delphi 7 code to Delphi.Net and I'm having difficulty with API message handling. Take the following code: procedure TPriamPageControl.WndProc(var Message:TMessage); begin   ...
Can someone show me the trick of populating a empty treeview menu in code (in the Page_load procedure). say I have 6 strings with a menutext, and 6 strings with a url, and I want to make a t...
Converting a form from Delphi 7 to Delphi .NET VCL Forms. The form has images on it. Images are static or loaded from internal resources. The original Delphi 7 form has the unit JPEG in ...
Does anybody have any examples of how to use EnumchildWindows in Delphi.NET? The following win32 code does not work: var   Form4: TForm4; var WindowList:TList; TopWindow:THandle;   i...
when searching for a record using locate if its for a date it fails
As a Delphi Programmer since Delphi 2, I want to transfer on .NET programming, But could not decide on which tool to use; 1- Delphi .NET (Delphi 2007) 2- C# Delphi.NET has some advatnages...
Hi,  How to auto Refresh my page if any events are not done for a certain time (Period)? I can use Meta tag but the disadvantage is after certain time it will refresh the page, in the refresh...
I am trying to debug a VCL.Net application written in Borland Delphi 2006. Whenever I set a breakpoint I see the execution stops when then code should be executed, but not at the breakpoint...
I am trying to convert some Delphi Win32 code to Delphi.NET (in Delphi 2007). I am getting an error "E2089 Invalid typecast". The function is taking a dib handle as a parameter and attempti...
I have been handed down some Delphi 2007 code from another company that I am trying to compile within Delphi 2005.  Said company is no longer providing assistance on the code and I'm trying to...
Hello, I'm looking for a TVirtualTree alternative for our VCL.NET application. I'm currently using TVirtualTree and i want to know if there are any VCL.Net or dotnet 2.0 components that cou...
Hello I have an ASP.net application written in Delphi 2007 studio and need to translate some exception handling from a  C# project  to my delphi code. C# code is like this using my.webse...
 
  • 1