Sunday, March 27, 2022

Windows Basics

Windows Basics

  1. Hiding and Showing Forms in C Sharp
  2. When developing a Windows application using C# it is a fairly safe bet to assume that it will consist of multiple forms (otherwise known as windows). It is unlikely, however, that all of those forms will need to be displayed as soon as the application starts up. In fact, it is more likely that most of the forms will remain hidden until the user performs some action that requires a form to be displayed.

  3. NewtonPlus - A Fast Big Number Square Root Function
  4. A Fast square root function for Big Integers and floats. The algorithm uses a variety of new and existing ideas to calculate the square root with greater efficiency and better performance than other algorithms. The performance of this function only starts large numbers above 2^52. It is presented in both Java and C# versions.

  5. Passing Data between Windows Forms
  6. This article provides a simple example of using delegates and events to transfer data between Windows forms. The example provided contains three separate forms; the main form interacts with the other two forms by responding to events generated by instances of the other two forms.

  7. Form appearance effect and notification window
  8. This article contains a form that can be used to give fade in/out effect to any form and specifically to notification/alert windows.

  9. SplashForm - A Splash Window Form
  10. This article is about a class that extends Windows Forms to create splash screens and About dialogs.

  11. Floating point utilites

No comments:

Post a Comment