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

MOIN MOIN

iihr würdet mir sehr helfen wenn ihr mir sgen könntet wie ich in einer MessageBox(0,"Klartext" Var,NULL,0) KLartext mit Variableninhalt verknüpfe

THX Guhopa :rolleyes:

Der Text kann ja ein vorgefertigter String sein und den kannst Du Dir dann vorher zusammenbasteln wie Du´s brauchst. Die Messagebox die Du ansprichst verlangt als ersten Parameter einen Window-Handle, kann also nicht 0 sein - oder Du nimmst einen der MessageBoxes mit 3 Parametern oder weniger: MessageBox("Messagetext","Windowkontext",MB_CODE);

<FONT COLOR="#a62a2a" SIZE="1">[ 06. Dezember 2001 00:09: Beitrag 2 mal editiert, zuletzt von Crush ]</font>

danke für eure hilfe

aber das problem hat sich schon gelöst

hab den klartext mit strcpy in einen string geschrieben und dann mit strcat die andere variable drangehängt

:)

CU Next time

Moin,

einfacher ginge das ganze in etwa so:

char puffer[200];

sprintf(puffer,"Message: %s",var_text);

ShowMessage(puffer);

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.