Hi,
I m developing a window application and need to project the application to multiple monitors. I m using the NVIDIA control to manage the displays. When I changed the FormBorderStyle properties to None and added the following codes below, my nView option is not available anymore. I cant send my application to its respective displays as usual.
{
cp.Style = WS_CLIPCHILDREN | WS_MINIMIZEBOX | WS_SYSMENU;
cp.ClassStyle = CS_DBLCLKS;
}
m.Result =
Hope someone can help me sort out this problem soon. Need the option to be available again?