Click here to Skip to main content
15,925,661 members
Home / Discussions / C#
   

C#

 
GeneralRe: notifyicon doesn't disappear when program crashes Pin
scoroop8-Jan-06 11:18
scoroop8-Jan-06 11:18 
GeneralRe: notifyicon doesn't disappear when program crashes Pin
mav.northwind8-Jan-06 11:43
mav.northwind8-Jan-06 11:43 
GeneralRe: notifyicon doesn't disappear when program crashes Pin
scoroop8-Jan-06 12:15
scoroop8-Jan-06 12:15 
GeneralRe: notifyicon doesn't disappear when program crashes Pin
mav.northwind8-Jan-06 12:27
mav.northwind8-Jan-06 12:27 
GeneralRe: notifyicon doesn't disappear when program crashes Pin
scoroop8-Jan-06 12:38
scoroop8-Jan-06 12:38 
GeneralRe: notifyicon doesn't disappear when program crashes Pin
Stephen Hewitt8-Jan-06 15:01
Stephen Hewitt8-Jan-06 15:01 
AnswerRe: notifyicon doesn't disappear when program crashes Pin
Dave Kreskowiak8-Jan-06 16:01
mveDave Kreskowiak8-Jan-06 16:01 
Questionnested xml tables and dataTables Pin
kostast8-Jan-06 10:01
kostast8-Jan-06 10:01 
Hello everyone,
I would appreciate some help on sth that's been bothering me all day today Smile | :)

I'm trying to work with an xml file set as follows:

<object>
<id>
<attribute 2="">
<attribute 3="">
<attribute 4="">
<item>
<item attr1="">
<item attr2="">
<item attr3="">
<item>
<item>
<item attr1="">
<item attr2="">
<item attr3="">
<item>
...
<object>

the idea was to have a single id for each object and as many <item> objects as the user likes.
Even though it looks that the MSVStudio xml editor is able to perfectly distinguish and present two data Tables in a parent-child manner, i hit a wall when i try to do the same programmatically.

What I’ve been trying is:

a. instantiate a dataset,
b. dataset.readxml(…) ... so far so good, i get two tables in my dataset, ("object" & "item")
c. instantiate two datatables, one for object and one for item tables.

but the table "item" contains all the items of every object and i can't seem to find a way to filter them, so i can get only the ones i'm interested every time i.e. the ones nested into a single <object>....

Just to give you some more info about the goal, a form has to be filled, presenting the object attributes on top and the items in a listView at the bottom.

Thanks a lot in advance for any help given.
I’ll post the whole thing if anyone’s interested, if and when I get it! Smile | :)
GeneralOops! Invisible code! : nested xml tables and dataTables Pin
kostast8-Jan-06 10:06
kostast8-Jan-06 10:06 
QuestionDesigner ?bugs? in VS 2003 && VS 2005 Pin
Darek Maciejewski8-Jan-06 9:58
Darek Maciejewski8-Jan-06 9:58 
AnswerRe: Designer ?bugs? in VS 2003 && VS 2005 Pin
Christian Graus8-Jan-06 10:14
protectorChristian Graus8-Jan-06 10:14 
GeneralRe: Designer ?bugs? in VS 2003 && VS 2005 Pin
Darek Maciejewski8-Jan-06 10:26
Darek Maciejewski8-Jan-06 10:26 
GeneralRe: Designer ?bugs? in VS 2003 && VS 2005 Pin
Christian Graus8-Jan-06 10:34
protectorChristian Graus8-Jan-06 10:34 
AnswerRe: Designer ?bugs? in VS 2003 && VS 2005 Pin
BadKarma8-Jan-06 11:52
BadKarma8-Jan-06 11:52 
AnswerRe: Designer ?bugs? in VS 2003 && VS 2005 - VS'05 solution Pin
Darek Maciejewski9-Jan-06 7:33
Darek Maciejewski9-Jan-06 7:33 
QuestionHas Anyone Created C# Classes for Win32 API? Pin
redfish348-Jan-06 8:40
redfish348-Jan-06 8:40 
AnswerRe: Has Anyone Created C# Classes for Win32 API? Pin
Christian Graus8-Jan-06 10:14
protectorChristian Graus8-Jan-06 10:14 
GeneralRe: Has Anyone Created C# Classes for Win32 API? Pin
redfish348-Jan-06 18:27
redfish348-Jan-06 18:27 
GeneralRe: Has Anyone Created C# Classes for Win32 API? Pin
Chad Smith10-Jan-06 9:57
professionalChad Smith10-Jan-06 9:57 
QuestionCatching unmanaged threaded events with C# Pin
Shtong8-Jan-06 8:10
Shtong8-Jan-06 8:10 
AnswerRe: Catching unmanaged threaded events with C# Pin
Shtong9-Jan-06 10:58
Shtong9-Jan-06 10:58 
QuestionTextbox Cursor Pin
Hellsaint8-Jan-06 6:10
Hellsaint8-Jan-06 6:10 
AnswerRe: Textbox Cursor Pin
Shtong8-Jan-06 8:20
Shtong8-Jan-06 8:20 
QuestionCompression. Pin
aerosmith2k18-Jan-06 5:27
aerosmith2k18-Jan-06 5:27 
AnswerRe: Compression. Pin
mav.northwind8-Jan-06 23:52
mav.northwind8-Jan-06 23:52 

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.