Search results for query: *

  1. DukeMeister44

    Question Button Count limit

    Hi, Does anyone know how to define the acceptable range of button presses in Visual Studio, say that I click a button ten times(depending on the upper limit is, 10 is an example) It should tell me that I have reached the limit of acceptable clicks before either returning a message or disabling...
  2. DukeMeister44

    Write text to text file without savefiledialog

    Hi, I haven't posted here in a while. I'm trying to figure out how to write a text file without a file save dialog, with a progress bar in a separate form (or status bar) indicating the file is being overwritten/modified and has to check if the file exists prior to writing the file to a...
  3. DukeMeister44

    Question Saving a chosen font in a richtextbox & going to a line in the richtextbox

    Hi, I've been trying to figure out how to save a selected font such as Tahoma with the font dialog for my notepad clone and as well as going a selected line in a file with a number, for example; if there are 42 lines in a text file but I want to go to line 17, it should jump to that line then...
  4. DukeMeister44

    Question Making a Task Manager clone

    Hi, I'm new to this forum and I'm self-taught in writing small programs and honing my skills with programming with .NET for Windows for a while now. I've been trying to make a clone of the classic old-style task manager found in older versions of Windows and to build this clone and mimic the...
Back
Top