Search results for query: *

  • Users: jwebb
  • Content: Threads
  • Order by date
  1. J

    Adding an Excel Spreadsheet to Windows form

    I'd like to add a form containing an excel spreadsheet (to be used as a running log) to my application. I can add the spreadsheet on the form as an active x type. I can relocate, resize with no issues. I cannot manipulate the cells programatically as I can an Excel worksheet running in its...
  2. J

    Read in data from existing text boxes

    How can I use a loop to read in data from text boxes that already exist on the form and were not created with an array. Say I would like to do some comparisons on the text values of textboxes 34-50. Thanks in advance.
  3. J

    Question on combobox control

    Is it possible to change a combobox's .text property dynamically if you are in the same combobox's 'selectedValueChanged' event handler? Does vb.net avoid this to eliminate some sort of circular referencing? Thanks
  4. J

    Excel Operation

    Anyone know the vb code for checking whether or not a worksheet exists in excel?
  5. J

    Coded response to 'save changes' response

    I am using a vb.net application to manipulate an excel application. Is there any way to use vb code to respond 'No' to the usual prompt that appears when you try to close an excel app without having saved new information? "Do you want to save the changes you made to ..."
  6. J

    Deployment issue

    I didn't see a deployment forum so I apologize if this should have been posted elsewhere. As a beginning programmer with VS2005, I would like to publish my first application. I would like to make this available to many end-users without forcing them to install VS for themselves. I understand...
Back
Top