Hello, 1 ) the instruction "DrawingArea1_Draw" in Button1_Click() routine makes no sense, as it conforms to an Event. However, in your case you have to use the " DrawingArea.Refresh " Method. 2 ) The instruction: "Draw.Begin (DrawingArea1)" is not necessary within the "DrawingArea" Event, in which y...
BruceSteers has correctly suggested to you to use the "MediaControl" Class of the gb.media Component, which however should be used for example in conjunction with the "MediaPipeline" Class. Well, now I show below a simple code to capture the video - video only, no audio - played in a "MediaView" Con...
I can't get it to work with curl or wget ...if you want to try extern Curl library :) with Gambas: Library "libcurl:4.6.0" Private Const CURLOPT_WRITEDATA As Integer = 10001 Private Const CURLOPT_URL As Integer = 10002 ' CURL *curl_easy_init(void) ' Start a libcurl easy session. Private Extern curl...