Search results for query: *

  • Users: Chris M
  • Content: Threads
  • Order by date
  1. Chris M

    Resolved Unable to Paste into Textbox using Ctrl+V

    Hi I'm having trouble pasting text into a textbox by trapping the Control + V Keys in the textbox KeyDown event. KeyPreview for the form is set to True. I've tried the following methods in the textbox keydown but neither works: If e.KeyCode = Keys.V AndAlso e.Modifiers = Keys.Control Then...
  2. Chris M

    Form Settings Not Working

    Hi I'm using Visual Studio Community 2019 on Windows 10 and I'm having a major problem with Form Settings (in My Project window). It's telling me to 'click here' to create a settings file and doing so throws the following exception: The system cannot find the file specified. (Exception from...
Back
Top