I have write a Dll and one of the export function will create a dialog within the DLL and show on the screen.

It was running fine if i implicitly link the DLL with the compiled lib in my Project Settings|Link section. But it doesn't wotk if i load the Dll with LoadLibrary and GetProcAddress.

Why, it won't work

regards,
Chris