Visual Basic .NET: Difference between revisions

m
no edit summary
(Categories? Suggestion: "Script languages" for "BSL" and "Visual Basic Script". And "Programming languages" for (now only) "VB.net". -- I would find it really helpful if I could continue to drop condensed thoughts here on this wiki.)
 
mNo edit summary
Line 4: Line 4:


===Projects===
===Projects===
* [[User:Paradox-01/for_WIP_pages#Simple_Converter_GUI|Simple Converting GUI]] (for OniSplit)
* [[User:Paradox-01/for_WIP_pages#Simple_Converter_GUI|Simple Converter GUI]] (for OniSplit)
* [[TRAM setup assistant]]
* [[TRAM setup assistant]]


Line 36: Line 36:
   
   
   
   
     Public Shared Function GetApp()
     Shared Function GetApp()
         Return Application.StartupPath().ToString()
         Return Application.StartupPath().ToString()
     End Function
     End Function
   
   
     Public Shared Function ReadRegStr(RootKey, Key, Value, RegType)
     Shared Function ReadRegStr(RootKey, Key, Value, RegType)
         Dim oCtx, oLocator, oReg, oInParams, oOutParams
         Dim oCtx, oLocator, oReg, oInParams, oOutParams
   
   
Line 59: Line 59:
     End Function
     End Function
   
   
   Public Shared Function GetAE()
   Shared Function GetAE()
         Dim OS_bitness As Integer
         Dim OS_bitness As Integer
         Dim WshShell = CreateObject("WScript.Shell")
         Dim WshShell = CreateObject("WScript.Shell")
Line 123: Line 123:




<!-- points allowed in category name? -->
<!-- Are points allowed in category names? -->


[[Category: VB.net]]
[[Category: VB.net]]
8,452

edits