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
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?
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
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 =...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.