Login to post  Page: « < 1 of 1 > »
18 Aug 2009 - 11:484817
Smileys
Hey,
how to disable the image resizing in the dhtmleditor????


18 Aug 2009 - 12:084818
Smileys
What are you trying to do? Provide more details?


18 Aug 2009 - 13:324823
i use the ExecCommand function "InsertImage" but i will disable the resizing, because the user can resize the smileys!

second problem:
after insert the image, the control lost the focus!!!

.setfocus
.focus wont work!!!


18 Aug 2009 - 13:384825
i think i must hook the dhtmleditor,

if umsg = LBUTTONCLICK then
if .selection.type = "Control" then
umsg = 0
end if

????? i must block the mouse down event if the selection is a Control, because the image is a control none text!

sorry for my bad english

lol


18 Aug 2009 - 13:414826
Smileys
Is this an Open AIM support issue? Are you building an AIM application?


18 Aug 2009 - 13:434827
Sure!
Custom Client,VB6! i converted the c# code to vb6!!


18 Aug 2009 - 13:544828
Smileys
We already have a sample VB client, why did you convert the C# code? Which
client did you convert C# code for?


18 Aug 2009 - 13:564829
i dont saw a vb6 sample!!!!

i will check out.


18 Aug 2009 - 13:574830
you mean vb.net!!!

i dont use .net iam on the old one visual basic 6


18 Aug 2009 - 14:104831
Smileys
The code will work with VB6 too, you can create a VB6 project and import
the code.


18 Aug 2009 - 14:124832
Smileys
Or email me privately at and I will send us a VS2003
version of the VB sample, would that help?


18 Aug 2009 - 14:144833
okay send it to me, and please one more sample for the dhtmleditor!!! thanks!


19 Aug 2009 - 08:384836
Smileys
I do not have a dhtmleditor sample for VB. Email me privately for a VS2003
VB sample at .


19 Aug 2009 - 11:294837
okay thanks, i got on working, but in the imwindow i can only enter Text, where are the smileys? i need a sample with smileys


19 Aug 2009 - 12:004841
Smileys
The avbbuddy is a console application, if you want to send smileys, you can
send the text code for the smiley, for example :) or :( etc. Is that your
question?


19 Aug 2009 - 14:164844
i use the sample awshbuddy

in the ImWindow i can only enter Text not smileys .

I test :), ;-) ..........etc ,its dont show the images!


19 Aug 2009 - 16:344845
Smileys
Thats just how the awshbuddy is implemented. But if you send to an AIM69 or
AIM7 client, the smiley gets rendered properly. awshbuddy is not designed
to render emoticons.


20 Aug 2009 - 01:074846
okay, so i must find a way byself! thanks!


Login to post  Page: « < 1 of 1 > »