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 bkrike 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: keen2know
  • Content: Threads
  • Order by date
  1. keen2know

    Array of objects?

    Hi, I have a security requirement to maintain 5 levels of user access to buttons on my forms. I am planning to store the button names (by form) in a database table, and call a class on entry to each form so that the respective buttons are enabled or visible. Is it possible to loop through my...
  2. keen2know

    JIT debugging and remote debugging

    I have deployed my application and it is causing an exception on the target machine. It comes up with an unknown exception and prompts to start a JIT Debugger. It then says: Registered debugger not installed. I have looked for the debugger "cordbg.exe" and it is not installed on the...
  3. keen2know

    Deployment?

    I have built a Windows Forms application which does a lot of SQL server access via Data Adapters and Datasets. When I try and run it (having installed the .Net redistributable on the target machine) it comes up with Unhandled exceptions. On my development machine it runs fine, but it has...
  4. keen2know

    Passing Values between Classes

    I am a .Net novice. I am building a Windows Forms application and using modal forms to force control to the displayed form. I want to access data from the calling form and I am not sure how to pass information since the form that is called is another class - I have resourted to writing...

Part and Inventory Search

Back
Top