What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Skype & Live Messenger » BetterName - Plus! Nick Formatter (better than NickEXP!)

BetterName - Plus! Nick Formatter (better than NickEXP!)
Author: Message:
[white]shark
Senior Member
****

Avatar
I bite back :D

Posts: 733
Reputation: 1
Joined: Jan 2003
RE: BetterName - Plus! Nick Formatter (better than NickEXP!)
Ginge, are u still using the original CHARFORMAT structure? Try using the extended CHARFORMAT2 structure. U are probably using 2.0 anyway :-).

CHARFORMAT2 (MSDN)

The CHARFORMAT2 structure contains information about character formatting in a rich edit control. CHARFORMAT2 is a Rich Edit 2.0 extension of the CHARFORMAT structure. Rich Edit 2.0 allows you to use either structure with the EM_GETCHARFORMAT and EM_SETCHARFORMAT messages.

typedef struct _charformat2 {
  UINT        cbSize;
  DWORD       dwMask;
  DWORD       dwEffects;
  LONG        yHeight;
  LONG        yOffset;
  COLORREF    crTextColor;
  BYTE        bCharSet;
  BYTE        bPitchAndFamily;
  WCHAR       szFaceName(LF_FACESIZE);
  WORD        wWeight;
  SHORT       sSpacing;
  COLORREF    crBackColor;    // Background color : -)
  LCID        lcid;
  DWORD       dwReserved;
  SHORT       sStyle;
  WORD        wKerning;
  BYTE        bUnderlineType;
  BYTE        bAnimation;
  BYTE        bRevAuthor;
  BYTE        bReserved1;
} CHARFORMAT2;


Hope this helps!

Greetz

This post was edited on 01-29-2003 at 11:28 AM by [white]shark.
01-29-2003 11:23 AM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
BetterName - Plus! Nick Formatter (better than NickEXP!) - by ginge on 01-26-2003 at 11:37 AM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On