A peculiar bug with Tab & Using
#8
I laugh my head off! Uh no, only half dead! - This is how everything works again  Tongue :

Code: (Select All)
'Bild in neuem Fenster aufrufen

Dim As Integer SatzNummer
Dim Bild As Long, myFont As Long
Dim Text As String
', Text2 As String


Input "Satznummer: ", SatzNummer

If SatzNummer = 1 Then
  Screen _NewImage(800, 600, 32)
  Cls
  'Neue Farbe setzen
  Color _RGB32(255, 165, 0), _RGB32(0, 0, 0)

  Bild = _LoadImage("..\Bilder\Yamaha-250-1965.jpg")

  'Neues Fenster - Bildgroesse fuer mittig
  _PutImage (((800 - 689) / 2), 15), Bild

  Text = "Die Yamaha als Zweitakter mit 250 ccm - 1965"
  'Text2 = " and leaves before she is left."
  myFont = _LoadFont("C:\Windows\Fonts\Tahoma.ttf", 25, "")
  _Font myFont

  'Zeile, Spalte und die Bildhoehe(!) beruecksichtigen
  _PrintString (135, 490), Text
  '_PrintString (256, 537), Text2

  'Farbe und Schrift zuruecksetzen
  Color _RGB32(255), _RGB32(0, 0, 0)
  _Font 16
  _FreeFont myFont

End If

I want to transfer this to the database. The corresponding motorcycle should be displayed for each specific record call.

[Image: Yamaha2022-10-15-234250.jpg]
Reply


Messages In This Thread
A peculiar bug with Tab & Using - by Kernelpanic - 10-15-2022, 01:23 PM
RE: A peculiar bug with Tab & Using - by SMcNeill - 10-15-2022, 01:31 PM
RE: A peculiar bug with Tab & Using - by RhoSigma - 10-15-2022, 03:29 PM
RE: A peculiar bug with Tab & Using - by Pete - 10-15-2022, 04:19 PM
RE: A peculiar bug with Tab & Using - by Kernelpanic - 10-15-2022, 09:39 PM



Users browsing this thread: 2 Guest(s)