Windows Forms C# - Forms and Dialogs


Forms and dialogs in Windows Forms are windows that contain controls. They can be different types: to have or to not have a frame, to be modular or not to be, to be stretchable or not to be, to be above all other windows or not to be, and so on. The System.Windows.Forms.Form class The System.Windows.Forms.Form class is a base class for all for
| | | | | |
2018/02/02 22:01

Active Directory Time Synchronization with multiple domain controllers on different Hyper-V hosts

By default, when virtual machine is created on Hyper-V host, its clock is "bound" to the virtualization host operating system clock via Hyper-V integration services. If there are two or more virtualization hosts in the same network, it may happen the operating system time on one of the hosts to be different comparing to another host.
| |
2017/10/19 03:42

Sysprep quick fix

Sometime, sysprep operation may fail with the following error message:
System Preparation Tool 3.14A fatal error occurred while trying to sysprep the machineDetails can be found on Microsoft web site https://support.microsoft.com/en-us/kb/2769827 

The quick fix is available here


| |
2017/10/18 06:13

Anti virus scanning exclusion lists

General Exclusions for All Windows Platforms
  • Pagefile.sys
  • *.pst
  • %systemroot%\System32\Spool (replace %systemroot% with actual directory)
  • %systemroot%\SoftwareDistribution\Datastore (replace %systemroot% with actual directory)
  • %allusersprofile%\NTUser.pol
  • %systemroot%\system32\GroupPolicy\registry.pol
Microsoft Active Directory Domain Controller
|
2015/12/19 10:53

Why we have selected Hyper-V again (against VMware)

Just finished some quick but rather indicative tests of VMware vSphere with View 5 and MS Windows 2008 R2 SP1 Hyper-V
We are long time looking for virtualization platform that would allow decent quality of 3D graphics and modeling applications.
| |
2015/11/19 10:23