Results 1 to 10 of 10

Thread: [RESOLVED] Getting Yahoo Weather

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    May 2007
    Location
    Merced
    Posts
    868

    Resolved [RESOLVED] Getting Yahoo Weather

    Is there a way where you receive the curent Yanoo! Weather? Because I'm creating a application that will retreive the weather and I'm wondering if this is possible. Also can I have it where the user can select there current location and it can save it to file. Therefore, you can always change the settings.

  2. #2
    Fanatic Member
    Join Date
    Jun 2006
    Posts
    615

    Re: Getting Yahoo Weather

    Well, the first part, all you have to do is use the InStr and Mid commands to do all the work for you. The second part i dont really understand.

    Ill give you some code after i finish doing some stuff i need to do
    If ive helped, RATE my post.

    If your thread is solved, and you got your answer, mark this thread Resolved.

    There is no other forum like VBFORUMS.

  3. #3
    Fanatic Member
    Join Date
    Aug 2007
    Posts
    912

    Re: Getting Yahoo Weather

    use inet control for downloading the source code of the particular web page of yahoo after downloading the source code you both function GRPSuper said.
    Code:
    Inet1.openURL

  4. #4
    PowerPoster isnoend07's Avatar
    Join Date
    Feb 2007
    Posts
    3,237

    Re: Getting Yahoo Weather

    I use this with textboxs to get an online yahoo weather report, don't know about getting return values:
    Code:
     url = "http://search.yahoo.com/search;_ylt=A0oGkjhpTIFH0AcBVr9XNyoA?p=weather+" & CityToUse & "+" & StateToUse & "&y=Search&fr=my_mod&ei=UTF-8"
        
    
    ShellExecute ByVal 0&, "open", url, vbNullString, vbNullString, 5
    Waiting for a full featured smart phone with out marrying a provider
    Go Android
    Go raiders

  5. #5

    Thread Starter
    Fanatic Member
    Join Date
    May 2007
    Location
    Merced
    Posts
    868

    Re: Getting Yahoo Weather

    But this is what I want it to do. Retreive the current weather "68°F" and then retreive the picture. Like if its sunny for example and thats all. Then i can make a timer that keeps the information updated.

  6. #6

    Thread Starter
    Fanatic Member
    Join Date
    May 2007
    Location
    Merced
    Posts
    868

    Re: Getting Yahoo Weather

    Well, I finished it and it works like a charm. It shows the current weather and an image of the current fortcast esay as pie and it can be custimized. See it later in Simple Explorer 8.1!

  7. #7
    PowerPoster isnoend07's Avatar
    Join Date
    Feb 2007
    Posts
    3,237

    Re: Getting Yahoo Weather

    Quote Originally Posted by GDOG34
    Well, I finished it and it works like a charm. It shows the current weather and an image of the current fortcast esay as pie and it can be custimized. See it later in Simple Explorer 8.1!
    Let me know when Simple Explorer 8.1 is ready i may make something similiar
    I write roof estimating software and roofers gotta be watching the weather.
    I am attaching a pic of what i got
    Attached Files Attached Files
    Waiting for a full featured smart phone with out marrying a provider
    Go Android
    Go raiders

  8. #8

    Thread Starter
    Fanatic Member
    Join Date
    May 2007
    Location
    Merced
    Posts
    868

    Re: [RESOLVED] Getting Yahoo Weather

    This is what I have, attached image below.
    Attached Images Attached Images  

  9. #9
    PowerPoster isnoend07's Avatar
    Join Date
    Feb 2007
    Posts
    3,237

    Re: [RESOLVED] Getting Yahoo Weather

    Quote Originally Posted by GDOG34
    This is what I have, attached image below.
    Thats pretty good is that in a vb program or on the desktop?
    Waiting for a full featured smart phone with out marrying a provider
    Go Android
    Go raiders

  10. #10

    Thread Starter
    Fanatic Member
    Join Date
    May 2007
    Location
    Merced
    Posts
    868

    Re: [RESOLVED] Getting Yahoo Weather

    Thankyou,

    Desktop, It is a plugin for Simple Explorer 8.1. It has settings that allow you to change your weather provider, and when to update it's self.

Posting Permissions

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



Click Here to Expand Forum to Full Width