I'd like to be able to incorporate a 3rd party JS SDK in my console appliacation, but I can't figure out how to set up the references to the SDK (or perhaps this is not possible?).
So far no luck googling for answers, so posting here in the hope that someone can point me in the right direction?
I'm currently using VB.net at college and need some help around an issue. The basic idea behind our project is to create a 'Student Portal' so that both students and users can access and perform certain actions inside (This is all console based btw).
The issue I've come to is that I need to...
Option Strict On
Option Explicit On
Module Guesswork
Const charLimit As Integer = 12
Dim sWord(charLimit) As Char
Dim uGuess(charLimit) As Char
Dim wordInput As String
Const _space As String = " "
Const blank As String = "__"
Dim letrInput As String
Dim...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.