Thread: Msgbox Question
View Single Post
  #1 (permalink)  
Old 05-04-2008, 06:57 PM
cdeane cdeane is offline
Knows the basics
 
Join Date: Aug 2007
Location: Arkansas
Posts: 60
Default Msgbox Question

Working on B4ppc On desktop I use this code

Msgbox("Must Enter Millage","",cMsgBoxOK,cMsgBoxQuestion)

When I run it in debug on desktop it works but when I compile to device ,and run it ,there is no OK box.
Reply With Quote