PDA

Click to See Complete Forum and Search --> : Need help!!!!


kingfrost
Oct 30th, 2009, 11:23 AM
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:

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:
http://two.xthost.info/scrnshot/screenshot1.jpg
http://two.xthost.info/scrnshot/screenshot2.jpg
http://two.xthost.info/scrnshot/screenshot3.jpg

kingfrost
Nov 2nd, 2009, 01:43 PM
WOW, 64 Views no help! :O Amazing!!!!

si_the_geek
Nov 2nd, 2009, 04:32 PM
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.

LaVolpe
Nov 3rd, 2009, 09:08 AM
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.