Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Basic
  4. my two simple problems

my two simple problems

Scheduled Pinned Locked Moved Visual Basic
question
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B Offline
    B Offline
    bensoncd
    wrote on last edited by
    #1

    (1) How can I code a text box to accept characters of the alphabet, a spacebar (and a - for double barrel names) only? Ideally this text box is named txtName and is supposed to accept people’s names. (2) In VB. NET how can I create a library of common procedures that I will constantly need to copy and paste to different projects Been always great to be part of this forum, especially when I know they know more than what I know…..

    I 1 Reply Last reply
    0
    • B bensoncd

      (1) How can I code a text box to accept characters of the alphabet, a spacebar (and a - for double barrel names) only? Ideally this text box is named txtName and is supposed to accept people’s names. (2) In VB. NET how can I create a library of common procedures that I will constantly need to copy and paste to different projects Been always great to be part of this forum, especially when I know they know more than what I know…..

      I Offline
      I Offline
      Ian Darling
      wrote on last edited by
      #2

      bensoncd wrote: How can I code a text box to accept characters of the alphabet, a spacebar (and a - for double barrel names) only? Ideally this text box is named txtName and is supposed to accept people’s names. You could run a regular expression on the contents of the textbox changing, and disable the OK button (or whatever) until the expression matches. bensoncd wrote: (2) In VB. NET how can I create a library of common procedures that I will constantly need to copy and paste to different projects Try creating a Class Library project. This allows you to create a .NET assembly (held in a DLL) that can contain your common code base.


      Ian Darling "One of the few systems...which has had “no deaths” in the reliability requirements." - Michael Platt

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups