Search results for query: *

  1. Y

    How to merge cells in DataGridView?

    MergeRow was VERY useful We use a flexgrid in our VB6 app to show the user (loan servicer) a customer's loan payment history. Most rows would contain date due, date paid, interest paid, principal paid, principal balance, etc. Some rows would contain loan servicer notes: "Mr Jones says August...
  2. Y

    Question Application manifest files necessary when updating .exe?

    Once we have distributed our application "App" to a new customer via CD Installation, we usually do minor updates via web download. On our VB6 version this usually just entailed the customer downloading an up dated App.exe file. For our .Net(2008) version, I need to find out if three other...
  3. Y

    Question Application error on exit

    :confused:In debug mode, after my application closes I am getting "Invoke or BeginInvoke cannot be called on a control until the window handle has been created". It literally happens after the last form - The MDI parent form that serves as my application's desktop - closes, right after the...
Back
Top