开发者

displaying play,pause buttons over picture box dynamically,in .net compact framework

开发者 https://www.devze.com 2022-12-09 17:29 出处:网络
I have two pict开发者_JAVA技巧ure box to display some pictures at regular intervals in .net compact framework.

I have two pict开发者_JAVA技巧ure box to display some pictures at regular intervals in .net compact framework.

I need to show toolbar with play,pause buttons when i touch the respective picture boxes and hide when i touch the other one..


So what, exactly, is the question? You could use a third picturebox to hold your "toolbar" and display/hide it as necessary, or make the toolbar a user control so you can easily add in separate buttons.

0

精彩评论

暂无评论...
验证码 换一张
取 消