Click here to Skip to main content
16,015,594 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionXML Problem Pin
Zaegra29-Apr-08 22:52
Zaegra29-Apr-08 22:52 
AnswerRe: XML Problem Pin
Christian Graus29-Apr-08 23:37
protectorChristian Graus29-Apr-08 23:37 
QuestionRe: XML Problem Pin
Zaegra29-Apr-08 23:45
Zaegra29-Apr-08 23:45 
AnswerRe: XML Problem Pin
Mycroft Holmes30-Apr-08 1:10
professionalMycroft Holmes30-Apr-08 1:10 
GeneralRe: XML Problem Pin
Zaegra30-Apr-08 1:28
Zaegra30-Apr-08 1:28 
GeneralRe: XML Problem Pin
Mycroft Holmes30-Apr-08 13:52
professionalMycroft Holmes30-Apr-08 13:52 
AnswerRe: XML Problem Pin
Christian Graus30-Apr-08 1:49
protectorChristian Graus30-Apr-08 1:49 
AnswerRe: XML Problem Pin
DanB19831-May-08 0:20
DanB19831-May-08 0:20 
Another method of handling this is with XMLSerializer, you use it to persist classes in XML. So you could have an INI object that you fill with data and then serialize it to disk, then when you want the data back you just de-serialize it. It is pretty simple have a look on msdn for code samples.

This way you can have a class that has the property WindowState, you then set this property in an instance of the class to 0 (obj.WindowState = 0) then serialize the object (something like serializer.Serialize(obj, path))
then just reverse this to fill the class and read its properties like any other class.

Hope that's of some use.

At university studying Software Engineering - if i say this line to girls i find they won't talk to me

Dan

QuestionVisual Basic .NET on a Mapped Drive Pin
cooper00000729-Apr-08 22:46
cooper00000729-Apr-08 22:46 
AnswerRe: Visual Basic .NET on a Mapped Drive Pin
Colin Angus Mackay29-Apr-08 23:21
Colin Angus Mackay29-Apr-08 23:21 
QuestionGIS Travel Time Estimations Pin
devil8529-Apr-08 21:54
devil8529-Apr-08 21:54 
AnswerRe: GIS Travel Time Estimations Pin
Zaegra29-Apr-08 22:45
Zaegra29-Apr-08 22:45 
GeneralRe: GIS Travel Time Estimations Pin
devil8529-Apr-08 22:49
devil8529-Apr-08 22:49 
GeneralRe: GIS Travel Time Estimations Pin
Zaegra29-Apr-08 23:03
Zaegra29-Apr-08 23:03 
QuestionConnection issue Pin
Tauseef A29-Apr-08 17:41
Tauseef A29-Apr-08 17:41 
AnswerRe: Connection issue Pin
Christian Graus29-Apr-08 19:36
protectorChristian Graus29-Apr-08 19:36 
AnswerRe: Connection issue Pin
Guffa29-Apr-08 21:43
Guffa29-Apr-08 21:43 
AnswerRe: Connection issue Pin
nishkarsh_k29-Apr-08 23:03
nishkarsh_k29-Apr-08 23:03 
GeneralRe: Connection issue Pin
Guffa29-Apr-08 23:07
Guffa29-Apr-08 23:07 
QuestionRe: Connection issue Pin
Tauseef A29-Apr-08 23:29
Tauseef A29-Apr-08 23:29 
AnswerRe: Connection issue Pin
Ashfield29-Apr-08 23:59
Ashfield29-Apr-08 23:59 
AnswerRe: Connection issue Pin
RAA_YOU5-May-08 1:12
RAA_YOU5-May-08 1:12 
QuestionHelp with "OutOfMemoryException" Pin
Juan Patrick29-Apr-08 16:24
Juan Patrick29-Apr-08 16:24 
AnswerRe: Help with "OutOfMemoryException" Pin
Christian Graus29-Apr-08 19:37
protectorChristian Graus29-Apr-08 19:37 
GeneralRe: Help with "OutOfMemoryException" Pin
Juan Patrick29-Apr-08 20:17
Juan Patrick29-Apr-08 20:17 

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.