Click here to Skip to main content
15,896,063 members
Home / Discussions / C#
   

C#

 
AnswerRe: what is event_Dispose of VB.net in C# ? Pin
musefan17-Jun-09 7:49
musefan17-Jun-09 7:49 
QuestionDesigning hardware inventory Pin
packetsmacker17-Jun-09 6:52
packetsmacker17-Jun-09 6:52 
AnswerRe: Designing hardware inventory Pin
Lutosław17-Jun-09 7:24
Lutosław17-Jun-09 7:24 
packetsmacker wrote:
1. Create a GUI to: Allow the user to select a list of hardware properties (i.e Processor Speed)from a list of all properties of the selected hardware (i.e Processor).

Take a look at a PropertyGrid control. You will need a class S which would have all required propertied exposed to public. Then set the PropertyGrid.SelectedObject property to an instance of the class S.

packetsmacker wrote:
Save these settings to XML file
2. create console app to read XML file scan the hardware then write it to a DB.

Search for "XML serialization". The System.Xml.Serialization.XmlSerializer class allows you to both read and write from/to XML with Deserialize and Serialize methods. All you have to do is to pass the typeof(S) and .NET will do all dirty work for you.

Greetings - Jacek Gajek

AnswerRe: Designing hardware inventory Pin
Ennis Ray Lynch, Jr.17-Jun-09 7:25
Ennis Ray Lynch, Jr.17-Jun-09 7:25 
GeneralRe: Designing hardware inventory Pin
packetsmacker17-Jun-09 7:35
packetsmacker17-Jun-09 7:35 
AnswerRe: Designing hardware inventory Pin
Luc Pattyn17-Jun-09 8:35
sitebuilderLuc Pattyn17-Jun-09 8:35 
GeneralRe: Designing hardware inventory Pin
packetsmacker17-Jun-09 8:45
packetsmacker17-Jun-09 8:45 
Questionhow to display Form2 by click button in Form1 Pin
xingselex17-Jun-09 5:39
xingselex17-Jun-09 5:39 
GeneralRe: how to display Form2 by click button in Form1 Pin
musefan17-Jun-09 5:44
musefan17-Jun-09 5:44 
GeneralRe: how to display Form2 by click button in Form1 Pin
xingselex17-Jun-09 5:51
xingselex17-Jun-09 5:51 
AnswerRe: how to display Form2 by click button in Form1 [modified] Pin
musefan17-Jun-09 5:53
musefan17-Jun-09 5:53 
GeneralRe: how to display Form2 by click button in Form1 Pin
Luc Pattyn17-Jun-09 5:56
sitebuilderLuc Pattyn17-Jun-09 5:56 
GeneralRe: how to display Form2 by click button in Form1 Pin
musefan17-Jun-09 6:01
musefan17-Jun-09 6:01 
GeneralRe: how to display Form2 by click button in Form1 Pin
led mike17-Jun-09 6:13
led mike17-Jun-09 6:13 
JokeRe: how to display Form2 by click button in Form1 Pin
musefan17-Jun-09 6:27
musefan17-Jun-09 6:27 
GeneralRe: how to display Form2 by click button in Form1 Pin
Luc Pattyn17-Jun-09 6:34
sitebuilderLuc Pattyn17-Jun-09 6:34 
GeneralRe: how to display Form2 by click button in Form1 Pin
led mike17-Jun-09 7:12
led mike17-Jun-09 7:12 
GeneralRe: how to display Form2 by click button in Form1 Pin
Luc Pattyn17-Jun-09 8:07
sitebuilderLuc Pattyn17-Jun-09 8:07 
GeneralRe: how to display Form2 by click button in Form1 Pin
led mike17-Jun-09 9:33
led mike17-Jun-09 9:33 
GeneralRe: how to display Form2 by click button in Form1 Pin
Luc Pattyn17-Jun-09 10:02
sitebuilderLuc Pattyn17-Jun-09 10:02 
GeneralRe: how to display Form2 by click button in Form1 Pin
led mike17-Jun-09 10:57
led mike17-Jun-09 10:57 
GeneralRe: how to display Form2 by click button in Form1 Pin
xingselex17-Jun-09 6:08
xingselex17-Jun-09 6:08 
GeneralRe: how to display Form2 by click button in Form1 Pin
musefan17-Jun-09 6:11
musefan17-Jun-09 6:11 
GeneralRe: how to display Form2 by click button in Form1 Pin
xingselex17-Jun-09 6:17
xingselex17-Jun-09 6:17 
GeneralRe: how to display Form2 by click button in Form1 Pin
musefan17-Jun-09 6:21
musefan17-Jun-09 6:21 

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.