Visual Studio 2010-Creating a Setup Project and adding File Types.mp4

This is my first video tutorial on Visual Studio 2010. In this video i have shown how to create a setup project of the windows application you have created. Hope this video helps many people. I also had the problem of understanding this concept,but now I have understood it and so I would like to share it to others for their benefit… You can give your suggestions and also ask for any more tutorial videos you would like from me. There is some background noise in the video, I will try to reduce it from the next video tutorial…

advanced web browser tutorial in vb 2008 or visual studio 2010

here is the codes and more… Please open Vb 2008 or visual studio make a new project name it what ever you want add 1 webbrowser add 7 buttons add 2 combo box add 3 radio buttons button1 name: back button2 name: forward button3 name: refresh button4 name: stop button5 name: home button6 name: Go button7 name: search radiobutton1 name: Google radiobutton2 name: Yahoo! radiobutton3 name: Youtube here is the code Go: webbrowser1.navigate(combobox1.text) Back: webbrowser1.goback Refresh: webbrowser1.refresh stop: webbrowser1.stop Forward: webbrowser1.goforward Search: If RadioButton1.Checked Then WebBrowser1.Navigate(“www.google.co.in & ComboBox2.Text & “&btnG=Google+Search&meta=”) End If If RadioButton2.Checked Then WebBrowser1.Navigate(“search.yahoo.com & ComboBox2.Text & “&fr=yfp-t-501&toggle=1&cop=mss&ei=UTF-8&fp_ip=IN&vc=”) End If If RadioButton3.Checked Then WebBrowser1.Navigate(“www.youtube.com & ComboBox2.Text & “&search_type=&aq=-1&oq=”) End If Home: WebBrowser1.Navigate(“www.comcast.net thanks for watching please comment, rate,subscribe

Visual Studio 2010 VB Calculator tutorial

I create a tutorial for making a calculator in Visual Basic 2010. If I am missing something or you dont understand something, then plz comment and i will get back to you =]

Powered by Yahoo! Answers