Forum: VB.NET Apr 1st, 2009 |
| Replies: 0 Views: 331 Dear Friends,
Am new to Vb.net and
Am working on a project where i have to get the selected text from a word file(Ms word 2007)
Please Advice how i can do this.. I have a Created an ADD-IN... |
Forum: VB.NET Jan 8th, 2009 |
| Replies: 1 Views: 1,033 Dear friends..
I have solved the Thread with slight modification in the XML file...
<?xml version="1.0" encoding="utf-8"?>
<TaskDetails>
<Task Name="PS0001234">
<Status>Start</Status>... |
Forum: VB.NET Jan 7th, 2009 |
| Replies: 1 Views: 1,033 Dear All..
I been working on XML for the past 2 weeks and am bit new to this concept..however i have put my effort to solve my problem..
I have suceeded in creating and appending a node to a... |
Forum: VB.NET Jan 7th, 2009 |
| Replies: 1 Views: 757 Hi all..
I have Solved this Thread By Myself..Here is the code if some one needs..
Public Sub xmlAppend(ByVal TaskId As String, ByVal Status As String)
Dim Tskid, stats As String
... |
Forum: VB.NET Jan 6th, 2009 |
| Replies: 1 Views: 757 Dear fiends,
Am Posting a Lot Nowadays.. Sorry if i had Disturbed you all...Hera my XML file..i Have to append a node below this..can some give me any idea how to do it..When i try..it is over... |
Forum: VB.NET Jan 6th, 2009 |
| Replies: 1 Views: 1,016 hi all,
I have a XML file like as shown below..
i need to replace the value of status for a particular task..can u help me how to do it..
<?xml version="1.0" encoding="utf-8"?>
<Task>... |
Forum: VB.NET Jan 6th, 2009 |
| Replies: 0 Views: 2,659 Dear All,
AM creating a XML file from my Database. I have created Sucessfully and now i need to append a another node to this below XML file
Ex : <TaskName Value="PS0002440" Status="Process"... |
Forum: VB.NET Jan 5th, 2009 |
| Replies: 6 Views: 805 Hi RamyMahrous,
I solved the Problem..Thanks for the Support.. |
Forum: VB.NET Jan 5th, 2009 |
| Replies: 6 Views: 805 Thanks..ill put my try..But is dataset is related to Listview or DataGrid... |
Forum: VB.NET Jan 5th, 2009 |
| Replies: 6 Views: 805 am generating the listview data's from a database...now i need to copy the some columns of data's or all listview data's to a XML file...I tried as much as i can..i am not able to find the solution... |
Forum: VB.NET Jan 3rd, 2009 |
| Replies: 6 Views: 805 Dear Friends.
I need to copy particular columns from a listview to a XML file.
Example
i need 1st and 3rd Columns data's to be copied to a XML file. Can any one help with any example... |
Forum: VB.NET Jan 3rd, 2009 |
| Replies: 2 Views: 540 |
Forum: VB.NET Jan 3rd, 2009 |
| Replies: 2 Views: 540 Dear friends,
I am new To Vb.net World. I have to Create a XML file like as shown below.
<Task>
<TaskStatus ID="PS0002436" status="Start" />
<TaskStatus ID="PS0002435" status="Start" />... |
Forum: VB.NET Dec 31st, 2008 |
| Replies: 4 Views: 1,113 Thanks for the Quick response..Will try this and reply you.. |
Forum: VB.NET Dec 30th, 2008 |
| Replies: 4 Views: 1,113 Will this Work on MsWord..I need to Count The No of Pages and Line in a MsWord File |
Forum: VB.NET Dec 29th, 2008 |
| Replies: 4 Views: 1,113 Dear Friends,
Am new to vb.net environment. i need to display the number of lines in word file using vb.net..please can anyone help me with this. any code will be appreciated..
Thanks and... |