Author Topic: problems with MDI mesages!  (Read 617 times)

xandaz

  • Member
  • ****
  • Posts: 529
  • I luv you babe
    • My asm examples
problems with MDI mesages!
« on: April 05, 2022, 06:19:55 AM »
   Hi guys, Here i am again. I have this procedure for saving files, A file for each window. Don't know why the this parcels of code wouldnt work to shfit rhough all windows.
Code: [Select]
invoke SendMessage,hMdi,WM_MDINEXT,0,TRUE
invoke SendMessage,hMdi,WM_MDIGETACTIVE,0,0