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

Visual Basic

 
AnswerRe: Make Panel scrollable with mouse wheel VB 2005 ? Pin
JoeSharp3-Oct-07 4:02
JoeSharp3-Oct-07 4:02 
GeneralRe: Make Panel scrollable with mouse wheel VB 2005 ? Pin
nishkarsh_k3-Oct-07 4:14
nishkarsh_k3-Oct-07 4:14 
GeneralRe: Make Panel scrollable with mouse wheel VB 2005 ? Pin
JoeSharp3-Oct-07 22:58
JoeSharp3-Oct-07 22:58 
QuestionBlock Installation Pin
SamRST2-Oct-07 23:53
SamRST2-Oct-07 23:53 
AnswerRe: Block Installation Pin
Christian Graus2-Oct-07 23:57
protectorChristian Graus2-Oct-07 23:57 
GeneralRe: Block Installation Pin
SamRST3-Oct-07 0:06
SamRST3-Oct-07 0:06 
GeneralRe: Block Installation Pin
nishkarsh_k3-Oct-07 0:16
nishkarsh_k3-Oct-07 0:16 
QuestionHow to get the control properties into xml file [modified] Pin
VB 8.02-Oct-07 23:42
VB 8.02-Oct-07 23:42 
Hii ,
I am having some picturebox , in that i am adding some controls at runtime, now i want to save it into xml file . Now i am getting the control names in xml file .Presently , I amnot able to retrieve their properties into xml file. The xmlfile should look like this .I am using datatable .Just i want to save inorder of control and their properties .

the xml file should be like this
<Pages xmlns="">
- <Page PageNo="1">
<PageName>Page1</PageName>
<PageSize>3</PageSize>
<PageOrientation>0</PageOrientation>
<PagePicture />
<PageNoPicture>false</PageNoPicture>
<PageAllPages>false</PageAllPages>
<PageDesignOnly>false</PageDesignOnly>
- <PageBorder>
<BorderLeft>0.75</BorderLeft>
<BorderTop>0.75</BorderTop>
<BorderHeight>0.75</BorderHeight>
<BorderWidth>0.75</BorderWidth>
<BorderPattern>1</BorderPattern>
</PageBorder>
- <txt:TextBox TextIndex="1">
<txt:TextName>Text1</txt:TextName>
<txt:TextAlign>0</txt:TextAlign>
<txt:Appearance>1</txt:Appearance>
<txt:TextBackColor>-2147483643</txt:TextBackColor>
<txt:TextForeColor>-2147483640</txt:TextForeColor>
<txt:TextBorderStyle>1</txt:TextBorderStyle>
<txt:TextText>Text1</txt:TextText>
- <fn:Font>
<fn:FontName>MS Sans Serif</fn:FontName>
- <fn:FontStyle>
<fn:Bold>false</fn:Bold>
<fn:Italic>false</fn:Italic>
</fn:FontStyle>
<fn:FontSize>8</fn:FontSize>
<fn:FontUnderline>false</fn:FontUnderline>
<fn:FontStrikeout>false</fn:FontStrikeout>
</fn:Font>
<txt:TextToolTip />
- <pos:Position>
<pos:Left>1935</pos:Left>
<pos:Top>1560</pos:Top>
<pos:Height>315</pos:Height>
<pos:Width>1605</pos:Width>
</pos:Position>
<txt:TextLocked>false</txt:TextLocked>
<txt:TextMaxLen>255</txt:TextMaxLen>
<txt:TextMinLen>0</txt:TextMinLen>
<txt:TextMultiline>false</txt:TextMultiline>
<txt:TextDataType>0</txt:TextDataType>
<txt:TextFormat />
<txt:IsIndexField>True</txt:IsIndexField>
</txt:TextBox>
- <txt:TextBox TextIndex="2">
<txt:TextName>Text2</txt:TextName>
<txt:TextAlign>0</txt:TextAlign>
<txt:Appearance>1</txt:Appearance>
<txt:TextBackColor>-2147483643</txt:TextBackColor>
<txt:TextForeColor>-2147483640</txt:TextForeColor>
<txt:TextBorderStyle>1</txt:TextBorderStyle>
<txt:TextText>Text2</txt:TextText>
- <fn:Font>
<fn:FontName>MS Sans Serif</fn:FontName>
- <fn:FontStyle>
<fn:Bold>false</fn:Bold>
<fn:Italic>false</fn:Italic>
</fn:FontStyle>
<fn:FontSize>8</fn:FontSize>
<fn:FontUnderline>false</fn:FontUnderline>
<fn:FontStrikeout>false</fn:FontStrikeout>
</fn:Font>
<txt:TextToolTip />
- <pos:Position>
<pos:Left>1965</pos:Left>
<pos:Top>2085</pos:Top>
<pos:Height>315</pos:Height>
<pos:Width>1605</pos:Width>
</pos:Position>
<txt:TextLocked>false</txt:TextLocked>
<txt:TextMaxLen>255</txt:TextMaxLen>
<txt:TextMinLen>0</txt:TextMinLen>
<txt:TextMultiline>false</txt:TextMultiline>
<txt:TextDataType>0</txt:TextDataType>
<txt:TextFormat />
<txt:IsIndexField>False</txt:IsIndexField>
</txt:TextBox>
- <txt:TextBox TextIndex="3">
<txt:TextName>Text3</txt:TextName>
<txt:TextAlign>0</txt:TextAlign>
<txt:Appearance>1</txt:Appearance>
<txt:TextBackColor>-2147483643</txt:TextBackColor>
<txt:TextForeColor>-2147483640</txt:TextForeColor>
<txt:TextBorderStyle>1</txt:TextBorderStyle>
<txt:TextText>Text3</txt:TextText>
- <fn:Font>
<fn:FontName>MS Sans Serif</fn:FontName>
- <fn:FontStyle>
<fn:Bold>false</fn:Bold>
<fn:Italic>false</fn:Italic>
</fn:FontStyle>
<fn:FontSize>8</fn:FontSize>
<fn:FontUnderline>false</fn:FontUnderline>
<fn:FontStrikeout>false</fn:FontStrikeout>
</fn:Font>
<txt:TextToolTip />
- <pos:Position>
<pos:Left>2925</pos:Left>
<pos:Top>4935</pos:Top>
<pos:Height>315</pos:Height>
<pos:Width>1605</pos:Width>
</pos:Position>
<txt:TextLocked>false</txt:TextLocked>
<txt:TextMaxLen>255</txt:TextMaxLen>
<txt:TextMinLen>0</txt:TextMinLen>
<txt:TextMultiline>false</txt:TextMultiline>
<txt:TextDataType>0</txt:TextDataType>
<txt:TextFormat />
<txt:IsIndexField>True</txt:IsIndexField>
</txt:TextBox>
- <chk:CheckBox ChkBoxIndex="1">
<chk:ChkBoxName>Checkbox1</chk:ChkBoxName>
<chk:ChkBoxAlign>0</chk:ChkBoxAlign>
<chk:ChkBoxAppearance>1</chk:ChkBoxAppearance>
<chk:ChkBoxBackColor>16777215</chk:ChkBoxBackColor>
<chk:ChkBoxCaption>Checkbox1</chk:ChkBoxCaption>
- <fn:Font>
<fn:FontName>MS Sans Serif</fn:FontName>
- <fn:FontStyle>
<fn:Bold>false</fn:Bold>
<fn:Italic>false</fn:Italic>
</fn:FontStyle>
<fn:FontSize>8</fn:FontSize>
<fn:FontUnderline>false</fn:FontUnderline>
<fn:FontStrikeout>false</fn:FontStrikeout>
</fn:Font>
<chk:ChkBoxForeColor>-2147483630</chk:ChkBoxForeColor>
- <pos:Position>
<pos:Left>2280</pos:Left>
<pos:Top>3180</pos:Top>
<pos:Height>285</pos:Height>
<pos:Width>1395</pos:Width>
</pos:Position>
<chk:ChkBoxToolTip />
<chk:ChkBoxDefaultValue>false</chk:ChkBoxDefaultValue>
</chk:CheckBox>
</Page>
</Pages>
</Name>
Every property of control from propertygrid or in some way . When i read the xml file it should display all the controls in the way it look previously .




