I want all lines to have the same length. Do you know if .NET CF allows that text format?
Xloi...
User Profile
Collapse
-
Justify text in text box
Hi,
I'm working on a program for a PDA (using C# .NET Compact Framework). I'm using a text box to display a text. I can allign the text in the right, in the left or in the center. Is it possible to make the text justified?
Thanks a lot
Xloi -
Read XML nested tags
Hi!
I'm working on a program (C# .NET CF) that uses an XML file. The file stucture is something like:
<Questions>
<question1>
<text>
<answerA>
<answerB>
</question1>
<question2>
<answerA>
<answerB>
</question2>
</Questions>
I need... -
I used
m_settingsPath = Path.GetDirecto ryName(System.R eflection.Assem bly.GetExecutin gAssembly().Get Name().CodeBase );
m_settingsPath += @"\Settings.xml ";
to get the path
and
System.Xml.XmlD ocument xdoc = new XmlDocument();
xdoc.Load(@"Set tings.xml");
but neither of those worked..I'm new at C sharp and I can't figure out what...Leave a comment:
-
XML path
Hi,
I'm working on a program (C sharp in .NET Compact Framework). I'm trying to read an XML file. It's seems everything ok but I can't get the path right. I have created the file inside the solution. Do you have any suggestions?
Many thanks,
Xloi -
-
P/invoke
Hi!
I'm working on a mobile application (C # .NET Compact Framework) and I need to play a video (using the Media player) inside a panel. I guess I have to use P/Invoke. Does anybody have an idea how it could be done?
Thanks,
Xloi
No activity results to display
Show More
Leave a comment: