Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP conversion to .NET
Message
From
10/06/2008 20:37:51
 
General information
Forum:
ASP.NET
Category:
Other
Environment versions
Environment:
VB 8.0
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01322903
Message ID:
01322969
Views:
12
>The File.ReadAllBytes() method might help.

This is what I have presently:
Dim loByte As Byte()
loByte = File.ReadAllBytes(lcFile)
lcEncoding=Convert.ToBase64String(loByte)
For certain images, it works. But, for some other images, Word crashes on entry as it cannot deal with that encoding.
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Reply
Map
View

Click here to load this message in the networking platform