[Win8] Help please: Create a new window

Hello, Everybody
Can anybody tell me how to create a window from a game scene of CCLayer.
The window is to used to display a html help file, or display game scores to users.
Can this function be realized in cocos2d-x for win8?
Thank you in advance!

There is no ready-made html components, if you only want draw score, you should draw it your self by use CCLableTTF + CCLayerColor

A little disappointed result but very helpful answer. Thank you, hex lee!
I have used cocos2d for iphone, mac and android but not by -x, for a long time. I found they are very strong because native controls/windows can be used very naturally.
Anyway, although cocos2d-x for win8 can not use native controls for the time being, it IS an amazing tool.

hex lee wrote:

There is no ready-made html components, if you only want draw score, you should draw it your self by use CCLableTTF + CCLayerColor