Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Dialog Appearing Once
#1
How can i Make it so that My Dialog appears ONLY the FIRST time that macro is opened. It will be a Dialog for Settings. So when u first receive The Macro,and open it, The dialog will come up asking you to chose the settings for blah blah and blah. once those settings are set ... and the dialog closes, the next time the macro is opened it wont open that dialog again. So the only time it will open is the time the macro it opened for the VERY first time .... or that Dialog is run Manually

Thank You, Tipsy
#2
Code:
Copy      Help
if(!rget(_i "IwasHere" "\My Product Name"))
,rset 1 "IwasHere" "\My Product Name"
,ShowDialog ...
#3
or go to properties and then make it so that the function can only be called from code and single instance


Forum Jump:


Users browsing this thread: 1 Guest(s)