[DUG] DLL Forms

Ross Levis ross at stationplaylist.com
Sat Aug 5 20:03:01 NZST 2006


I meant WS_TABSTOP.
  ----- Original Message ----- 
  From: Ross Levis 
  To: NZ Borland Developers Group - Delphi List 
  Sent: Saturday, August 05, 2006 7:37 PM
  Subject: Re: [DUG] DLL Forms


  Ok, I think I'm on to something.  

  I believe the DLL windows use the same window styles as defined in the parent window.  The Parent in this case is a window handle that my app creates with AllocateHWnd which does not have any styles as such.  I think this is the problem.

  Is there a way to apply a style such as WM_TABSTOP to a window created with AllocateHWnd?  Or would I need to use CreateWindow and never make the window visible?

  The reason for using AllocateHWnd is because it is a separate component which loads the DLL's and it does not have a window itself, so this window is created to handle some WM_USER messages that need to be processed.

  Thanks,
  Ross.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://ns3.123.co.nz/pipermail/delphi/attachments/20060805/3637bb80/attachment.html


More information about the Delphi mailing list