Search results for query: *

  1. S

    Question Get Y-Value where cursor intersects line graph

    Ok, I figured this out myself. I load the x values into an array and then do a binary search to find the closest previous value.
  2. S

    Question Get Y-Value where cursor intersects line graph

    I have a chart using 2-D line graphs with date/time as X-Axis. I add several series to the chart area. When the chart is plotted, the line graph connects the points in the series. When I click on the chart with the cursor displayed, I can use the CursorPositionChanged event: Private Sub...
  3. S

    Question How to format order of PowerPack shapes at design time?

    Thanks for quick response and suggestions Thanks, jmcilhinney, for your quick response and suggestions. I will keep this mind in the future, unfortunately these methods will be tedious for me as I may have over 50 shapes to manage on a single form (this is for an industrial machine application...
  4. S

    Question How to format order of PowerPack shapes at design time?

    Worked fine using VS 2008 on Windows XP 32-bit machine It worked before so do not chime in about it being an issue with windowless controls.
  5. S

    Question How to format order of PowerPack shapes at design time?

    Any else have this problem???? This is still a problem for me. I have migrated to Visual Studio 2012, .NET Framework 4, no difference. Anyone else have this problem?
  6. S

    Question How to format order of PowerPack shapes at design time?

    This used to work but now it is disabled. If I draw any shapes (Rectangular, Oval, or Line), I click on any particular shape, then when I click on menu Format, Order, both BringToFront and SendToBack are disabled?? I am using PowerPacks v. 10, with Visual Studio 2010 (VisualBasic.NET), on...
  7. S

    COM dll reference path is missing

    Problem resolved I finally used Process Monitor to see what references the dll was looking for, but it was a real pain in the butt. DependencyWalker did not find them. It would be "nice" if there was a log or something that tells what dependencies are not found, instead of just announcing...
  8. S

    COM dll reference path is missing

    Using VB.NET 2008 SP1 on Windows XP Pro SP3: I am using an existing COM dll that works fine in VB6, on the same development machine. The VB6 app compiles and uses this dll without issue. I start from scratch to design a new Windows Form application in VB.Net. Then when I try to add a...
Back
Top