Visual Basic : Différence entre versions
De Vulgum Techus
Ligne 1 : | Ligne 1 : | ||
+ | <!-- Links checked 22/07/19 --> | ||
[[Catégorie:Langages de programmation]] | [[Catégorie:Langages de programmation]] | ||
[[catégorie:Logiciels]] | [[catégorie:Logiciels]] | ||
[[Catégorie:Microsoft]] | [[Catégorie:Microsoft]] | ||
+ | '''[[Lien court]]''' vers cette page : https://vt.cx/VBasic | ||
+ | '''[[QR code]]''' vers cette page : https://vt.cx/VBasic.qr | ||
+ | <html> | ||
+ | <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> | ||
+ | <!-- VT2 --> | ||
+ | <ins class="adsbygoogle" | ||
+ | style="display:inline-block;width:468px;height:60px" | ||
+ | data-ad-client="ca-pub-3341840374417340" | ||
+ | data-ad-slot="6349432125"></ins> | ||
+ | <script> | ||
+ | (adsbygoogle = window.adsbygoogle || []).push({}); | ||
+ | </script> | ||
+ | </html> | ||
= Codes de contrôle = | = Codes de contrôle = | ||
Ligne 9 : | Ligne 23 : | ||
= Liens utiles= | = Liens utiles= | ||
− | *[ | + | * [https://mastervb.net/ mastervb.net] '''VB.NET''' : codes sources, libraries, tutoriels, downloads |
+ | |||
+ | = Commentaires = | ||
+ | {{#widget:DISQUS | ||
+ | |id=vulgumtechus | ||
+ | }} |
Version du 21 juillet 2019 à 23:34
Lien court vers cette page : https://vt.cx/VBasic QR code vers cette page : https://vt.cx/VBasic.qr
Codes de contrôle
- vbCr → https://docs.microsoft.com/fr-fr/dotnet/api/microsoft.visualbasic.constants.vbcr?view=netframework-4.8
- vbCrLf → https://docs.microsoft.com/fr-fr/dotnet/api/microsoft.visualbasic.constants.vbcrlf?view=netframework-4.8
- vbLf → https://docs.microsoft.com/fr-fr/dotnet/api/microsoft.visualbasic.constants.vblf?view=netframework-4.8
Liens utiles
- mastervb.net VB.NET : codes sources, libraries, tutoriels, downloads