Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
icons in PopupMenu
#1
i trigger a windowlist menu with a mouse stroke

Code:
Copy      Help
str titles exe

GetWindowList &titles "" 1|2|4
ARRAY(str) arr = titles
for(int'i 0 arr.len)
,int hwnd=arr[i]
,exe.getwinexe(arr[i] 1)

int p=PopupMenu(titles 0 0)

is there a way to use icons in PopupMenu ?

i tried using DynamicMenu, but have problems when the window text is a path or contains colon/s like here in the forum.

thanks.
pi


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)