TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
pedram
NA
13
12.5k
Defining function to return a string value
Apr 6 2013 1:42 AM
I wanted to declare a function in c# and use it in order to navigate a webbrowser control
I know I can do it with this:
webbrowser1.navigate(@"my htm");
I want to do this with like :
webbrowser1.navigate(the defined function);
I should also mention that I am doing a usercontrol and the filepath must be changeable from the main form
I really appreciate some help :)
Reply
Answers (
1
)
Guess the Word GUI help
comboBox doesn't work properly