Search:

Type: Posts; User: userpingz

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. What's the best way to parse XML Schema with C# Language.

    Hello all,

    Good day.

    I plan to parse XML schema using C#.
    But my XSD file is very complex.

    What's the best way to parse the XSD file and generate a C# class file.

    What can i do is...
  2. Replies
    2
    Views
    2,724

    Thank you Mario. :-)

    Thank you Mario. :-)
  3. Replies
    4
    Views
    7,855

    Thank you Dave. :-)

    Thank you Dave. :-)
  4. Replies
    4
    Views
    7,855

    What's the meaning of "101"

    Hi .

    Good day.

    When i read a C# book. A programmer's intorduction to C# 2.0
    the Chapter 5 (title) Classes 101.

    What's the meaning of it?

    Thanks in advance.
  5. Replies
    2
    Views
    2,724

    XML Encode Help.

    Hi all,

    i am develop a small tool with C# for converting the ASCII format xml file to UTF-8 format.

    What's the different for the below two line? Which one is better to use.

    <?xml...
  6. Type Convert (Static Array TO unsigned char ) Help.

    Hi All,

    Good day.


    public:
    static array<Byte>^tmpArray = gcnew array<Byte>(10000000);

    .......
  7. Replies
    1
    Views
    1,767

    CFileDialog Compile Error. thanks.

    HI

    Good day.

    I plan to creat a small tool which for convert Ascii file to UTF-8 file.
    I already find the piece of convert code.(in C++)

    Now i plan to build the simple form.
    When i click...
  8. Replies
    8
    Views
    3,828

    @novacain. Thanks a lot for your guide. I would...

    @novacain. Thanks a lot for your guide. I would try it right now.

    @DaveH. Thank you too. Yes, i still didn't use the CStatusBar class. I plan to learn it soon.
  9. Replies
    8
    Views
    3,828

    @novacain, thank you. Acturally, The status...

    @novacain, thank you.

    Acturally, The status bar added by mysel. TreeView is a existed Controlor for my Application.
    I think i want to handle my Status bar with the CMainFrame.

    I don't want to...
  10. Replies
    8
    Views
    3,828

    void MyAppDlg::OnSize(UINT nType, int cx, int cy)...

    void MyAppDlg::OnSize(UINT nType, int cx, int cy)
    {
    if(m_bInit == true)
    {

    m_TreeCommand.MoveWindow(GetTreeRect(), TRUE);
    }

    Invalidate();
  11. Replies
    8
    Views
    3,828

    My Status Bar Issue. Need Help.

    Hi,

    Good day.

    I got a problem about My Status bar.
    Current Capture: attached Tool.jpg.
    When i changed the size of my window. The Status bar can't move...
    Issue Capture: attached too...
  12. Replies
    6
    Views
    1,404

    Sorry, i didn't report my problem clearly at the...

    Sorry, i didn't report my problem clearly at the beginning. event i already posted twice.


    Yes. I really need hex to handle a lot of data.but i find the bug. that i can't convert "25口" to "25 "...
  13. Replies
    6
    Views
    1,404

    Original function. void...

    Original function.



    void Binary2HexString(const vector<unsigned char>& vec, string& result)
    {
    if(vec.size() == 0)
    return;

    for(size_t i = 0; i < vec.size(); i++)
  14. Replies
    6
    Views
    1,404

    Need help to dissection a error code...

    Hey,

    Good day.

    two lines of my error code.
    Currently, when i debug to here. the "temp" value is 19.

    Could you give me some dissection about "%02X".
    How to modify it and then "temp"...
  15. Replies
    3
    Views
    1,090

    Thank you, soluted as your guide. ^_^ Hey...

    Thank you, soluted as your guide. ^_^


    Hey valaris, thank you too. :-)
  16. Replies
    3
    Views
    1,090

    Problem about Character Constant of \t

    Hi,



    str.append("\\\tracelog.txt");


    I can't get my tracelog.txt file name, it was changed to racelog.txt automatically.
    How to ?
  17. Replies
    2
    Views
    1,102

    i guess i understand. Thank you a lot!

    i guess i understand.

    Thank you a lot!
  18. Replies
    2
    Views
    1,102

    #include *.h file confused me...

    Good day.

    Is there any clear rule for how and when to include *.h ?

    Sometime i found some of the *.h work well at A.h or at A.cpp.
    Sometime i found if C.h was inclued by B.h, and i only need...
  19. Search a Softwrae Dev Guide System Which based on Web application....

    Hey,



    I want to search a "Open-Source web-based applications" We could software modules/functions/changed log/etc.
    If possible, i also want get the user authentication for the system.

    Is...
  20. Replies
    3
    Views
    4,754

    trace by myself :-) Currently i understand the...

    trace by myself :-)

    Currently i understand the OnPoint() function for my project.

    The problem is not the window Forms application issue, it is a MFC application. Windows send message to my...
  21. Replies
    3
    Views
    4,754

    More Debug Information. If i keep on Step...

    More Debug Information.

    If i keep on Step Out(Shift + F11), the Yellow Arrow will Just to "wincore.cpp".....then the Yellow Arrow Will Jumed into a "Disassembly" window....

    And if i keep on...
  22. Replies
    3
    Views
    4,754

    Windows Application OnPaint() Function

    Good day,

    My IDE : vs 2005

    My windows forms application inclued one main window and two sub windows. There is a beautiful skin color at the main window; but there is no skin color for the other...
  23. Really stupid questions. i am appricated for...

    Really stupid questions.

    i am appricated for you patient. :-)

    Thanks a lot.
  24. My windowns forms application skin color...

    My windowns forms application skin color changed....
  25. i guess i already understand what you said....

    i guess i already understand what you said. thanks!
    And furthermore questions.

    A.h


    Public:
    COLORREF m_dlgColor; // declare the member at head file.

    A.cpp
Results 1 to 25 of 48
Page 1 of 2 1 2