Translation of "Basic/Visual" in German
We couldn’t find this entry. Showing approximate results. Check your spelling or suggest adding this term to the dictionary.
This Microsoft Visual Basic/Visual Basic for Applications (VBA) example displays a message box describing the synchronization error when an error occurs during synchronization.
In diesem Beispiel für Microsoft Visual Basic/Visual Basic für Applikationen (VBA) wird ein Meldungsfeld mit einer Beschreibung des Synchronisierungsfehlers angezeigt, wenn während der Synchronisierung ein Fehler auftritt.
This Microsoft Visual Basic/Visual Basic for Applications (VBA) example steps through the items in the Tasks folder and, if a task is not complete, displays the number of contacts linked to the item.
In diesem Beispiel für Microsoft Visual Basic/Visual Basic für Applikationen (VBA) werden die Elemente im Ordner Aufgaben durchlaufen sowie die Anzahl von mit dem jeweiligen Element verknüpften Kontakten angezeigt, wenn eine Aufgabe nicht erledigt ist.
The following Microsoft Visual Basic/Visual Basic for Applications (VBA) example creates a mail item, adds an attachment, and displays it. To run this example, make sure a file called Test.Doc exists in the C:\ folder.
Im folgenden Beispiel für Microsoft Visual Basic/Visual Basic für Applikationen (VBA) wird eine E-Mail-Nachricht erstellt, eine Anlage hinzugefügt und angezeigt. Um dieses Beispiel ausführen, müssen Sie sicherstellen, dass sich eine Datei mit dem Namen Test.Doc unter C:\ folder befindet.
This Microsoft Visual Basic/Visual Basic for Applications example steps through the default Contacts folder, and if it finds a distribution list with more than 20 members it displays the item.
In diesem Beispiel für Microsoft Visual Basic/Visual Basic für Applikationen wird der Standardordner Kontakte durchlaufen. Wenn der Ordner eine Verteilerliste mit mehr als 20 Mitgliedern auffindet, wird das Element angezeigt.
This Microsoft Visual Basic/Visual Basic for Applications (VBA) example sets two global variables to reflect the values in controls on a form and then sets a global variable representing the Dirty property to False.
In diesem Beispiel für Microsoft Visual Basic/Visual Basic für Applikationen (VBA) werden zwei globale Variablen festgelegt, um Werte aus Steuerelementen in einem Formular wiederzugeben. Danach wird eine globale Variable festgelegt, die die Eigenschaft Dirty auf False festlegt.
This Microsoft Visual Basic/Visual Basic for Applications (VBA) example minimizes the currently active explorer window when a new explorer is about to appear.
In diesem Beispiel für Microsoft Visual Basic/Visual Basic für Applikationen (VBA) wird das aktuell aktive Explorer-Fenster minimiert, wenn ein neuer Explorer angezeigt werden soll.
This Microsoft Visual Basic/Visual Basic for Applications example prompts the user for a company name, uses the Restrict method to locate all contact items in the Contacts folder with that name, and displays each one.
In diesem Beispiel für Microsoft Visual Basic/Visual Basic für Applikationen wird der Benutzer aufgefordert, den Namen eines Unternehmens einzugeben. Mithilfe der Restrict -Methode werden alle Kontakte mit diesem Namen im Ordner Contacts gesucht, und jeder dieser Kontakte wird angezeigt.
This Microsoft Visual Basic/Visual Basic for Applications (VBA) example locates every distribution list in the default Contacts folder and determines whether the list contains the current user.
In diesem Beispiel für Microsoft Visual Basic/Visual Basic für Applikationen (VBA) wird jede Verteilerliste im Standardordner Kontakte durchsucht und ermittelt, ob der aktuelle Benutzer in der jeweiligen Liste enthalten ist.
This Microsoft Visual Basic/Visual Basic for Applications (VBA) example optionally sends a notification message to a workgroup when the user removes a contact from the default Contacts folder.
In diesem Beispiel für Microsoft Visual Basic/Visual Basic für Applikationen (VBA) wird optional eine Benachrichtigung an eine Arbeitsgruppe gesendet, wenn ein Benutzer einen Kontakt aus dem Standardordner Kontakte entfernt.
This Microsoft Visual Basic/Visual Basic for Applications (VBA) example confirms that the user wants to switch views and cancels the switch if the user answers No.
In diesem Beispiel für Microsoft Visual Basic/Visual Basic für Applikationen (VBA) wird bestätigt, dass der Benutzer die Ansicht wechseln möchte, und der Wechsel wird abgebrochen, wenn der Benutzer mit No antwortet.
The following Microsoft Visual Basic/Visual Basic for Applications (VBA) example dismisses all reminders that are currently visible. For example, if the current reminder is active, the IsVisible property will return True.
Im folgenden Beispiel für Microsoft Visual Basic/Visual Basic für Applikationen (VBA) werden alle aktuell sichtbaren Erinnerungen geschlossen. Wenn z. B. die aktuelle Erinnerung aktiv ist, gibt die IsVisible -Eigenschaft True zurück.
The following Microsoft Visual Basic/Visual Basic for Applications (VBA) example prompts the user with a message every time a reminder is modified.
Im folgenden Beispiel für Microsoft Visual Basic/Visual Basic für Applikationen (VBA) wird der Benutzer jedes Mal benachrichtigt, wenn eine Erinnerung geändert wird.
The following Microsoft Visual Basic/Visual Basic for Applications (VBA) example uses the Count property and Item method of the Selection collection returned by the Selection property to display the senders of all mail items selected in the active explorer window.
In diesem Beispiel für Microsoft Visual Basic/Visual Basic für Applikationen (VBA) werden die Count -Eigenschaft und die Item -Methode der Selection -Auflistung verwendet, die durch die Selection -Eigenschaft zurückgegeben wird, um die Absender aller im aktiven Explorer-Fenster markierten E-Mail-Nachrichten anzuzeigen.