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

Search:

Type: Posts; User: Kläser Andreas

Page 1 of 2 1 2

Search: Search took 0.28 seconds.

  1. Replies
    0
    Views
    427

    LAN Status

    Hello can anyone say how I will get the transferstatus of an LAN connection? I like to know how many bytes are run over the conncection?

    Greats :confused:
  2. Replies
    2
    Views
    584

    Databaseprogramming in Dialogs

    Hello!

    Can anyons give me an good example how to use ADO or ODBC in a Dialog? I am a beginner!
    I use the book teach in 21 days but these ado tutorial dont work in an dialog! Hope anyone can help...
  3. Replies
    0
    Views
    455

    Dialog and database

    Hello
    I am using .net and now i want to add to an Dialog OLE DB support but In don't know how it will work?
    Can anyone say me how it works?

    PS: or should I use ADO?

    Thanks
  4. Replies
    1
    Views
    481

    Propertypages in FormView

    Hello,
    can anyone say how I create a Tab with Propertypages in FormView? An examle is very good!

    Hope you will help me!

    Thanks
  5. Replies
    579
    Views
    637,673

    Does anyone have an sample to show me how it...

    Does anyone have an sample to show me how it works with visual c++?
  6. Replies
    0
    Views
    658

    Visual C++ and Crystal reports

    Can anyone say how to set an Crystal Report into my Form?

    I Find this at the Msdn:

    In a C++ application

    You have created a Managed C++ project, MyProject, in the default folder for the user...
  7. Replies
    2
    Views
    559

    How to View in Bitmap

    Can anyone post me an Sample how to View an Bitmap in a FormView must I biuld a Picture Control to ´load an Bitmap or any other image?

    Thanks
  8. Why don't it work in OnInitialUpdate or other

    I have the following Code to see some fields in a Combo box it works right but how can I do it in a FormView to see the combo with the items on start up so that I dont have to click any other button?...
  9. Replies
    1
    Views
    655

    Ver important: Linker error

    By linking I get the following error:

    ------ Build started: Project: MP3Locater, Configuration: Debug Win32 ------

    Linking...
    LIBCD.lib(crt0dat.obj) : error LNK2005: __cinit already defined in...
  10. Replies
    1
    Views
    404

    How to get th cd name

    I like to get the name of an cd to add it to an database, how do i get the name of an Cd like MP3s_CD4?

    Andreas
  11. Replies
    0
    Views
    466

    How to get the name of an CD-ROM

    I want to get the Name of an CD-Rom how do I get it? With CFindFile or how? I use MFC!

    Thanks
    Andreas
  12. Replies
    0
    Views
    434

    How to get the name of an CDRom

    I want to get the Name of an CD-Rom how do I get it? With CFindFile or how? I use MFC!

    Thanks
    Andreas
  13. Replies
    4
    Views
    721

    Re: Whats the meaning of this

    How can I find the pointer where is not initalized?
  14. Replies
    4
    Views
    721

    Whats the meaning of this

    When I compile my program in release mode I get the following error message when the program starts:

    Debug Assertion Failed!
    Program.....
    File: dbgheap.c
    Line 1044

    Expression...
  15. Replies
    1
    Views
    588

    has anyone worked with...

    I searching anyone who workes with the Sypram Express OLE DB Library, because I have a big problem! I use this Code to add an new record but I get always a single Error! Can anyone help me?

    BOOL...
  16. Replies
    4
    Views
    606

    Re: Why dont it work???

    It works I found the fault!!! Sorry
  17. Replies
    4
    Views
    606

    Re: Why dont it work???

    It scans a directory for files and then I will ever File get to the following function:

    ID3_Tag myTag;
    myTag.Link(ftpFind.GetFilePath());//Here must stand the filename with path or not...
  18. Replies
    4
    Views
    606

    Why dont it work???

    Why don't the following funktions don't work???

    int CSearch::SucheDateien(CString nextdir)
    {
    CString curdir = nextdir;
    CString appname;
    CString ftpfilename;
    CString winfilename;
    ...
  19. Replies
    0
    Views
    452

    has anyone worke with...

    the Express OLE DB Library from www.sypram.com

    I have a proplem I can't open a database in a MS GridView-Control??

    Hope that anyone can help me!!

    Has anyone a sample with CFormView, because...
  20. Replies
    1
    Views
    509

    How do I biuld

    How can I biuld SQL Database, can use there MS Access or must I use another program?
  21. Replies
    3
    Views
    619

    Re: databases

    Does anybody have evver worked with this Library, because I have probs with it?

    Do anyone speak german?
  22. Replies
    3
    Views
    619

    databases

    I will build a programm to handle with my audio CD's now I will know with which database I should work, the database will have more than 10000 entries!!

    Should I work with ADO or ODBC?
    Can I work...
  23. Replies
    8
    Views
    1,124

    Re: Problem with CFindFile

    Which parameter must I give to the function by this code by using the mfc function??


    void CMP3Locater2002ODBCView::OnOpenDirectory()
    {
    // TODO: Code für Befehlsbehandlungsroutine hier...
  24. Replies
    8
    Views
    1,124

    Re: Problem with CFindFile

    Which parameter must I give to the function by this code by using the mfc function??

    void CMP3Locater2002ODBCView::OnOpenDirectory()
    {
    // TODO: Code für Befehlsbehandlungsroutine hier...
  25. Replies
    8
    Views
    1,124

    Re: Problem with CFindFile

    Sorry I made a fault!! i will open with this code the directory but I can only read the first file! The second prob is that I can't open every file for reading the ID3 Tag! The function to read Tags...
Results 1 to 25 of 28
Page 1 of 2 1 2





Click Here to Expand Forum to Full Width

Featured