I am using a contextual menu
and I am wandering if it is possible to put pictures or icons in it

this is the action event in the ContextualMenu


  if item = "Speak Text" then
    Timer1.mode=1
    Speak PIKLayout.SpeakTxt.text
  end if

if item = "About SpeakAssist 4..." or item = "About SpeakAssist 4" then
    dim NStr as string
NStr = "SpeakAssist 4.00 by Brian Heibert. Copyright 2006 Indiana Sky Software. All Rights Reserved. Please register."
    MSGBOX NStr
    Speak NStr
  end if

  if item = "Minimize" then
    PIKLayout.height=30

  end if

  if item = "Maximize" then
    PIKLayout.height=418
  end if
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to