Hi,
just for getting the main window title, there is no need for using the P/Invoke approach:
System.Windows.Forms.MessageBox.Show(System.Diagnostics.Process.GetCurrentProcess().MainWindowTitle);
Revitalizer
Hi,
just for getting the main window title, there is no need for using the P/Invoke approach:
System.Windows.Forms.MessageBox.Show(System.Diagnostics.Process.GetCurrentProcess().MainWindowTitle);
Revitalizer