Thema: Delphi Forms

Einzelnen Beitrag anzeigen

drama22

Registriert seit: 12. Jan 2013
88 Beiträge
 
#1

Delphi Forms

  Alt 31. Okt 2014, 09:09
hi , i have two forms first form have a button to call the second form like this

Delphi-Quellcode:
 secondform.FormStyle := fsStayOnTop;
 secondform.Show;
the second form have a embeddedwb with youtube player my problem is if i close the second form when youtube is playing it doesn't stop playing the youtube video until i close the whole application any solve for this ?
  Mit Zitat antworten Zitat