Results 1 to 4 of 4

Thread: Need help!!!!

  1. #1

    Thread Starter
    New Member
    Join Date
    Oct 2009
    Posts
    6

    Need help!!!!

    Hello,

    I have a problem. i have a application made it is working 100% for me but the problem is my WebBrowser does not load Active X Control for java, It Does Link to http://c-wow.net/chatterbox.php and it works fine, but when you type in a username (Available Username) and click login it shows inside a Blank Box with a x in the corner!

    This is my code:

    Code:
    Public Class Form1
    
        Private Sub PictureBox1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles PictureBox1.Click
    
        End Sub
    
        Private Sub WebBrowser1_DocumentCompleted(ByVal sender As System.Object, ByVal e As System.Windows.Forms.WebBrowserDocumentCompletedEventArgs) Handles WebBrowser1.DocumentCompleted
        End Sub
    
        Private Sub Button5_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button5.Click
            WebBrowser1.Navigate("http://c-wow.net/chatterbox.php")
        End Sub
    End Class
    It is really a simple code for now.

    But i need it to show properly like a normal web browser does.. I need a Tutorial from someone how to step by step get it working here are screenshots:



  2. #2

    Thread Starter
    New Member
    Join Date
    Oct 2009
    Posts
    6

    Re: Need help!!!!

    WOW, 64 Views no help! :O Amazing!!!!

  3. #3
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    Re: Need help!!!!

    It isn't particularly surprising I'm afraid, due to what you have posted.

    First of all the thread title "Need help!!!!" is very bad... not only is it completely obvious that you need help (or you would not be posting), but as it doesn't give any indication of the issue people need to open it to even find out what it is (and then see they can't help). Many of the people who are most likely to be able to help wont bother to even open your thread, due to the lack of thought (which from experience we know is likely to continue throughout the thread).

    Another major issue is that you have got 3 massive pictures, which not only significantly slows things down (many people have internet connections that 0.6 MB takes a while on), but also makes it much harder to read - unless somebody has an unbelievably large screen.


    Due to the need to scroll horizontally and vertically several times to read your post, I haven't bothered - so there may be other issues too.

    I recommend you spend some time reading the "Hitchhiker's Guide to Getting Help at VBF" link in my signature.

  4. #4
    VB-aholic & Lovin' It LaVolpe's Avatar
    Join Date
    Oct 2007
    Location
    Beside Waldo
    Posts
    19,541

    Re: Need help!!!!

    Also keep in mind that not all are proficient with .Net. I for one take a quick look at .net posts and if it is something totally obvious to me, I'll respond. If it isn't, I'll pass and let the experts handle it.

    But as si_the_geek said well, making it easy for the readers to quickly & fully understand the problem gets better results.
    Insomnia is just a byproduct of, "It can't be done"

    Classics Enthusiast? Here's my 1969 Mustang Mach I Fastback. Her sister '67 Coupe has been adopted

    Newbie? Novice? Bored? Spend a few minutes browsing the FAQ section of the forum.
    Read the HitchHiker's Guide to Getting Help on the Forums.
    Here is the list of TAGs you can use to format your posts
    Here are VB6 Help Files online


    {Alpha Image Control} {Memory Leak FAQ} {Unicode Open/Save Dialog} {Resource Image Viewer/Extractor}
    {VB and DPI Tutorial} {Manifest Creator} {UserControl Button Template} {stdPicture Render Usage}

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