Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: amein
  • Order by date
  1. amein

    Show a popup/message box from txt file content using mshta

    Hi Microm, Thank you for your reply. Seems like something wrong with my PC then because im using win10 too..
  2. amein

    Show a popup/message box from txt file content using mshta

    Hi microm, Code below worked at my pc mshta.exe vbscript:Execute("MsgBox ""tetttedghdhbcccc"", vbOkOnly, ""title""")(window.close) and the second code working too... Possible to use that to read string from text file then view at the msg box?
  3. amein

    Show a popup/message box from txt file content using mshta

    > You don't need to use mshta to pop up a message box. You can do it directly in vbscript as per @strongm explained.. > & m & and & m & I try this from my side. Nothing come out too.. Im using windows 10. Any setting should I look for? But when I try run using templates code, its working.
  4. amein

    Show a popup/message box from txt file content using mshta

    Using example below, i want my code that will open a msgbox that contain string from txt file. Option Explicit Dim wsh : Set wsh = CreateObject("Wscript.Shell") 'Message boxes that don't wait for a return to continue. No return values. MsgBlank "tetttedghdhbcccc", "title" 'Functions for...

Part and Inventory Search

Back
Top