Search results for query: *

  1. B

    vb.net double click on button?

    how to make double click on button mean you just click once time only
  2. B

    how open word input to textbox (vb.net)

    First, I create a new project within Visual Studio .NET and add a reference to the Microsoft Word type library. I am using Microsoft Word 2003, so the type library is Microsoft Word 11.0 Object Library. Once the reference is added, I can use the Word objects in the code. Imports...
  3. B

    vb.net open and close form

    How to close form and open another form in vb.net If use timer because i can close form but cannot open anothet from
  4. B

    vb.net help strings

    How to short the word or avoid repeat word e.g the word is "secretsecret'" the program returns only 'secret' as the word.
  5. B

    vb.net help

    e.Graphics.DrawString(txtOriginal.Text, New Font("Courier New", 10, FontStyle.Regular), Brushes.Black, 50, 50) after i debug it said "too many arguments to pulic sub new"(underline) then i reduce but still same error.
  6. B

    how to open word(microsoft word) to richtextbox in vb.net?

    how to open word(microsoft word) to richtextbox in vb.net? i just know open word use vb.net only
  7. B

    how to cut and past to richtextbox in vb.net?

    how to cut and past to richtextbox use mainmenu?
Back
Top