webcam en live

Vous avez développé un logiciel en PureBasic et vous souhaitez le faire connaitre ?
Avatar de l’utilisateur
venom
Messages : 3136
Inscription : jeu. 29/juil./2004 16:33
Localisation : Klyntar
Contact :

webcam en live

Message par venom »

bonjour,

voila aujourd'hui j'ai découvert un site ou il diffuse votre webcam sur une page web sans rien installer c'est marrant j'ai donc intégrer la page web dans une fenêtre de purebasic et voici ce que sa donne bon sa sert a rien mais je le met quand meme :D

Code : Tout sélectionner

;- Window Constants
Enumeration
  #Window_0
EndEnumeration

;- Gadget Constants
Enumeration
  #Web_0
EndEnumeration

  If OpenWindow(#Window_0, 0, 0, 500, 410, "My Venom Cam",  #PB_Window_SystemMenu | #PB_Window_MinimizeGadget | #PB_Window_TitleBar | #PB_Window_ScreenCentered )
    If CreateGadgetList(WindowID(#Window_0))
      WebGadget(#Web_0, 0, -155, 515, 580, "http://venomworld.blog-video.tv/")
      
    EndIf
  EndIf

  Repeat
   EventID = WaitWindowEvent()
    If EventID = #PB_Event_Gadget 
      Select EventGadget()
      
      EndSelect
    EndIf
  Until EventID = #PB_Event_CloseWindow



@++
Windows 10 x64, PureBasic 5.73 x86 & x64
GPU : radeon HD6370M, CPU : p6200 2.13Ghz
Backup
Messages : 14526
Inscription : lun. 26/avr./2004 0:40

Message par Backup »

excelent :lol:

je vois ton rubick cube
Backup
Messages : 14526
Inscription : lun. 26/avr./2004 0:40

Message par Backup »

voici la mienne (restera pas longtemps)


;- Window Constants
Enumeration
       #Window_0
EndEnumeration

;- Gadget Constants
Enumeration
       #Web_0
EndEnumeration

If openwindow ( #Window_0 , 0, 0, 500, 410, "My Dobro Cam" , #PB_Window_SystemMenu | #PB_Window_MinimizeGadget | #PB_Window_TitleBar | #PB_Window_ScreenCentered )
       If creategadgetlist ( windowid ( #Window_0 ))
             webgadget ( #Web_0 , 0, -155, 515, 580, "http://dobro-tv.blog-video.tv" )
       EndIf
EndIf

Repeat
      EventID = waitwindowevent ()
       If EventID = #PB_Event_Gadget
             Select eventgadget ()
             EndSelect
       EndIf
Until EventID = #PB_Event_CloseWindow

jbernard13
Messages : 1501
Inscription : dim. 18/avr./2004 15:04
Localisation : sud de la france

Message par jbernard13 »

je vois la guitare à michel
KarLKoX
Messages : 1191
Inscription : jeu. 26/févr./2004 15:36
Localisation : France
Contact :

Message par KarLKoX »

Venom>sympas :) (je suis la 13ème personne ;) )
"Qui baise trop bouffe un poil." P. Desproges
Répondre