Search results for query: *

  1. X

    Open existing text file adn write lines at the beginning of it

    I have a text file "C:\cfgTemp.txt" and all I want is a way to write lines at the beginning of it, how we do this??? tx
  2. X

    Get text for each line in textbox multiline

    I have a textbox with multiline and I want to get the text of each line in it. Let say the textbox as this in it: 2001:4321:John Doe 2002:4321:Jane Doe 2003:4321:Jack Doe I will be ok with line having no text in it or only space, so what I want is a way to get "2001:4321:John Doe" into a...
  3. X

    I need to "cast" an Integer to a SByte

    First here is the part of the code having trouble with : *note macAddress would value for example: "000B8203E12C" Public Shared Function encode(ByVal macAddress As String, ByVal config As String, ByVal encryption As Boolean) As SByte() Try Dim text1 As String = New...
Back
Top