Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Posting MsgBox message durring run
#4
Solved: 11 Years, 8 Months, 3 Weeks ago
Thx vIns and Ankesh

I had searched but I did not search on the correct keywords. Thx for sharring these ideas. Both of your ideas are perfect. Thx guys!.

I then tried a mix of both ideas with sending 3 variables
ShowMyMessage (GroupName, 2, "Group Name")

with the Sub being:
Code:
Sub ShowMyMessage(msgbox_message, msgbox_time, msgbox_title)

Set a=createobject("wscript.shell") 'Creat one object
a.popup msgbox_message,msgbox_time,msgbox_title
Set a=Nothing    
End Sub

This was not liked. Can I do this? If so, how can I fix it?

thx
Reply


Messages In This Thread
Posting MsgBox message durring run - by mv8167 - 12-01-2011, 02:17 AM
RE: Posting MsgBox message durring run - by vIns - 12-01-2011, 08:21 AM
RE: Posting MsgBox message durring run - by mv8167 - 12-02-2011, 02:29 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
MyBB how can i automatically click ok button in msgbox popup test 11 25,774 07-12-2022, 11:50 PM
Last Post: akash warke
  Help for instruction to click on Skip button in the warning message vijilesh 0 1,669 09-16-2018, 03:48 PM
Last Post: vijilesh
  recovery scenario for closing a message box itself ashima 0 2,331 12-26-2013, 11:10 AM
Last Post: ashima
  message box,need to put code in fn library diya 6 4,282 12-05-2012, 10:52 AM
Last Post: diya
  Error message 'Invalid Arguments ' sandeephc 3 4,439 06-26-2012, 11:34 AM
Last Post: Ankesh

Forum Jump:


Users browsing this thread: 1 Guest(s)