Page 1 of 1

Source: source code for upcoming tutorial

Posted: Sat Apr 23, 2005 9:40 pm
by Rift
I figured id release my sourcecode for the tutorial im writing for those of you who feel you may do well just working off of it. Ill be adding a few more comments to my source code to make it clearer but i have commented some of it already. Feel free to play around with it. If your curious how i got the class names and window names etc, i used SPYXX.exe or (spy ++) to capture the windo info.
[url=\"http://sage-web.com/Tutorials/Programming/VB/KN%20Tut%20-%20VB%20Subclassing.zip\"]http://sage-web.com/Tutorials/Programming/...ubclassing.zip[/url]

Hopefully if not just the source, the tut will spark some interesting stuff from anyone interested in it, this is a VB tutorial coded in vb6. This should help demonstrate how easy it will be to add the little msn addition that was mentioned in one of the previous threads =). If anyone wants to attach things they've made from learning from this source code, and in the future from the tutorial that would be neat to see. Ive tested the compiled program on a few machines and it seems to work well across them. If anyone wants to flame, just write your own tutorial =).

Source: source code for upcoming tutorial

Posted: Sat Apr 23, 2005 9:48 pm
by Rift
btw if you dont like the way the reverse function works you can make it use vb's built in strReverse function if you like:P

Source: source code for upcoming tutorial

Posted: Sun Apr 24, 2005 6:30 am
by Josh
YES! Thanks Rift! I'll put this to good use /happy.gif\' class=\'bbc_emoticon\' alt=\'^_^\' />

Source: source code for upcoming tutorial

Posted: Sun Apr 24, 2005 2:48 pm
by Rift
Okay ive satisfied myself and made a final proof of the source code for the tut, please dl it at the same link and use that source code.