Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 1 of 1
  1. #1
    Join Date
    Apr 2007
    Location
    Raalte, OV, Netherlands
    Posts
    3,287

    String To Uri, Visual Basic

    Hey peepz, i'm trying to learn VB, and now i stopped, because i don't know howto convert a normal string ("http://wooptiedoo.com") to Uri, this is what i have:

    Code:
        Public Structure SearchEngines
            Dim Name As String
            Dim Url As Uri
        End Structure
        Function NewEngine(ByVal Title As String, ByRef Url As System.Uri) As SearchEngines
            Dim Item As New SearchEngines
            Item.Name = Title
            Item.Url = Url
            Return Item
        End Function
    Can somebody help me? because it doesn't work...

    Thanks, CB
    Last edited by Imagine Programming; 10-24-2008 at 10:40 PM.
    Bas Groothedde
    Imagine Programming :: Blog :: Familiar people here

    My AMS Plugins:

Similar Threads

  1. Dependency Module: Visual Basic 6.0 (SP6)
    By Darryl in forum Setup Factory 8.0 Examples
    Replies: 1
    Last Post: 12-17-2010, 04:38 PM
  2. Dependency Module: Visual Basic 6 SP6
    By venky in forum MSI Factory 2.0 Examples & Modules
    Replies: 2
    Last Post: 12-01-2008, 03:54 PM
  3. What's New in Visual Patch 2.0?
    By Ted Sullivan in forum Visual Patch 2.0
    Replies: 0
    Last Post: 04-08-2005, 02:53 PM
  4. Frequently Asked Questions
    By Ted Sullivan in forum Visual Patch 2.0
    Replies: 0
    Last Post: 04-08-2005, 02:49 PM
  5. INFO: Visual Basic 5.0 (SP3) Runtime Notes
    By Desmond in forum Setup Factory 6.0 Knowledge Base
    Replies: 0
    Last Post: 11-28-2003, 10:29 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts