Win32 Application Sample

  • Thread starter Thread starter Paul Mason
  • Start date Start date
P

Paul Mason

Hi

Does anyone know of a sample for a basic Win32 application (interop/wind
sdk) i.e. creating and registering a window class and setting up the
message loop. I got it working except the TranslateMessage/DispatchMessage
part doesn't work (it does if I replace it with Application.DoEvents, which
I don't want to do - I want to avoid WinForms).

Thanks

Paul
 
Back
Top