vb.net - How to make a C# or VisualBasic Strobe light (Microphone) -
how make c # or visual basic strobe light flashes according microphone?
add picture box form , write in code behind :) (without microphone function)
var request = webrequest.create("http://www.djinmelbourne.com/lighting_effect.gif"); using (var response = request.getresponse()) using (var stream = response.getresponsestream()) { picturebox1.image = bitmap.fromstream(stream); }
psst.. please read rules/faq's before ask question next time!
Comments
Post a Comment