Recent content by pcm

  1. P

    How to use CreateAcceleratorTable API

    Hi All, We want to use EditeurX a Text Editor ActiveX. It works fine, but we would like to implement Accelerator Keys and to do that we have to call the control’s SetAccelerators() method, passing a handle to a valid accelerator table that you build using the Win32 API CreateAcceleratorTable...
  2. P

    DO Loop perfomance ( Progress vs Java )

    Hi all, Does anyone has already compare DO Loop performance and function's call between Progress and Java ( two interpreted langage ! ) ? All of tests are running on W2K - 1.7Ghz For example this simple procedure DO i = 1 TO 1000000: END. take 4 second in Progress The...
Top