Search results for query: *

  • Users: jrdnoland
  • Content: Threads
  • Order by date
  1. J

    Get Active Workbook

    I'm looking for the easiest way to get the active workbook of Excel with c#. I have a small c# app that needs to write data to an already open excel workbook. The program will then copy data from c# Comboxes into certain rows in a certain column of the active sheet of the active workbook. Most...
  2. J

    dll that grabs a window handle and then stops the window from redrawing?

    I have a remote desktop application in which I want to make one of the windows to stop redrawing while it's loading and then to restart the drawing. I was thinking a C# dll project would work but I'm having trouble finding a C# example of this API call. class DrawingControl {...
  3. J

    How to multithread to start a method

    I'm working on a search program and would like to have a national instruments led control blinking during the search. The led needs to be started on its own thread while the search runs on a separate thread. This is my first attempt at multi-threading in c# and I'm not sure what to try. Here is...
Back
Top Bottom