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

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

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

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