New Message on dotNET User Group Hyd

unable to save the image from microsoft.ink.dll for tablet pc

Reply
  Reply to Sender   Recommend Message 1 in Discussion
From: nageshvasa

hi ,

i am developing the web application in c# and tablet pc version 1.7. when submitting the page, i am unable to save the image. 
here i am pasting the _javascript_ which i had used


Code:

<html>
function AddBlog()


    document.form1.BlogBodyInkDatavalue = inkBlogBody.InkData; 
    form.submit();

}

<body>
    <form id="form1" runat="server" method="post">
    <div>
        <table>
            <tr>
                <td>
                    <OBJECT id="inkBlogBody" classid="" width="400" height="200" VIEWASTEXT>
                        <param name="BackColor" value="#E0E090">
                    </OBJECT>
                </td>
            </tr>
            <tr>
                <td align="center" >
                    <input type="hidden" name="BlogBodyInkData" id="BlogBodyInkData">
                    <button id="BUTTON1" type="button" >Add Blog</button>
                    
                    <!--
                        <a HREF="" TARGET="_self" >Recognized text:</a>
                        <input type="text" name="text1" size="20" />
                        <input type="submit" name="submit" value="Submit!" />
                    -->
                </td>
            </tr>
        </table>
        
    </div>
    </form>
</body>
</html>


View other groups in this category.


Also on MSN:
Start Chatting | Listen to Music | House & Home | Try Online Dating | Daily Horoscopes

To stop getting this e-mail, or change how often it arrives, go to your E-mail Settings.

Need help? If you've forgotten your password, please go to Passport Member Services.
For other questions or feedback, go to our Contact Us page.

If you do not want to receive future e-mail from this MSN group, or if you received this message by mistake, please click the "Remove" link below. On the pre-addressed e-mail message that opens, simply click "Send". Your e-mail address will be deleted from this group's mailing list.
Remove my e-mail address from dotNET User Group Hyd.

Reply via email to