8,452
edits
Paradox-01 (talk | contribs) (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.) |
Paradox-01 (talk | contribs) mNo edit summary |
||
Line 4: | Line 4: | ||
===Projects=== | ===Projects=== | ||
* [[User:Paradox-01/for_WIP_pages#Simple_Converter_GUI|Simple | * [[User:Paradox-01/for_WIP_pages#Simple_Converter_GUI|Simple Converter GUI]] (for OniSplit) | ||
* [[TRAM setup assistant]] | * [[TRAM setup assistant]] | ||
Line 36: | Line 36: | ||
Shared Function GetApp() | |||
Return Application.StartupPath().ToString() | Return Application.StartupPath().ToString() | ||
End Function | End Function | ||
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 | ||
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 | <!-- Are points allowed in category names? --> | ||
[[Category: VB.net]] | [[Category: VB.net]] |
edits