Support Forums
Need Help on {Region ("using Proxy")} vB.NET - Printable Version

+- Support Forums (https://www.supportforums.net)
+-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87)
+--- Forum: Coding Support Forums (https://www.supportforums.net/forumdisplay.php?fid=18)
+---- Forum: Visual Basic and the .NET Framework (https://www.supportforums.net/forumdisplay.php?fid=19)
+---- Thread: Need Help on {Region ("using Proxy")} vB.NET (/showthread.php?tid=19301)



Need Help on {Region ("using Proxy")} vB.NET - Black Demon - 06-04-2011

Okay, I'm almost done coding my proxy browser but I got 1 more error :/

Code:
Public Class Form1
    Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
        Region("usingProxy")
    End Sub

[Image: dff9d45fd46c853c0908b89f65d20064.png]


Any ideas on how to fix this?


RE: Need Help on {Region ("using Proxy")} vB.NET - The-One - 06-05-2011

Usually its like:

Code:
#Region
#EndRegion
Never seen this.


RE: Need Help on {Region ("using Proxy")} vB.NET - KoBE - 06-05-2011

Do you have a Region() sub? And what is the error?


RE: Need Help on {Region ("using Proxy")} vB.NET - Black Demon - 06-05-2011

(06-05-2011, 04:03 AM)The-One Wrote: Usually its like:

Code:
#Region
#EndRegion
Never seen this.

Tried it and it didn't work, I'm taking a break from it right now. Pinch


RE: Need Help on {Region ("using Proxy")} vB.NET - The-One - 06-05-2011

(06-05-2011, 01:53 PM)Gnizama Wrote: Tried it and it didn't work, I'm taking a break from it right now. Pinch

Upload the source, PM me it. I'll look into it.

EDIT: Problem solved. Useless line.