VB.NET work around
Brought to you by:
revjon
You can use the Free Text Box using a workaround that
only works if the only thing that needs to acces the
images uploaded is the textbox!
Example:
1. Create a folder called "FTBv1-6-3" under the route
of your website.
2. In IIS create an application from that folder.
3. Use the FreeTextBox control as normal but use that
directory as the Helper Files Path e.g.
HelperFilesPath="/FTBv1-6-3/"
Now the application will run in your vb.net page but the
component helper files will run in c#.
We tried to convert the C# files to VB.NET in Visual
Studio, but as yet have not got it working!
Hinshelm
http://www.quantad.com
VB.NET Rules, C# Sucks
First attempt at converting to VB (NOT working)