Click here to Skip to main content
15,921,577 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Convert a string to expresion Pin
numbrel11-Feb-05 8:23
numbrel11-Feb-05 8:23 
GeneralRe: Convert a string to expresion Pin
zaxos13-Feb-05 20:05
zaxos13-Feb-05 20:05 
GeneralRe: Convert a string to expresion Pin
Christian Graus9-Feb-05 10:04
protectorChristian Graus9-Feb-05 10:04 
GeneralRe: Convert a string to expresion Pin
zaxos11-Feb-05 3:45
zaxos11-Feb-05 3:45 
GeneralSerialize help Pin
MrBean9-Feb-05 3:27
MrBean9-Feb-05 3:27 
GeneralRe: Serialize help Pin
Dave Kreskowiak9-Feb-05 16:51
mveDave Kreskowiak9-Feb-05 16:51 
GeneralRe: Serialize help Pin
Anonymous9-Feb-05 21:38
Anonymous9-Feb-05 21:38 
GeneralRe: Serialize help Pin
MrBean9-Feb-05 21:41
MrBean9-Feb-05 21:41 
Sorry for the above post... the forum somehow didn't recognize my account ?!?!?! (grrr!)

Anyway... the two classes ARE marked as < Serializable() > but not shown in the code above (again a forum bug ?)

Here the code AGAIN with the Serializable tags Smile | :) ...
<br />
<br />
< Serializable() > Public Class MyReport<br />
<br />
<xml.Serialization.XmlAttribute()> Public m_Title as String<br />
<xml.Serialization.XmlAttribute()> Public m_BackColor as Color<br />
<xml.Serialization.XmlElement()> Public m_Objects as new ArrayList ' Contains several MyReportObject objects<br />
<br />
End Class<br />
<br />
< Serializable() > Public Class MyReportObject<br />
<br />
<xml.Serialization.XmlElement()> Public m_Text as String<br />
<xml.Serialization.XmlElement()> Public m_X as Integer<br />
<xml.Serialization.XmlElement()> Public m_Y as Integer<br />
<br />
End Class<br />
<br />

GeneralRe: Serialize help Pin
Dave Kreskowiak10-Feb-05 5:45
mveDave Kreskowiak10-Feb-05 5:45 
GeneralRe: Serialize help Pin
MrBean10-Feb-05 20:54
MrBean10-Feb-05 20:54 
GeneralRe: Serialize help Pin
Dave Kreskowiak12-Feb-05 3:03
mveDave Kreskowiak12-Feb-05 3:03 
GeneralHelp Recording Audio Pin
GeneArnold9-Feb-05 3:12
GeneArnold9-Feb-05 3:12 
GeneralRe: App.Path (vb.net) Pin
Just Greeky Creek9-Feb-05 0:16
Just Greeky Creek9-Feb-05 0:16 
GeneralRe: App.Path (vb.net) Pin
Ritesh12349-Feb-05 0:23
Ritesh12349-Feb-05 0:23 
GeneralCustom Shaped Window (form) Pin
Member 86210338-Feb-05 22:49
Member 86210338-Feb-05 22:49 
GeneralRe: Custom Shaped Window (form) Pin
Just Greeky Creek9-Feb-05 0:18
Just Greeky Creek9-Feb-05 0:18 
GeneralRe: Custom Shaped Window (form) Pin
Kumar saurabh9-Feb-05 20:16
Kumar saurabh9-Feb-05 20:16 
GeneralRe: Custom Shaped Window (form) Pin
Just Greeky Creek9-Feb-05 20:44
Just Greeky Creek9-Feb-05 20:44 
QuestionCan someone help with this one Pin
Delo8-Feb-05 19:58
Delo8-Feb-05 19:58 
AnswerRe: Can someone help with this one Pin
Dave Kreskowiak9-Feb-05 2:36
mveDave Kreskowiak9-Feb-05 2:36 
QuestionHow To Search in Database in Access Using Adodc Pin
Max's8-Feb-05 19:56
sussMax's8-Feb-05 19:56 
Generalget_URL Pin
students552 university8-Feb-05 19:44
students552 university8-Feb-05 19:44 
QuestionHow can I corrupt a folder or restrict the access to it? (VB 6) Pin
AngryC8-Feb-05 17:55
AngryC8-Feb-05 17:55 
AnswerRe: How can I corrupt a folder or restrict the access to it? (VB 6) Pin
Christian Graus9-Feb-05 10:05
protectorChristian Graus9-Feb-05 10:05 
AnswerRe: How can I corrupt a folder or restrict the access to it? (VB 6) Pin
Dave Kreskowiak9-Feb-05 10:14
mveDave Kreskowiak9-Feb-05 10:14 

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.