Search results for query: *

  1. DukeMeister44

    Question Button Count limit

    Do you have some sample code for that, I just don't know what I am supposed to be doing. Maybe I'm just a bit stupid, to be honest. I tried this: 'changing the number from 1 to 5 does nothing, if statements don't do anything' Static hits As Integer hits += 1 Button1.Enabled =...
  2. 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...
  3. 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...
  4. 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...
  5. DukeMeister44

    Visual Studio 2010 ISO image

    Try this, I am in the midst of building an archive of software that is no longer in any use or customized with slipstreamed updates and so-on. https://archive.org/details/vs2010_202102
  6. 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