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

Search:

Type: Posts; User: Artista

Search: Search took 0.02 seconds.

  1. Re: How to insert and read image from database (sql server) using MFC ?

    Download the demo and check the code.
    Actually my real problem was reading the picture then write it to an array of bytes so I used
    "while(cFileStream.Read(array, size)"
    .. And also loading the...
  2. Re: How to insert and read image from database (sql server) using MFC ?

    Thanks for the reply :) .
    I did use Image , Istreams, and bytes class.
    This source helped a lot .
    http://www.codeproject.com/Articles/24969/An-MFC-picture-control-to-dynamically-show-picture
  3. How to insert and read image from database (sql server) using MFC ?

    How to insert and read images to/from database (sql server) using MFC ?
    an example or a reference would be appreciated :)
  4. Replies
    4
    Views
    1,459

    Re: Bytes of Image in C++

    Sorry It's memset* not memblock.
    Well thanks for the spirit but I guess I need an explanation bro :) :)
  5. Replies
    4
    Views
    1,459

    Bytes of Image in C++

    Hey..
    I'm working on a C++ application that deals with Sql Server Database .
    This query insert an image to the table (on the condition that you should be bulkadmin).

    CREATE TABLE Files (ID int...
  6. Replies
    2
    Views
    5,422

    Re: MFC application changes keyboard language.

    Thanks Victor .
    I did solve the problem using getkeyboardlayoutlist() then ActivateKeyboardLayout().
    I just check every language in my languagebar then checks the app language and re-change it.
  7. Replies
    2
    Views
    5,422

    MFC application changes keyboard language.

    Hey..
    I am working on an application which uses MFC components , the problem when it starts it changes the keyboard language to English US automatically . Any idea Why is that ? and How to prevent...
Results 1 to 7 of 7





Click Here to Expand Forum to Full Width

Featured