User Profile

Collapse

Profile Sidebar

Collapse
xloi
xloi
Last Activity: Oct 7 '07, 05:17 PM
Joined: Aug 2 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • xloi
    replied to Justify text in text box
    I want all lines to have the same length. Do you know if .NET CF allows that text format?

    Xloi...
    See more | Go to post

    Leave a comment:


  • xloi
    started a topic Justify text in text box

    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
    See more | Go to post

  • xloi
    started a topic Read XML nested tags

    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...
    See more | Go to post

  • xloi
    replied to XML path
    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...
    See more | Go to post

    Leave a comment:


  • xloi
    started a topic XML path

    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
    See more | Go to post

  • xloi
    replied to P/invoke
    Thank you a lot Frinny...
    See more | Go to post

    Leave a comment:


  • xloi
    started a topic P/invoke

    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
    See more | Go to post
No activity results to display
Show More
Working...