TEXT("Opening a huge file of 2GB+ could take several minutes.\nDo you want to open it?"),
TEXT("Opening a huge file of 2GB+ could take several minutes.\nDo you want to open it?\n(Due to the performance issue, the Word Wrap feature will be disabled if it's ON)"),
TEXT("Opening huge file warning"),
MB_YESNO|MB_APPLMODAL);
if(res==IDYES)
{
// Do nothing, continue the loading
// Due to the performance issue, the Word Wrap feature will be disabled if it's ON