DVSRIRAM


-- modified at 5:51 Wednesday 3rd October, 2007
AnswerRe: How to get the control properties into xml file Pin
Tom Deketelaere3-Oct-07 0:18
professionalTom Deketelaere3-Oct-07 0:18 
AnswerRe: How to get the control properties into xml file Pin
Dave Kreskowiak3-Oct-07 3:58
mveDave Kreskowiak3-Oct-07 3:58 
GeneralRe: How to get the control properties into xml file Pin
VB 8.05-Oct-07 0:26
VB 8.05-Oct-07 0:26 
Questionwindows service Pin
IETaxguard2-Oct-07 23:31
IETaxguard2-Oct-07 23:31 
AnswerRe: windows service Pin
Dave Kreskowiak3-Oct-07 3:48
mveDave Kreskowiak3-Oct-07 3:48 
GeneralRe: windows service Pin
IETaxguard3-Oct-07 4:03
IETaxguard3-Oct-07 4:03 
GeneralRe: windows service Pin
Dave Kreskowiak3-Oct-07 4:29
mveDave Kreskowiak3-Oct-07 4:29 
QuestionEunice Pin
Eunice (VB junior)2-Oct-07 23:23
Eunice (VB junior)2-Oct-07 23:23 
AnswerRe: Eunice Pin
Christian Graus2-Oct-07 23:41
protectorChristian Graus2-Oct-07 23:41 
Generalrandom bug.... how to solve? Pin
Eunice (VB junior)3-Oct-07 14:27
Eunice (VB junior)3-Oct-07 14:27 
QuestionWhere's Refractor? Pin
blackjack21502-Oct-07 23:06
blackjack21502-Oct-07 23:06 
AnswerRe: Where's Refractor? Pin
Christian Graus2-Oct-07 23:19
protectorChristian Graus2-Oct-07 23:19 
GeneralRe: Where's Refractor? Pin
blackjack21502-Oct-07 23:47
blackjack21502-Oct-07 23:47 
QuestionTextbox Vlidation Pin
Ursrathi2-Oct-07 22:32
Ursrathi2-Oct-07 22:32 
AnswerRe: Textbox Vlidation Pin
Christian Graus2-Oct-07 23:17
protectorChristian Graus2-Oct-07 23:17 
GeneralRe: Textbox Vlidation Pin
C1AllenS2-Oct-07 23:45
C1AllenS2-Oct-07 23:45 
GeneralRe: Textbox Vlidation Pin
Christian Graus2-Oct-07 23:55
protectorChristian Graus2-Oct-07 23:55 

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.