Are you trying to make speech bubble? If yes you need to use:
VB Code:
  1. Private Const RGN_OR As Long = 2
  2. ret = CombineRgn(CombRgn, RoundRgn, PolyRgn, [b]RGN_OR[/b])