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

    Insert Image in Dynamically Generated Excel File

    I can dynamically create an Excel document and populate it with data, but cannot find any code samples for inserting images. There doesn't seem to be any code samples online for doing this, any ideas? Thanks
  2. smartFly

    DataGrid and rules="all"

    When using a datagrid the rendered html table tag contains a rules="all" attribute by default. This attribute creates some pretty ugly table lines in non-IE browsers, is there an attribute of the datagrid control or another method to override this?
  3. smartFly

    Debug - Switch from Emulator to Pocket PC

    My Pocket PC was the default device when debugging, but I switched the default to the Emulator and opted to hide the device selection dialog. Now I want to switch it back (and maybe display the device selection dialog) but can't find where to do it. Thanks
  4. smartFly

    set dateTimePicker.value from dataSet?

    I have a dateTimePicker control on a Windows Form, I'd like to set the value equal to a dataSet field. Looks like I need to convert to DateTime, but I'm not sure how. The following errors with 'Cannot implicity convert string to datetime!': dateTimePicker1.Value =...
  5. smartFly

    Dynamicall reference field

    I'm trying to loop through a recordset and loop through the fields collection within each record to dynamically write an xml file. For some reason I get an error with: while not recordSet1.EOF for i = 0 to numFields ' number of fields in table Print #1, recordSet1(i).Value next...

Part and Inventory Search

Back
Top