Click here to Skip to main content
15,901,122 members
Home / Discussions / Windows Forms
   

Windows Forms

 
GeneralRe: How to get query from report ?? Pin
bhaumikdv12-Jan-09 17:27
bhaumikdv12-Jan-09 17:27 
GeneralRe: How to get query from report ?? Pin
Luc Pattyn12-Jan-09 18:27
sitebuilderLuc Pattyn12-Jan-09 18:27 
GeneralRe: How to get query from report ?? Pin
Not Active12-Jan-09 18:32
mentorNot Active12-Jan-09 18:32 
GeneralRe: How to get query from report ?? Pin
Luc Pattyn12-Jan-09 18:53
sitebuilderLuc Pattyn12-Jan-09 18:53 
Questionsorting an xml file with a specified letter Pin
PAVANKUMAR12345612-Jan-09 2:32
PAVANKUMAR12345612-Jan-09 2:32 
AnswerRe: sorting an xml file with a specified letter Pin
EliottA12-Jan-09 2:41
EliottA12-Jan-09 2:41 
GeneralRe: sorting an xml file with a specified letter Pin
jagank2117-Jan-09 3:34
jagank2117-Jan-09 3:34 
Questionsorting an xml file with a specified letter Pin
PAVANKUMAR12345612-Jan-09 2:24
PAVANKUMAR12345612-Jan-09 2:24 
hi
i am new to xml.i am trying to sort xml file with a specified letter.it should search all nodes(parent and childs (all)) in xml file and return the sorted xml file.i am using c# windows application.ex:here xml file.
<category>
<computers>
<hp>
<hp1>
<hp2>

<ibm>
<others>

<printers>
<hp>
<dell>
<others>


i have taken one textbox if we enter any letter 'H'
it should returns all the nodes(parent or child)that are starts with the 'H'letter.the resulted file should be like this
<category>
<computers>
<hp>
<hp1>
<hp2>


<printers>
<hp>

/Category>
help me in this problem.
thanks
QuestionInstal project without computer name change Pin
Any_India11-Jan-09 18:10
Any_India11-Jan-09 18:10 
AnswerRe: Instal project without computer name change Pin
Reza Raad13-Jan-09 3:04
Reza Raad13-Jan-09 3:04 
QuestionHow to get the formula field from .rdlc report in c#.net ? Pin
bhaumikdv11-Jan-09 17:25
bhaumikdv11-Jan-09 17:25 
Questionneed help with dynamic array button [modified] Pin
neodeaths10-Jan-09 0:48
neodeaths10-Jan-09 0:48 
AnswerRe: need help with dynamic array button Pin
Dave Kreskowiak10-Jan-09 3:02
mveDave Kreskowiak10-Jan-09 3:02 
GeneralRe: need help with dynamic array button Pin
neodeaths10-Jan-09 3:54
neodeaths10-Jan-09 3:54 
GeneralRe: need help with dynamic array button Pin
Luc Pattyn10-Jan-09 4:08
sitebuilderLuc Pattyn10-Jan-09 4:08 
GeneralRe: need help with dynamic array button Pin
neodeaths10-Jan-09 4:36
neodeaths10-Jan-09 4:36 
GeneralRe: need help with dynamic array button Pin
Luc Pattyn10-Jan-09 4:54
sitebuilderLuc Pattyn10-Jan-09 4:54 
GeneralRe: need help with dynamic array button Pin
Luc Pattyn10-Jan-09 3:51
sitebuilderLuc Pattyn10-Jan-09 3:51 
GeneralRe: need help with dynamic array button Pin
neodeaths10-Jan-09 4:03
neodeaths10-Jan-09 4:03 
GeneralRe: need help with dynamic array button Pin
Luc Pattyn10-Jan-09 4:07
sitebuilderLuc Pattyn10-Jan-09 4:07 
QuestionHow to add a MouseHover Event to Label which is created at runtime using C# Pin
K V Sekhar8-Jan-09 21:09
K V Sekhar8-Jan-09 21:09 
AnswerRe: How to add a MouseHover Event to Label which is created at runtime using C# Pin
dan!sh 8-Jan-09 21:25
professional dan!sh 8-Jan-09 21:25 
GeneralRe: How to add a MouseHover Event to Label which is created at runtime using C# Pin
K V Sekhar8-Jan-09 23:40
K V Sekhar8-Jan-09 23:40 
QuestionHow to Display both image and text in a DataGridview Cell using c#.net Pin
K V Sekhar8-Jan-09 2:52
K V Sekhar8-Jan-09 2:52 
AnswerRe: How to Display both image and text in a DataGridview Cell using c#.net [modified] Pin
dan!sh 8-Jan-09 3:49
professional dan!sh 8-Jan-09 3:49 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.