14-07-2008, 04:36 PM
I did the emoticon in chat tutorial by Tutorial Bot and when I ran it in Cerberus, I got the error in the attatchment.
Any clue how to fix?
Any clue how to fix?
Problem with Emoticons in Chat
|
14-07-2008, 04:36 PM
I did the emoticon in chat tutorial by Tutorial Bot and when I ran it in Cerberus, I got the error in the attatchment.
Any clue how to fix?
14-07-2008, 06:32 PM
A method is essentially what in VB is called an "event procedure", aka a Sub. Your missing part of a Sub somewhere~
14-07-2008, 07:01 PM
The part your missing Poyzin is the array of images the .count method is expecting to find.
ref: Quote:4. On frmIcon, make an INDEXED image (as many as you want for emoticons), named imgIcon.Basically copy and paste imgIcon onto frmIcon as many times as you have emoticons, the first time you c+p the image box the IDE will ask you if you want to make a control array, click yes. Each new imgIcon is now refered to by its position in the array eg; imgIcon(4). Code: For i = 0 To frmMirage.imgIcon.Count - 1 'Loop through each icon Hope this helps. |
« Next Oldest | Next Newest »
|