Prev: Web report
Next: Easy access to the control specified in a validator's ControlToValidate property
From: shadow-monster via DotNetMonster.com on 7 Mar 2010 21:31 Good Day, I'm new to visual basic. I just want to create a program that will check my desired website every 30 mins. Can someone teach me how. I have a vb6.0 and vb.net 2003. Thanks much -- Message posted via http://www.dotnetmonster.com
From: shadow-monster via DotNetMonster.com on 7 Mar 2010 21:33 shadow-monster wrote: >Good Day, > >I'm new to visual basic. I just want to create a program that will check my >desired website every 30 mins. Can someone teach me how. I have a vb6.0 and >vb.net 2003. Thanks much shadow-monster wrote: >Good Day, > >I'm new to visual basic. I just want to create a program that will check my >desired website every 30 mins. Can someone teach me how. I have a vb6.0 and >vb.net 2003. Thanks much -- Message posted via DotNetMonster.com http://www.dotnetmonster.com/Uwe/Forums.aspx/asp-net/201003/1
From: Scott M. on 8 Mar 2010 00:12 "shadow-monster via DotNetMonster.com" <u58543(a)uwe> wrote in message news:a4ae1f45db443(a)uwe... > shadow-monster wrote: >>Good Day, >> >>I'm new to visual basic. I just want to create a program that will check >>my >>desired website every 30 mins. Can someone teach me how. I have a vb6.0 >>and >>vb.net 2003. Thanks much > shadow-monster wrote: >>Good Day, >> >>I'm new to visual basic. I just want to create a program that will check >>my >>desired website every 30 mins. Can someone teach me how. I have a vb6.0 >>and >>vb.net 2003. Thanks much > > -- > Message posted via DotNetMonster.com > http://www.dotnetmonster.com/Uwe/Forums.aspx/asp-net/201003/1 Visual Basic 6.0 isn't, in any way, going to help you do anything relating to .NET code. What do you mean by "check" your desired website? What, exactly do you want to do? -Scott
From: Andy O'Neill on 8 Mar 2010 05:10 "shadow-monster via DotNetMonster.com" <u58543(a)uwe> wrote in message news:a4ae1b6593611(a)uwe... > Good Day, > > I'm new to visual basic. I just want to create a program that will check > my > desired website every 30 mins. Can someone teach me how. I have a vb6.0 > and > vb.net 2003. Thanks much > > -- > Message posted via http://www.dotnetmonster.com > Do you realise that there are free versions of vs available? visual studio express 2008 is very likely a way better option than vs pro 2003. When you say check. What exactly do you have in mind. There are free rss readers might do what you want.
From: Mark Rae [MVP] on 8 Mar 2010 06:22 "shadow-monster via DotNetMonster.com" <u58543(a)uwe> wrote in message news:a4ae1b6593611(a)uwe... > I'm new to Visual Basic. I just want to create a program that will check > my > desired website every 30 mins. Can someone teach me how. I have a vb6.0 > and > vb.net 2003. Microsoft terminated all support for VB 6.0 almost two years ago, and mainstream support for VB.NET 2003 nearly 18 months ago. Both of these products can be considered completely obsolete. As has already been mentioned, if you really want to continue with Basic rather than C#, there is a free version available: http://www.microsoft.com/express/Windows/ As has also been mentioned, you will need to provide (much) more information about what you mean by "check my website". I'm assuming that you don't mean that you want to check that the webserver on which your site is running is still up and responding to web requests, as any decent web host will already provide that sort of "heartbeat" monitoring and notify you accordingly. Do you mean e.g. that you want to check your website for new sales? -- Mark Rae ASP.NET MVP http://www.markrae.net
|
Next
|
Last
Pages: 1 2 3 Prev: Web report Next: Easy access to the control specified in a validator's ControlToValidate property |