Search results for query: *

  • Users: mjd430
  • Content: Threads
  • Order by date
  1. M

    datagridview header row

    Hello, I have an application that loads a datagridview on app startup. The datagridview contains a header row. Is there any way for the header row to stay in place when you are scrolling the grid so that you always see the header row? Thanks for the help!
  2. M

    need help writing to a protected cell in Excel

    Hello, I have an application that is written in VB.net 2005 and interacts with MS Excel 2002 on a Windows XP SP3 machine. My app opens an excel spreadsheet, sends data to specific cells, saves and closes the spreadsheet. My business customer asked that one of the cells (named zipcode) be...
  3. M

    searching for a specific value in xml nodes

    Hello, I have an XML file and there is one node, <NODE1>. that has several child nodes. I want to loop through each child node, <NODE2>, and get the value of <NODEB>. I want to find which child node, <NODE2>, has a child node, <NODEB>, that equals "ROOF". Once I find the <NODE2> that contains...
  4. M

    Select from DB2 DB and insert into MS Access DB

    Hello, I need help! I am brand new to VB.net after programming in Powerbuilder for the past 5 years, so I am kind of lost. I am trying to Select rows from a DB2 database and insert those rows into an MS Access database (with the same schema in both db's). I can connect to both DB's, and...
Back
Top