|
Making VGA Aware application using Visual Studio .NET 2003
Can anyone help me with how to make a VB.net program HighRes aware? I found an msdn artical that says to add a CEUX Resource type with the name "HI_RES_AWARE" and a value of 01 00. When I try to do this through the resource editor in visual studio I just get an error about no mapping available for CEUX. If I compile my app, then open the compiled exe and manually insert the resource it works just fine. But this is not a workabale solution for me. I need to find someone who can show me how to embed the CEUX resource properly into my resource file at design time so that the exe doesn't need to be modified outside of Visual Studio before running.
|