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

hey.kann mir jemand denn befehl geben mit dem ich sage das das comuter bei f1 eine html-seiteöffnet? die seite dient als hilfedatei und ich hab null plan wie ich ihm sagen kann das er bei f1 diese siete öffnet.

thx im vorraus.

ich arbeite unter borland builder 5.0.

hier der code mit dem ich die seite öffne:

void __fastcall TfrmVerleih::Hilfe2Click(TObject *Sender)

{

spawnlp(P_WAIT,

"C:\\Programme\\Internet Explorer\\IEXPLORE.EXE",

"IEXPLORE", "C:\\hilfe\\hilfe_seite1.htm", NULL);

}

Original geschrieben von LLpresident

spawnlp(P_WAIT,

"C:\\Programme\\Internet Explorer\\IEXPLORE.EXE",

"IEXPLORE", "C:\\hilfe\\hilfe_seite1.htm", NULL);

Das ist suboptimal, weil Du Dich von der Anwesenheit und der Position des IE abhängig machst. Zudem setzt Du Dich über die Einstellungen des Benutzers bezüglich Default-Browser hinweg.

Ein Shell_Execute, wie Crush schon schrieb, mit "file:///C:/hilfe/hilfe_seite1.htm" als URL, ist besser.

ok.versuch ichs damit.aber ich brauchtrotzdem noch ne idee wie ich das teil altanativ mit f1 öffne.

so.hab hjetzt mein progie umgeworfen. schreibe jetzt ne .hlp datei.geht ja mit b c++ b. weiss auch wie ich nen file öfne:

Application->HelpFile = "MPGPLAY.hlp";

Application->HelpCommand(HELP_CONTENTS, 0);

aber hab immernoch das problem das f1 immer noch nicht implementiert ist.wie mach ich das am besten.gehe zur zeit über onhelp.

thx im vorraus.

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.