can't insert animated smileys in chat app, windows application in c#. pasting directly images of smileys in richtextbox, worked fine long non animated, require animated smileys there way available??? searched , found using web control instead of rich textbox, if possible want using richtextbox... please me if know solution..!!!
i using code insert static(non animated) smileys,it great if modified allow animated smiles too..
picturebox p = sender picturebox; p.size = new size(20, 20); p.sizemode = pictureboxsizemode.stretchimage; clipboard.setimage(p.image); t_msg.paste();
the system.windows.controls.richtextbox not capable of displaying animated gifs. need take different control.
there plenty of third-party controls available on web. quick google resulted trichtextbox seems job.
Comments
Post a Comment