Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: ilumnissystems
  • Order by date
  1. ilumnissystems

    Populating DataGrid problem

    use Refresh() ?? regards www.ilumnis.com
  2. ilumnissystems

    Communication between mdi forms

    You can not access properties (or methods) of parent through MDIParent unless you cast MDIParent to class of your parent. MDIParent is Form and it doesn't have all the methods (properties) of its subclasses. regards www.ilumnis.com
  3. ilumnissystems

    datagrid with a nested datagrid with c#

    DataGrid is very complex. I can tell you (out of my experience) that this (if can be done) will be very difficult to do. regards www.ilumnis.com
  4. ilumnissystems

    Embedding native applications in Java

    You can always call external application (exe for windows). Only thing you have to know is its path!

Part and Inventory Search

Back
Top