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

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -