quote:
Originally posted by Messenger_Plus!
well , its been updated with your blasted Emoticon list and i uploaded each and every emoticon by itself and its not quite so simple , ill attach the source for that window and u have a look. May seem easy but typing all that gets tiring and so does saving and adding each emoticon to the window..
So, why didn't you make an array out of the Image-controls??????? Much easier and almost nothing to type :p
Pseudo-code:
EmoticonArray(1)=":-#"
EmoticonArray(2)=":-("
EmoticonArray(3)=":-)"
etc...
'only have to make 1 SUB now...
'Use Index to know which Image-control is clicked on...
Private Sub Image_Click()
Form1.Text1.Text = Form1.Text1.Text & EmoticonArray(Index)
Form3.Hide
End Sub
--------------
EDIT
Also this thread may come in handy:
http://shoutbox.menthix.net/showthread.php?tid=17594
And the attachment of one of my posts there:
img.zip (all the emoticons and ALL there possible shortcuts)...