Search results for query: *

  • Users: chevron
  • Content: Threads
  • Order by date
  1. chevron

    ListBox doesn't update contents

    Hi everyone, I am facing a little problem in my program. I have a form called 'Bookmarks' that loads a bookmark file that contains a single word on one line. I have put buttons on the form for sorting this list, deleting items and changing the character case to lowercase, uppercase or Sentence...
  2. chevron

    Question How can I format the text output to a textbox so it adheres to a predefined width?

    Hello, I found a code snippet online: Imports System.IO Public Class Form1 Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click TextBox1.Text = String.Empty Using fs As New FileStream("c:\test.txt", FileMode.Open)...
Back
Top