B b4AMarkO Member Licensed User Longtime User May 10, 2013 #1 Ive looked around and it says to pass null How do I do that?
B boredsilly Member Licensed User Longtime User May 10, 2013 #2 Dim res As Int = Msgbox2(Message, "", "Yes", "", "No", Null) Upvote 0
B b4AMarkO Member Licensed User Longtime User May 10, 2013 #3 boredsilly said: Dim res As Int = Msgbox2(Message, "", "Yes", "", "No", Null) Click to expand... Worked thanx Upvote 0
boredsilly said: Dim res As Int = Msgbox2(Message, "", "Yes", "", "No", Null) Click to expand... Worked thanx