Click here to Skip to main content
15,906,455 members
Home / Discussions / C#
   

C#

 
AnswerRe: Problem to convert my code and don't know how to search for it over google Pin
Luc Pattyn5-Apr-11 23:02
sitebuilderLuc Pattyn5-Apr-11 23:02 
GeneralRe: Problem to convert my code and don't know how to search for it over google Pin
Naveed7275-Apr-11 23:18
Naveed7275-Apr-11 23:18 
GeneralRe: Problem to convert my code and don't know how to search for it over google Pin
Luc Pattyn5-Apr-11 23:39
sitebuilderLuc Pattyn5-Apr-11 23:39 
AnswerRe: Problem to convert my code and don't know how to search for it over google [modified] Pin
davidnz6-Apr-11 0:10
davidnz6-Apr-11 0:10 
GeneralRe: Problem to convert my code and don't know how to search for it over google Pin
Naveed7276-Apr-11 5:18
Naveed7276-Apr-11 5:18 
GeneralRe: Problem to convert my code and don't know how to search for it over google Pin
davidnz6-Apr-11 11:03
davidnz6-Apr-11 11:03 
QuestionC# for Smart Device Pin
kmarine01205-Apr-11 11:19
kmarine01205-Apr-11 11:19 
AnswerRe: C# for Smart Device Pin
Luc Pattyn5-Apr-11 11:39
sitebuilderLuc Pattyn5-Apr-11 11:39 
Hi,

if you have myWebBrowser, an instance of the System.Windows.Forms.WebBrowser class, you can make it navigate to some URL by issuing the statement myWebBrowser.Navigate(URLstring).

Normal tabbed browsers have one browser-like control per tab page, so each of them can be active (e.g. fetching web pages) at the same time. So you may want that too.

PS: the way .NET works, whatever you tried in VB.NET will in the end look pretty much the same in C#. You are using the same classes after all, it is mainly a difference of syntax you will notice.

Smile | :)
Luc Pattyn [Forum Guidelines] [My Articles] Nil Volentibus Arduum
Please use <PRE> tags for code snippets, they preserve indentation, improve readability, and make me actually look at the code.

GeneralRe: C# for Smart Device Pin
kmarine01205-Apr-11 16:08
kmarine01205-Apr-11 16:08 
GeneralRe: C# for Smart Device Pin
kmarine01205-Apr-11 16:36
kmarine01205-Apr-11 16:36 
Questionhi need help plzzzzzzzzz Pin
ace3005-Apr-11 6:33
ace3005-Apr-11 6:33 
AnswerRe: hi need help plzzzzzzzzz Pin
Not Active5-Apr-11 6:55
mentorNot Active5-Apr-11 6:55 
AnswerRe: hi need help plzzzzzzzzz PinPopular
Pete O'Hanlon5-Apr-11 6:56
mvePete O'Hanlon5-Apr-11 6:56 
GeneralRe: hi need help plzzzzzzzzz Pin
ace3005-Apr-11 7:26
ace3005-Apr-11 7:26 
GeneralRe: hi need help plzzzzzzzzz Pin
Dave Kreskowiak5-Apr-11 8:16
mveDave Kreskowiak5-Apr-11 8:16 
GeneralRe: hi need help plzzzzzzzzz Pin
Pete O'Hanlon5-Apr-11 11:51
mvePete O'Hanlon5-Apr-11 11:51 
GeneralRe: hi need help plzzzzzzzzz Pin
SledgeHammer015-Apr-11 13:38
SledgeHammer015-Apr-11 13:38 
GeneralRe: hi need help plzzzzzzzzz Pin
Luc Pattyn5-Apr-11 14:59
sitebuilderLuc Pattyn5-Apr-11 14:59 
AnswerRe: hi need help plzzzzzzzzz Pin
Luc Pattyn5-Apr-11 7:16
sitebuilderLuc Pattyn5-Apr-11 7:16 
JokeRe: hi need help plzzzzzzzzz Pin
Paladin20005-Apr-11 10:19
Paladin20005-Apr-11 10:19 
AnswerRe: hi need help plzzzzzzzzz Pin
gavindon5-Apr-11 8:51
gavindon5-Apr-11 8:51 
GeneralRe: hi need help plzzzzzzzzz Pin
Klaus-Werner Konrad5-Apr-11 8:59
Klaus-Werner Konrad5-Apr-11 8:59 
AnswerRe: hi need help plzzzzzzzzz Pin
ankitjoshi245-Apr-11 10:16
ankitjoshi245-Apr-11 10:16 
GeneralRe: hi need help plzzzzzzzzz Pin
Thomas Krojer5-Apr-11 21:14
Thomas Krojer5-Apr-11 21:14 
GeneralRe: hi need help plzzzzzzzzz Pin
ankitjoshi246-Apr-11 4:28
ankitjoshi246-Apr-11 4:28 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.