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 strongm 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: *

  1. kpobar

    Using OWC for exporting data to Excel from a web page

    Hello there--- I am working with OWC11 and I have successfully pulled data from a database and loaded it into a worksheet. The exported Excel file displays the data on a worksheet called Sheet. I would like to alter the worksheet name so that it says BaseInformation, then add an additional...
  2. kpobar

    Making WinForm size (width) dynamic

    Right on... will investigate. Thanks!
  3. kpobar

    Making WinForm size (width) dynamic

    We don't want to force them into any screen resolution. That is why we are hoping to make the display of the WinForm more dynamic. Not sure what you mean by "force it to be max resolution"... when a user's screen resolution is 800 x 600, since the form is set to be 1024 x 768, the user does not...
  4. kpobar

    Making WinForm size (width) dynamic

    Thanks, Hugh... I have re-posted in the C# forum.
  5. kpobar

    Making WinForm size (width) dynamic

    Hello there... we are developing a WinForm app using C# in VS2005 and have hard-coded the width of each form to be 1024. Fixing the width forces users to a minimum resolution and leaves empty space on the screen if the user has a resoltion higher than 10x8. Has anyone worked with WinForms to...
  6. kpobar

    Making WinForm size (width) dynamic

    Using C# in VS2005
  7. kpobar

    Making WinForm size (width) dynamic

    Hello there... we are developing a WinForm app and have hard-coded the width to be 1024. Fixing the width forces users to a minimum resolution and leaves empty space on the screen if the user has a resoltion higher than 10x8. Has anyone worked with WinForms to make them dynamically size the...
  8. kpobar

    Problem accessing TableRows from Table control

    An addition to the last post... I tried throwing my code into the Page_Init method, but it did not render any new rows. I was assuming that it was too early in the page process to recognize the Table control.
  9. kpobar

    Problem accessing TableRows from Table control

    Thanks for the reply... will the GridView accommodate TextBox controls?
  10. kpobar

    Problem accessing TableRows from Table control

    hello there... wondering if anyone has run into this problem... but as I have articulated the problem for this post, I realized a solution, test it, and it works, so I will post the issue and my solution here. I have created a Table control with 8 rows at design time. I have a dropdown menu...

Part and Inventory Search

Back
Top