Using .net toolstrip methods in (C++)winapi

  • Thread starter Thread starter o0XGA0oVirus
  • Start date Start date
O

o0XGA0oVirus

Guest
Good day

I'm need to access .net object methods to access information in a WinForm app from WinAPI.

Example:
Getting a toolstrips HWND via EnumChildWindows():
int toolstripItemCount = (toolStrip1)(HWND).Items.Count.ToString();

Is this possible?

Continue reading...
 
Back
Top