So I was looking at the ShellAbout API again, since we're under Win2k and all now.... 
Microsoft STILL insists on putting THEIR name in front of YOUR application....
However you can change that, but my question is how to get the bitmap from the OS that is above all of that, the Win2k bitmap....
I just want my app to have the "win2k" look..
g_szMine = "Winlog For Windows 2000"
g_Result = ShellAbout(ByVal hWnd, "does not own this product",ByVal StrPtr(g_szMine), ByVal g_hIcon)
------------------
Scott

Microsoft STILL insists on putting THEIR name in front of YOUR application....
However you can change that, but my question is how to get the bitmap from the OS that is above all of that, the Win2k bitmap....
I just want my app to have the "win2k" look..
g_szMine = "Winlog For Windows 2000"
g_Result = ShellAbout(ByVal hWnd, "does not own this product",ByVal StrPtr(g_szMine), ByVal g_hIcon)
------------------
Scott
Comment