Vertaling van "LoadPicture" in Duits
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
You cannot use the LoadPicture function to assign a bitmap to Picture.
Sie können für das Zuweisen einer Bitmap zur Picture -Eigenschaft nicht die LoadPicture -Funktion verwenden.
Assign the return value of the LoadPicture method to the Picture property of an ActiveX control to dynamically load a graphic into the control.
Weisen Sie den Rückgabewert der LoadPicture -Methode der Eigenschaft Picture eines ActiveX-Steuerelements zu, um eine Grafik dynamisch in ein Bild zu laden.
The LoadPicture method returns an object of type Picture. You can assign this value to a variable of type Object by using the Set statement.
Die LoadPicture -Methode gibt ein Objekt vom Typ Picture zurück. Diesen Wert können Sie einer Variablen vom Typ Objekt zuweisen. Dazu verwenden Sie die Set -Anweisung.
Assign the return value of the LoadPicture method to the Picture property of an ActiveX control to dynamically load a graphic into the control. The following example loads a bitmap into a control called OLECustomControl on an Orders form
Weisen Sie den Rückgabewert der LoadPicture -Methode der Picture -Eigenschaft eines ActiveX-Steuerelements zu, um eine Grafik dynamisch in das Steuerelement zu laden. Im folgenden Beispiel wird eine Bitmap in ein Steuerelement namens OLECustomControl in einem Orders -Formular geladen
To assign an image for the mouse pointer, you can either assign a picture to the MouseIcon property or load a picture from a file using the LoadPicture function in Visual Basic Scripting Edition.
Wenn Sie dem Mauszeiger ein Symbol zuweisen möchten, können Sie entweder der MouseIcon -Eigenschaft eine Grafik zuweisen, oder Sie können mithilfe der LoadPicture -Funktion in Visual Basic Scripting Edition eine Grafik aus einer Datei laden.
You can't use the LoadPicture method to set the Picture property of an image control.
The LoadPicture method loads a graphic into an ActiveX control.
You must use the control's property page to assign a bitmap to the Picture property. You cannot use the Visual Basic LoadPicture function to assign a bitmap to Picture.
Sie müssen die Eigenschaftenseite des Steuerelements verwenden, um der Picture -Eigenschaft eine Bitmap zuzuweisen. Es ist nicht möglich, der Picture -Eigenschaft mithilfe der Visual Basic-Funktion LoadPicture eine Bitmap zuzuweisen.
expression. LoadPicture (FileName)
Ausdruck. LoadPicture (Dateiname)
You cannot use the Visual Basic LoadPicture function to assign a bitmap to Picture.
Es ist nicht möglich, der Picture -Eigenschaft mithilfe der Visual Basic-Funktion LoadPicture eine Bitmap zuzuweisen.