CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: daniel9

Page 1 of 3 1 2 3

Search: Search took 0.08 seconds.

  1. Replies
    2
    Views
    1,045

    Re: publish my C# project

    I want to use an setup-project with update
  2. Thread: function call

    by daniel9
    Replies
    2
    Views
    686

    function call

    Hy,

    I don´t know how I can call a function




    void functionxyz(std::vector< Unicode2Bytes > input,
    std::vector< byte >& output)
  3. Thread: release name

    by daniel9
    Replies
    1
    Views
    536

    release name

    How can I get the release name from a directory in a network.
  4. Replies
    6
    Views
    3,102

    Re: CString m_pchData

    The error message:

    error C2065: 'm_pchData': nichtdeklarierter Bezeichner
  5. Replies
    6
    Views
    3,102

    CString m_pchData

    I´ve a problem with code from VC6


    double Double() const {return atof(m_pchData);}

    Now I´ve Visual 2005 and I have no idea about the new syntax :confused: . Who...
  6. Replies
    2
    Views
    947

    CString and switch

    How can I use a CString with switch? :wave:
  7. Replies
    1
    Views
    782

    Write " in CStdioFile

    How can I write a string <Helle " world> in a File?
  8. Replies
    3
    Views
    827

    Read/Write XML-File

    Hy, Im looking for an easy way to read and write a xml-File. Have anyone an Idea?
  9. Replies
    4
    Views
    1,291

    I can´t find the link

    I can´t find the link
  10. Replies
    4
    Views
    1,291

    I can´t find the link

    I can´t find the link
  11. Replies
    4
    Views
    1,291

    Excel Find a String

    How can I find a Textstring in an Excel-File
  12. Replies
    3
    Views
    1,333

    CListCtrl (unselect an item)

    How can I unselect an item?
  13. Replies
    1
    Views
    533

    CListCtrl (Mark a line)

    How can I mark a line in a CListCtrl )
  14. Thread: Excel

    by daniel9
    Replies
    1
    Views
    552

    Excel

    How can I open and edit Excel-Document?
  15. Replies
    1
    Views
    505

    Fill several Excel Sheets

    Hy,
    how can I fill an Excel-Document with several sheets.
  16. Replies
    6
    Views
    817

    How can I create a named ?

    How can I create a named
    mutex ?
  17. Replies
    6
    Views
    817

    only start my program once

    How can the start only once.
  18. Replies
    1
    Views
    592

    Handle to a Document

    How can I get Handle to a Document. (I want to send a Message to the Document).
  19. Replies
    1
    Views
    612

    New File Format (CArchive)

    How can I define a new File-Format for a CArchive and use the old File-data
  20. Replies
    3
    Views
    2,116

    Re: CCombobox with Tooltips

    But how can I get a Tooltip for each item?
  21. Replies
    3
    Views
    2,116

    CCombobox with Tooltips

    Have anyone an idea how can I get a ComboBox with Tooltips?
  22. Replies
    2
    Views
    890

    Re: fix width of a column in listview

    Great it works.
    But why does the the cursor change.
  23. Replies
    2
    Views
    890

    fix width of a column in listview

    How can I fix the width of a column in a listview?
  24. Thread: IDR_MAINFRAME

    by daniel9
    Replies
    3
    Views
    2,023

    Re: IDR_MAINFRAME

    Thanks,
    but it doesen´t works.
    I have SDI. In one View (CView) I´ve a grayed print button.
  25. Thread: IDR_MAINFRAME

    by daniel9
    Replies
    3
    Views
    2,023

    IDR_MAINFRAME

    Hy,
    I´ve a splitterwindow (CView and CListView). How can I print?
Results 1 to 25 of 62
Page 1 of 3 1 2 3





Click Here to Expand Forum to Full Width

Featured