P Paul G. Tobey [eMVP] Oct 3, 2003 #2 That was just answered recently. You can search the archives at: http://groups.google.com/groups?hl=...soft.public.dotnet.framework.compactframework The answer is that you can't do that with the Button in .NET CF. You'll have to create your own button-like control based on the Control class. Paul T.
That was just answered recently. You can search the archives at: http://groups.google.com/groups?hl=...soft.public.dotnet.framework.compactframework The answer is that you can't do that with the Button in .NET CF. You'll have to create your own button-like control based on the Control class. Paul T.
G Geoff Schwab [MSFT] Oct 8, 2003 #3 Here are some good references: http://msdn.microsoft.com/library/en-us/dnnetcomp/html/customctrlscompactfx.asp The following quickstart guide also provides links to several custom controls including an image button. http://samples.gotdotnet.com/quickstart/CompactFramework/ -- Geoff Schwab Program Manager Excell Data Corporation http://msdn.com/mobility This posting is provided "AS IS" with no warranties, and confers no rights.
Here are some good references: http://msdn.microsoft.com/library/en-us/dnnetcomp/html/customctrlscompactfx.asp The following quickstart guide also provides links to several custom controls including an image button. http://samples.gotdotnet.com/quickstart/CompactFramework/ -- Geoff Schwab Program Manager Excell Data Corporation http://msdn.com/mobility This posting is provided "AS IS" with no warranties, and confers no rights.