User Profile

Collapse

Profile Sidebar

Collapse
tvks
tvks
Last Activity: Apr 10 '09, 08:27 AM
Joined: Nov 28 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • tvks
    started a topic Casting IDispatch

    Casting IDispatch

    Hi,

    I have a VB form which has the following property :

    Code:
    Public Property Get MySplit() As Object
        Set MySplit = ToolMeGet
    End Property
    I did the following
    1. Created a ActiveX EXE of this program
    2. Used tlbimp to create an interop
    3. Add reference to this Interop in my C# project


    This returns to me a metadata in my C# program as

    Code:
    namespace MyWindow
    ...
    See more | Go to post

  • tvks
    started a topic XML Compatability
    in .NET

    XML Compatability

    Hi all,

    I am using the below code to write into an XML file.

    Code:
       public void Save_Dataset_XML(DataSet ds, string flname)
       {
           StreamWriter myStreamWriter = new StreamWriter(@flname);
           ds.WriteXml(myStreamWriter);
           myStreamWriter.Close();
     }
    In the above code if a dataset cell is empty it is replaced by &  as how I wanted it....
    See more | Go to post

  • tvks
    started a topic XML interface with dotnet
    in .NET

    XML interface with dotnet

    Hi all,

    I am a new born baby in dotnet. Can anybody help me some article that guides me about using XML data with asp dotnet (C#) . I want to know how to get values from frontend (clientside) data and store it in XML and to display values from XML to the user.

    Kindly help me urgently.

    Regards,

    tvks
    See more | Go to post

  • tvks
    started a topic Calendar using Ajax and Javascript

    Calendar using Ajax and Javascript

    Hi,

    I need to design a monthly appointment scheduler using Ajax and Javascript only.

    Thanx in advance for any codes or links from where I can download.

    regards

    tvks
    See more | Go to post

  • tvks
    started a topic XML Insert and Delete
    in PHP

    XML Insert and Delete

    Dear all,

    I have an xml file called abc.xml. It is of the following format.
    [php]
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <contacts>
    <entry uri="sip:vinayg @company.org">
    <name>Vinay</name>
    <sip> sip:vinayg@comp any.org </sip>
    <Number> 9885821530 </Number>
    </entry>...
    See more | Go to post
No activity results to display
Show More
Working...