Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Conversion of a special character
Message
De
16/03/2010 23:27:31
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Code, syntaxe and commandes
Titre:
Conversion of a special character
Versions des environnements
Environment:
VB 9.0
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01454996
Message ID:
01454996
Vues:
97
I have this in VFP:
DECLARE INTEGER InternetWriteFile IN WinINet.dll ;
  INTEGER nFile, STRING cBuffer, ;
  INTEGER nToWrite, INTEGER @ nWritten
This is as close as it gets in VB.NET:
        Private Declare Function InternetWriteFile Lib "WinINet.dll" _
         (ByVal nFile As Integer, ByVal cBuffer As String, _
          ByVal nToWrite As Integer, ByVal @ nWritten As Integer) As Integer
The problem is the @ character. What would be required to complete this conversion in VB.NET?
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform