Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~140 People Reached
Favorite Forums
Member Avatar for deadskunk

Hello, I am trying to create a form in C# that will get its buttons configured from a xml file. Here is a sample of my xml file: <?xml version="1.0" ?> - <LauncherConfig> - <GeneralOptions> <Name>FORM_NAME</Name> <BackgrounColor>Gray</BackgrounColor> <PercentOpaque>50</PercentOpaque> <StayOnTop>True</StayOnTop> <Orientation>Horizontal</Orientation> </GeneralOptions> - <Group1> <GroupName_Lable>GPS/Mapping</GroupName_Lable> <Horizontal_Number_Rows>1</Horizontal_Number_Rows> <Verticle_Number_Columns>1</Verticle_Number_Columns> - <Button1> <ButtonLabel>OZI</ButtonLabel> <UnselectedButtonTextColor>FFFFFF</UnselectedButtonTextColor> …

Member Avatar for Ramy Mahrous
0
140