Soporte de MsgBar

Post Reply
User avatar
Antonio Linares
Site Admin
Posts: 42403
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 12 times
Been thanked: 47 times
Contact:

Soporte de MsgBar

Post by Antonio Linares »

Code: Select all | Expand

#include "FiveMac.ch"

function Main()

   local oWnd
   
   DEFINE WINDOW oWnd TITLE "Tutor02" ;
       FROM 200, 200 TO 600, 400
       
   DEFINE MSGBAR OF oWnd    

   ACTIVATE WINDOW oWnd ;
      ON CLICK MsgInfo( "Click" ) ;
      VALID MsgYesNo( "Want to end ?" )  

return nil
 


Image
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
Posts: 42403
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 12 times
Been thanked: 47 times
Contact:

Re: Soporte de MsgBar

Post by Antonio Linares »

Image
regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply