problem with visual styles
-
hi there my application crashes when i use Application.EnableVisualStyles() the app runs fine but as soon as i exit a dialog form the app crashes. what might be the problem? VisionTec
-
hi there my application crashes when i use Application.EnableVisualStyles() the app runs fine but as soon as i exit a dialog form the app crashes. what might be the problem? VisionTec
call Application.DoEvents() straight after enabling visual styles. top secret
Download xacc-ide 0.0.3 now!
See some screenshots -
hi there my application crashes when i use Application.EnableVisualStyles() the app runs fine but as soon as i exit a dialog form the app crashes. what might be the problem? VisionTec
Try using Manifest for enabling style. that will solve the problem. If you have further queries, please do revert back.