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.

VB6: Funktionen POST aufrufen

Empfohlene Antworten

Veröffentlicht

Gibt es in VB eigentlich eine Möglichkeit, Funktionen so aufzurufen, dass die erst am Ende der aktuellen Verarbeitungsreihenfolge kommen?

Ich programmiere beruflich mit Sybase Powerbuilder, und da kann ich eine Funktion entweder sofort aufrufen, also z.B. mit "EineFunktion()" da springt der dann sofort rein.

Oder ich rufe die mit "POST EineFunktion()" auf, dann wird zuerst die aktuelle Funktion fertig gemacht und alle evtl. vorher aufgerufenen, und erst dann ganz am Ende kommt diese "EineFunktion()".

Ich finde das äusserst proktisch für verschiedene dinge die noch nicht sofort gemacht werden sollen, sondern erst im Anschluss.

Nur dummerweise hab ich für VB6 sowas noch nicht gefunden, gibts das überhaupt?

Weiß jemand was?

konzeptionell kenne ich nichts ähnliches wie die sache die du meinst und die ich jetzt mal als "aufrufstapel" bezeichnen würde.

zwei konzepte, die aber vielleicht doch ähnlich erscheinen bzw. dazupassen, sind CallByName (zum aufruf von callback-funktionen) sowie CreateThread (die thread-API von windows zum erstellen von multithreaded-anwendungen).

s'Amstel

"Windows Message Queue" heißt das Ding, ich kam nicht mehr drauf.

So wirds in der Powerbuilder-Hilfe beschrieben:

Post is asynchronous; it adds a message to the end of the window's message queue.

Send is synchronous; its message triggers an event immediately.

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.