User Profile

Collapse

Profile Sidebar

Collapse
GayatriPatil
GayatriPatil
Last Activity: Jul 6 '11, 07:00 AM
Joined: Apr 30 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Displaying properties of a class in hierarchical data template

    I have a class Case.It has properties DependencyCaseN ame,GroupName,C aseName. I want to represent the properties in the following structure in a treeview.
    The ItemSource to the treeview is ObservableColle ction<Case>.
    Code:
    Group1
       |__DependencyCaseName
                |__CaseName  
    Group2
       |__DependencyCaseName
                |__CaseName
    I searched but most of the solutions are...
    See more | Go to post

  • GayatriPatil
    started a topic How to bind simple XML File in WPF?
    in .NET

    How to bind simple XML File in WPF?

    Hello..I am new to WPF .I need to bind a simple xml file. I want to display the tags in my list box.I have written the following code,but not understanding where am I going wrong. Please help.

    Code:
    //XML file Bookmarks.xml
        <?xml version="1.0" ?>
       <Favourite>
          <Bookmark>
                <Title>Google</Title>
                <URL>http://www.google.com</URL>
    ...
    See more | Go to post

  • Thanks Samuel. But this is not what I want. The HelpNavigator opens the chm file in the same process. I need to open my chm file as a seperate process ,so that even if my application is closed,the chm file remains open. This is achieved by using the API but I am unable to open the 'Find' tab.
    See more | Go to post

    Leave a comment:


  • How to open the search tab of chm file using HtmlHelpW?

    I could open 'Contents' and 'Index' tab of the chm file using HtmlHelpW. The 'Search' tab however cannot be opened using the same.Please guide how to open the Search tab.
    See more | Go to post

  • How to open a chm file through command line.

    How to select the tab through command line when we open a chm file.
    e.g:
    I open a chm file like this
    hh.exe <filename>.
    I want to select the tabs available(Conte nts,Index,Searc h) while opening the chm file through command line.
    See more | Go to post

  • GayatriPatil
    started a topic DataGridViewTextBoxcolumn

    DataGridViewTextBoxcolumn

    I am using a text box column in my DatagridView.Pr oblem i am facing is i need to double click in the cell to edit it. i want it to be editable as simple as a text box with a sigle click.
    One more prob is..on a button click i validate all the values in each cell of the TextBoxColumn.I f it is invalid i mark it in red and abandon the further process.It works fine.But the text marked red stays invisible till i click somewhere in the grid.
    ...
    See more | Go to post

  • I need to maintain an array type structure with two column for path and name.

    I need to maintain an array type structure with two column for path and name.

    The number of rows is not known.
    Can any one suggest any Generic Collections available
    See more | Go to post

  • GayatriPatil
    started a topic Importing matlab dll into vc++ class library
    in .NET

    Importing matlab dll into vc++ class library

    I have created a simple dll for an addition function in matlab.(it provides addition.c, addition.ctf, addition.dll, addition.exp, addition.export s, addition.h, addition.lib, addition.m, addition.prj).i need to import it in class library which i have created using visual studio .net 2003.
    how to import matlab dll in class library?
    See more | Go to post
No activity results to display
Show More
Working...