Support Forums

Full Version: Need Help on {Region ("using Proxy")} vB.NET
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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?
Usually its like:

Code:
#Region
#EndRegion
Never seen this.
Do you have a Region() sub? And what is the error?
(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
(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.