News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

HL CustCtrl

Started by Faiseur, June 08, 2005, 06:44:04 PM

Previous topic - Next topic

Faiseur

Hello Ketilo,

i have made a Hyperlink Custom Control for Radasm (HL.dll), based on your CustCtrl tutorial (I used the rotate function).

This is a beta version with 3 examples and source + source of HL. Tested with Windows 2000 and Windows XP.


Faiseur





French asm Forum: http://www.asmforum.net/   Website: http://www.faiseur.net/

KetilO

Very nice

With your permission I will put it on my website.

KetilO

Faiseur

Yes, of course. I make some adjustments and I post the final result.

Faiseur
French asm Forum: http://www.asmforum.net/   Website: http://www.faiseur.net/

Faiseur

#3
Hello KetilO,

this version (1.0.0.0)  is ok for me.  I added a static version with source and example.

Faiseur





French asm Forum: http://www.asmforum.net/   Website: http://www.faiseur.net/

KetilO

Great

One little thing:

ccdefex CCDEFEX <12345,offset szToolTip,......>


The number 12345 is supposed to be unique for your control. 12345 is used by the tutorial.
Could you change it to something above 65536
Note that after you change it the dialogs using your control must be updated.

KetilO

Faiseur

Ok, I chose a number above 65536 and updated dialogs. This is the "final" version  :-)






[attachment deleted by admin]
French asm Forum: http://www.asmforum.net/   Website: http://www.faiseur.net/

KetilO

Thanks

Website updated.

KetilO