Help me! its an easy answer wiv and easy question

Discussion in 'Programming General' started by rattytatt50, Nov 15, 2007.

Help me! its an easy answer wiv and easy question
  1. Unread #1 - Nov 15, 2007 at 11:13 AM
  2. rattytatt50
    Joined:
    Oct 26, 2007
    Posts:
    67
    Referrals:
    0
    Sythe Gold:
    0

    rattytatt50 Member

    Help me! its an easy answer wiv and easy question

    The text in richtextbox1.text; how do i use the text in that to make my webbrowser1 in a separate form tranfer to.

    like wen i click it directs me

    many thanks for help
     
  3. Unread #2 - Nov 15, 2007 at 11:40 AM
  4. rattytatt50
    Joined:
    Oct 26, 2007
    Posts:
    67
    Referrals:
    0
    Sythe Gold:
    0

    rattytatt50 Member

    Help me! its an easy answer wiv and easy question

    i managed to do it like this i think but it sends it to 'about:blank'
    Code:
    Main.WebBrowser1.Navigate(RichTextBox1.SelectedText)
    
     
  5. Unread #3 - Nov 17, 2007 at 12:08 AM
  6. skate4lifee
    Joined:
    Jul 22, 2007
    Posts:
    108
    Referrals:
    1
    Sythe Gold:
    0

    skate4lifee Active Member

    Help me! its an easy answer wiv and easy question

  7. Unread #4 - Nov 17, 2007 at 10:31 AM
  8. rattytatt50
    Joined:
    Oct 26, 2007
    Posts:
    67
    Referrals:
    0
    Sythe Gold:
    0

    rattytatt50 Member

    Help me! its an easy answer wiv and easy question

    oh thanks!!
     
  9. Unread #5 - Nov 17, 2007 at 10:34 AM
  10. rattytatt50
    Joined:
    Oct 26, 2007
    Posts:
    67
    Referrals:
    0
    Sythe Gold:
    0

    rattytatt50 Member

    Help me! its an easy answer wiv and easy question

    thats excellent cheers mate
     
  11. Unread #6 - Nov 17, 2007 at 1:27 PM
  12. skate4lifee
    Joined:
    Jul 22, 2007
    Posts:
    108
    Referrals:
    1
    Sythe Gold:
    0

    skate4lifee Active Member

    Help me! its an easy answer wiv and easy question

    you can even add items to a listbox at runtime by using the .add or .addrange methods.

    Code:
    listbox1.items.add("item1")
    listbox1.items.addrange(new object() {"item1", "item2", "item3"})
     
  13. Unread #7 - Dec 21, 2007 at 8:53 PM
  14. selling pin$
    Joined:
    Jun 16, 2007
    Posts:
    59
    Referrals:
    0
    Sythe Gold:
    0

    selling pin$ Member

    Help me! its an easy answer wiv and easy question

    another easy ways is
    webbrowser1.navigate(listbox1.text)
     
  15. Unread #8 - Jan 5, 2008 at 4:18 AM
  16. skate4lifee
    Joined:
    Jul 22, 2007
    Posts:
    108
    Referrals:
    1
    Sythe Gold:
    0

    skate4lifee Active Member

    Help me! its an easy answer wiv and easy question

    go to the listviews double click property and add this code

    Code:
    webbrowser1.mavigate(listview1.selecteditems(0).subitems(0).text)
    sorry for the late response, i've been on vacation.
     
  17. Unread #9 - Jan 13, 2008 at 6:50 PM
  18. cooladrrang
    Joined:
    Jan 21, 2007
    Posts:
    125
    Referrals:
    0
    Sythe Gold:
    0

    cooladrrang Active Member

    Help me! its an easy answer wiv and easy question

    webbrowser1.navigate(richtextbox1.text)
    this is alot easier and i think this is how you wanted it.
     
< how make a clicker | need help with outo thing... >

Users viewing this thread
1 guest


 
 
Adblock breaks this site