Zum Inhalt springen
View in the app

A better way to browse. Learn more.

Fachinformatiker.de

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

c# Size setzen

Empfohlene Antworten

Veröffentlicht

Hallo

Ich dreh hier langsam am rad...

Ich versteh die Welt nicht mehr.

Also folgendes einfaches Programm:


        public Form1()

        {

            InitializeComponent();

            this.FormBorderStyle = FormBorderStyle.None;

            this.StartPosition = FormStartPosition.CenterScreen;

            this.Size = new System.Drawing.Size(5, 5);

        }

Die Form die mir dann angezeigt wird, hat aber nicht die Größe 5x5 sondern hat 132x38. Ich versteh nicht warum... Ich hab schon nachgeschaut, ob es vielleicht ne minimumsize gibt, aber die is bei 0x0. Auch

this.ClientSize = new Size(5,5);

hab ich schon versucht, jedoch auch ohne erfolg... :(

Hat jemand von euch evtl ne idee woran das liegen kann???

Eine Form ist immer so breit, das man die Buttons in der Titelleiste noch klicken kann. Ich bezweifle, dass diese mit 5 Pixel auskommen. IMHO ist außerdem der Rahmen nicht eingerechnet.

Grüße, JasonDelife.

Archiv

Dieses Thema wurde archiviert und kann nicht mehr beantwortet werden.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.