Delphi

NAVIGATION
CATEGORIES
REFERRENCE
LINKS
Home » Development Group »» Delphi
  • delphi32.exe runs at 99%

    I have been using Delphi 7 since it was released but lately I havebeen having a problem while debugging.If I have a break-point set, delphi and my app lock up withdelphi32.exe having 99% utilization when the break point is taken orwhen a GUI event occures.Anyone got any ideas??Doug Yahoo! Groups...

    0 answers | 676 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg

  • Thierry Ulrich is out of the office.

    I will be out of the office starting 20/07/2006 and will not return until31/07/2006.I will respond to your message when I return. Yahoo! Groups SponsorGreat things are happening at Yahoo! Groups. See the new email design.Home page:To unsubscribe: URLYahoo! Groups Links<*To visit your group on...

    0 answers | 498 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg

  • Install Program

    Hello Everybody,I was wondering what is the best program is for creatinginstalls/setups? I have used InstallShield Express with mediocreresults. The program has several dependencies and a couple mergedmodules. So if anyone has any better suggestions, I'm all ears. Also,the cheaper the bette...

    5 answers | 766 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg

  • Delphi and Firefox

    I'm working on a program that "scans" all open browser windows.The original solution used DDE to interact with the browser, andthat works for only one Firefox window, and I need a solutionfor all open windows, and tabs within those windows.Anybody done anything along those lines, or have so...

    1 answers | 813 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg

  • RemoteConnection in ASP.Net

    I'm trying to use a RemoteConnection in an ASP.Net application. Itappears that if any errors occur, it doesn't raise an exception, buttries to display a message, which does cause an exception:"It is invalid to show a modal dialog or form when the application isnot running in UserIntera...

    0 answers | 933 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg

  • Accelerate database searches.

    type TForm1 = class(TForm) DataSource1: TDataSource; Table1: TTable; Button1: TButton;end;procedure TForm1.Button1Click(Sender: TObject);var SeekValue: string;begin Table1.DisableControls; Table1.FindKey([SeekValue]); Table1.EnableControls;end;mehmetkocabas2@hotmail.com...

    0 answers | 345 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg

  • Create an excel file without ole _?..

    const CXlsBof: array[0..5] of Word = ($809, 8, 00, $10, 0, 0); CXlsEof: array[0..1] of Word = ($0A, 00); CXlsLabel: array[0..5] of Word = ($204, 0, 0, 0, 0, 0); CXlsNumber: array[0..4] of Word = ($203, 14, 0, 0, 0); CXlsRk: array[0..4] of Word = ($27E, 10, 0, 0, 0);procedure XlsBeginStream(XlsSt...

    0 answers | 2121 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg

  • Rename a diractory

    uses ShellApi;procedure RenameDir(DirFrom, DirTo: string);var shellinfo: TSHFileOpStruct;begin with shellinfo do begin Wnd := 0; wFunc := FO_RENAME; pFrom := PChar(DirFrom); pTo := PChar(DirTo); fFlags := FOF_FILESONLY or FOF_ALLOWUNDO or FOF_SILENT or FOF_NOCONFIRMATION; end; SHFileOperation(sh...

    1 answers | 551 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg

  • Craete a diractory

    uses Dialogs;begin {$I-} MkDir('c:\windows'); {$I+} if IOResult <> 0 then MessageDlg('Cannot Create Directory/Verzeichnis kann nicht angelegt werden!', mtWarning, [mbOK], 0) else MessageDlg('Directory Created/Neues Verzeichnis angelegt.', mtInformation, [mbOK]...

    0 answers | 364 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg

  • Dxdbgrid companenti lazım_?

    hello, i m mehmet dxdbgird delphi comp download link _? bilen varmı.. thank you...

    0 answers | 95 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg

  • Define ur own class (hardware)

    Hi,I write a little exemple for brigde a own classdelphi :const global_class: JSClass = (name: 'global'; // classic console_class: JSClass = (name: 'console'; // classicfunction console_last_setter (cx: PJSContext; obj: PJS; id: jsval;vp: pjsval): JSBool; cdecl;function conso...

    0 answers | 1951 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg

  • How to write Delegates in Delphi.net

    Hi, i am porting my delphi win32 code to delphi.net VCl Application. Here in the following win32 code snippet: procedure TSIDELib.LoadDirDpl(DirPathName: String; DirID: Integer);type TGetDPLDir = function: TDirectory ; TSetSIDELib = procedure(aSIDELib: TSIDELib);var CurDir: String; HPackage: HMo...

    0 answers | 3043 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg

SPONSORED
QUESTION
SPONSORED
EMSDN