console application

  1. N

    Using Javascript SDK in my VB.NET Console application

    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?
  2. P

    Question Need help with 'Student Portal'

    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...
  3. J

    help with Guess Word Program

    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...
  4. S

    Question Create a program that will display lucky 9 game.

    :wavey::wavey:
Back
Top