Wisej.NET Migration
  • Introduction
  • WinForms to Wisej.NET
    • WinForms Migration First Steps
    • Advanced Topics
      • Statics vs. Session Variables
      • Reporting
      • Office Automation
      • Modal Dialogs
      • Registry Access
      • File Access
    • Optimizations After Migration
      • Alert Boxes
      • Watermarks
      • Tool Buttons
      • Enhanced TabControl
      • Enhanced DataGridView
      • AllowHtml
      • Label Wrapper
      • VirtualScroll
      • Theming
      • Responsive Properties
  • VB6 to Wisej.NET
    • VB6 Migration First Steps
  • Gupta to Wisej.NET
    • SAL Migration First Steps
  • Visual WebGUI to Wisej.NET
    • VWG Migration First Steps
    • VWG Advanced Migration
Powered by GitBook
On this page

Was this helpful?

  1. WinForms to Wisej.NET
  2. Optimizations After Migration

Alert Boxes

PreviousOptimizations After MigrationNextWatermarks

Last updated 2 years ago

Was this helpful?

are a good candidate to replace some of the existing Message Boxes. For example when you encounter the typical style of "Your data has been saved." Message Boxes you can easily replace them with an AlertBox and your users will be happy as they save a click.

An alternative option is to use a to customize your notifications and give your application a more modern look.

Alert Boxes
Toast