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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top