6
Answers

How to work with excel files in C#

Photo of Nitesh Tarbani

Nitesh Tarbani

14y
3.4k
1
Hi friends,
  I want to add item in combo box from excel file and Items are column name. So if Anybody knows please help me out.
Thanks

Answers (6)

0
Photo of Niradhip Chakraborty
NA 6.5k 527k 16y

Add This code inside <form> of html code and give the swf file path.Give your swf file path by replacing bold lines in underneath code.

 

 

<table width="1000" height="649" border="0" align="left" cellpadding="0" cellspacing="0">

            <tr valign="middle" align="center" height="100%">

                <td height="465" valign="middle" style="font-size: 10pt; color: #084c89; font-family: Arial;

                    border-right-color: teal">

                    <p>

                        Please wait. Floor Plan is loading...

                        <br>

                        <br>

                        <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0"

                            width="200" height="15" viewastext>

                            <param name="movie" value="../Images/percent.swf">

                            <param name="quality" value="high">

                            <embed src="../Images/percent.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer"

                                type="application/x-shockwave-flash" width="200" height="15"></embed>

                        </object>

                    </p>

                </td>

            </tr>

        </table>

0
Photo of Vijaya Kadiyala
NA 2.4k 258.5k 16y

Hi

Check out the below link

http://www.c-sharpcorner.com/UploadFile/scottlysle/FlashPlayerCustomControl12042006230129PM/FlashPlayerCustomControl.aspx

Thanks -- Vijaya Kadiyala

http://dotnetvj.blogspot.com