Differences

This shows you the differences between two versions of the page.

Link to this comparison view

ms_windows_ms_sql:powershell_show_modal_popup_window [2019/05/31 14:18] – created adminms_windows_ms_sql:powershell_show_modal_popup_window [2019/05/31 14:18] (current) admin
Line 1: Line 1:
 +  powershell [Reflection.Assembly]::LoadWithPartialName("""System.Windows.Forms""");[Windows.Forms.MessageBox]::show("""Hello World""", """My PopUp Message Box""" 
 +\\ 
 +\\ 
 +\\ 
 +\\ 
 +  powershell (New-Object -ComObject Wscript.Shell).Popup("""Operation Completed""",0,"""Done""",0x0) 
 +[[https://msdn.microsoft.com/en-us/library/x83z1d9f(v=vs.84).aspx]] 
 +  - Stop 0x10 Stop 
 +  - Question Mark 0x20 Question Mark 
 +  - Exclamation Mark 0x30 Exclamation Mark 
 +  - Information Mark 0x40 Information Mark
  • ms_windows_ms_sql/powershell_show_modal_popup_window.txt
  • Last modified: 2019/05/31 14:18
  • by admin