Search results for query: *

  • Users: villson7
  • Content: Threads
  • Order by date
  1. V

    Proxy Authentication Required

    I using this code for passing my two parameter that is the 'username' and 'passsword' using the HTTP POST method to the URL i created. Dim lcUrl As String = "http://abc.com/Web/login.jsp" Dim loHttp As HttpWebRequest=CType(WebRequest.Create(lcUrl),HttpWebRequest) Dim lcPostData As String =...
  2. V

    divide message length

    Hello, i m still begineer in vb.NET. recently i have develop a program that will count how many message in a textbox , if the character is over amount of 100 characters, it will be consider as 1 message, if 200 character it will be 2 message and other characters will count as the same method...
  3. V

    format phone number

    Greeting everyone, i have develop a program that will allow user key in the phone number according to these format: ########## where first two digit represent country code and the remain are the mobile number or phone number. Q1: can i make the program automactically change the format phone...
Back
Top