Search results for query: *

  • Users: jwebb
  • Order by date
  1. J

    Adding an Excel Spreadsheet to Windows form

    Sorry if I'm a bit dense here, but I'm still having some trouble understanding the working of the ActiveX. My goal is this: 1. An application that runs an indeterminate number of cycles. With each cycle, it records some string results into a two dimensional array. 2. When the user clicks a...
  2. J

    Adding an Excel Spreadsheet to Windows form

    John H...I appreciate the link. Can anyone give me some insight on exactly what is going on with this and maybe some sample code with how to dynamically place a value into a cell for this embedded spreadsheet?
  3. J

    Adding an Excel Spreadsheet to Windows form

    Is there any way to look at this sample code without installing C++ which is t he native language of that article. I had, in fact, looked at this earlier only to realize that fact. Can you give me some insight on the mechanics?
  4. 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...
  5. 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.
  6. J

    Question on combobox control

    Please keep in mind that I am new to this. My goal is this: 1. To use a For each ... get string in loop to populate a combobox with possible project #s. Along with these I include another item called 'Add new project'. 2. If the 'add new project' is selected in the combo box drop down...
  7. 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
  8. J

    Excel Operation

    Anyone know the vb code for checking whether or not a worksheet exists in excel?
  9. 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 ..."
  10. J

    Deployment issue

    I have included the .net framework as you suggested in the deployed setup file. But, once the setup file is activated and .net framework is installed on the end-user machine, I receive the error mentioned above when I try and run the application. Grateful for any help.
  11. 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