User Profile

Collapse

Profile Sidebar

Collapse
Porkie999
Porkie999
Last Activity: Oct 31 '07, 09:54 PM
Joined: Sep 7 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Porkie999
    started a topic vb.net browser problem
    in .NET

    vb.net browser problem

    hi i have created a browser and i wanted 2 know how i can make my browser show a disconnected if a page fails 2 load.

    Basically i know the code to show the disconnected error however i dont know how i can tell vb.net that the internet page failed to load.



    CODE:
    [code=vbnet]
    Private Sub Form2_Load(ByVa l sender As System.Object, ByVal e As System.EventArg s) Handles MyBase.Load
    ...
    See more | Go to post
    Last edited by Frinavale; Oct 30 '07, 02:57 PM. Reason: Added [code] tags to make more legible

  • Porkie999
    started a topic vb.net making a browser problem?
    in .NET

    vb.net making a browser problem?

    hi i was wondering how do i code the progress bar to show the load time of a website? so like 100% full is when the page has loaded?

    also how could i do an add to favourites form?

    please help me i have made alot off features however got stck on these.iam using vb.net 2005 express edition.

    cheers in advance.
    See more | Go to post

  • vb.net 2003 express edition . help with password protecting

    -----------------------------------------------------------------------QUESTION
    hi i am really stuck with this and its only a small problem.
    i want to be able to type .........
    dsfsjfjsjjfs in User Box
    fjdjskfjds in password box
    www.thescripts. com in website box
    then i want to have a button which says "save" which then saves the 3 above pieces of text into a notepad file.
    So like I said I...
    See more | Go to post

  • Porkie999
    replied to password rememberer in vb.net
    in .NET
    So like I said I want to be able to type a login, password and website in the 3 textboxes then click a button which saves it into my .txt file.

    Just make any required adjustments to do this. I am really confused with this so any help would be appreciated.


    [CODE=vbnet]Public Class Form1
    Dim Login As String
    Dim Password As String
    Dim Website As String
    Private Sub Label1_Click(By Val...
    See more | Go to post
    Last edited by Killer42; Sep 23 '07, 07:04 AM. Reason: Added [CODE=vbnet] tag

    Leave a comment:


  • Porkie999
    replied to password rememberer in vb.net
    in .NET
    no i want to be able to type say

    dsfsjfjsjjfs in User Box
    fjdjskfjds in password box
    www.thescripts. com in website box

    then i want to have a button which says "save" which then saves the 3 above pieces of text into a notepad file.

    if u understand what i mean?
    See more | Go to post

    Leave a comment:


  • Porkie999
    started a topic password rememberer in vb.net
    in .NET

    password rememberer in vb.net

    Password rememberer

    Ok I have 3 textboxes named "Login" , "Password" and "Website".

    Basically when you enter the three details, I have a button which I press which saves it to a text file named Passwords.txt

    What code am I looking at for this?


    Really stuck any help would be nice :)


    Regards
    George
    See more | Go to post

  • Porkie999
    replied to php coding website password protect
    in PHP
    hi erm that code i carnt get to work, i dont know why but it just dousnt show any boxes etc???

    any help here?

    or can i just modify code off the one that i did?
    See more | Go to post

    Leave a comment:


  • Porkie999
    replied to php coding website password protect
    in PHP
    ok sorry to multipost but how would i add more names to the login list? sorry i normally dont use php

    regards
    george
    See more | Go to post

    Leave a comment:


  • Porkie999
    replied to php coding website password protect
    in PHP
    thanks alot for all replies greatly appreciated.

    Cheers
    George

    very happy :)
    See more | Go to post

    Leave a comment:


  • Porkie999
    replied to php coding website password protect
    in PHP
    hi guys i still dont understand what you mean.so here is the full code of exactly what it looks like on dreamweaver.ple ase edit the code so i can understand where iam going wrong.

    regards
    george
    thanks for all replies
    PHP CODE[code=php]
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dt d">
    <html xmlns="http://www.w3.org/1999/xhtml">...
    See more | Go to post
    Last edited by pbmods; Sep 21 '07, 05:17 PM. Reason: Added CODE tags.

    Leave a comment:


  • Porkie999
    started a topic php coding website password protect
    in PHP

    php coding website password protect

    hi i have used this code in my website but have a problem with the header parts where is the problem the error is


    [code=php]
    <?php

    $myusername = "myusername ";
    $mypassword = "mypassword ";
    $areaname = "My Protected Area";

    if ($_SERVER ["PHP_AUTH_U SER"] == ""||$_SERVE R ["PHP_AUTH_P W"] == ""||
    $_SERVER["PHP_AUTH_U SER"]!=...
    See more | Go to post

  • Porkie999
    replied to problems with application in vb.net
    in .NET
    ok guys both topics finished i sorted it :)

    cheers 4 all help :)
    See more | Go to post

    Leave a comment:


  • Porkie999
    replied to problems with application in vb.net
    in .NET
    thanks for all topics however iam still struggling with both tasks iam kind off new to visual basics but have built a decent application.hel p out.

    Problem1
    need a way to load text from a website into my application.or a way for my application to load up a notepad file from any internet site.then my application puts it into the announcements section on my application.vb. net code needed.


    problem 2
    ...
    See more | Go to post

    Leave a comment:


  • Porkie999
    replied to problems with application in vb.net
    in .NET
    "Label1.Tex t = System.Uri.UriS chemeFile.Conta ins("www.forums .star-fury.com/thread.php?tid= 12280&start=0") "

    all i want is a line like this but this is wrong .it basically just loads the line from "www.forums.sta r-fury.com/thread.php?tid= 12280&start=0" and is meant to get the text from here and imports it into my label when my application starts
    See more | Go to post

    Leave a comment:


  • Porkie999
    replied to problems with application in vb.net
    in .NET
    the application is pritty much done however i just finishing the main section which is the news part.all the coding is there but i just need the code for the load announcemnts into a label1 from a website.its probably a simple 1 line of code but i just dont see how i can do it as iam new to codeing.

    any help with this or the autorefresh button will be greatly appreciated
    See more | Go to post

    Leave a comment:


  • Porkie999
    replied to problems with application in vb.net
    in .NET
    hmmm i dont see how i could incorparate that in to application, and i aren't sure what you mean by rss?

    could you talk me through the detail.

    also is there any other ways of doing problem 1 such as it loading like a .....txt file from the internet ,then loading that into the update box?

    thanks for the reply
    See more | Go to post

    Leave a comment:


  • Porkie999
    replied to a simple microphone program in vb.net
    in .NET
    cheers for the reply mate erm but i dont know wot u mean? all i want to be able to do is speak through a microphone which then the input, comes out the computer speakers.

    code written in visual basics express 2005 hopefully

    regards
    george
    See more | Go to post

    Leave a comment:


  • Porkie999
    started a topic problems with application in vb.net
    in .NET

    problems with application in vb.net

    Ok guys i have two problems here if you have a solution for either please just post the problem number either 1 or 2 then post the fix

    Thanks in Advance
    Regards
    george
    -------------------------------------------------------------------------------------------------------------------
    Problem 1
    hi i have made an application for a website now i got a news section on the application which i want to load...
    See more | Go to post

  • Porkie999
    started a topic a simple microphone program in vb.net
    in .NET

    a simple microphone program in vb.net

    hi i created a program in vb.net 2005 that is meant to allow microphone activity i.e you read the lyrics to a song on the screen and you are meant to be able to sing to it through a microphone like koroake however i have been unable to get help on such a topic please help me is it possible to get some sort of script that just lets me talk through a microphone and come out of the speakers?

    thanks in advance

    i would prefer...
    See more | Go to post
No activity results to display
Show More
Working...