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.

Empfohlene Antworten

Veröffentlicht

Kann man sein Programm für eine bestimmte Zeit unterbrechen???

Alle logischen Befehle wie "break", "sleep", "wait", usw. kennt er ja nicht, obwohl die Befehle einen "logischen" Namen haben sollen....

gibt ne sleep api...

Public Declare Sub Sleep Lib "kernel32" Alias "Sleep" (ByVal dwMilliseconds As Long)

@roteKugel: geht nicht, er sagt das ich keine Subs im Allgemeinen Teil deklarieren darf und wenn ichs in ne sub packe sagt er "sub ohne end sub"


Private Declare Function GetTickCount Lib "kernel32" () As Long


Public Sub DoWait(al_WaitTime As Long)                         'TimeOut

    Dim ll_StartTime As Long


    ll_StartTime = GetTickCount

    While (GetTickCount - ll_StartTime) < al_WaitTime

        DoEvents

    Wend

End Sub

@roteKugel: geht nicht, er sagt das ich keine Subs im Allgemeinen Teil deklarieren darf und wenn ichs in ne sub packe sagt er "sub ohne end sub"

dann machst du aus dem Public eben ein Private

Erstelle ein Konto oder melde dich an, um einen Kommentar zu schreiben.

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.