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

Search:

Type: Posts; User: Sonye

Search: Search took 0.02 seconds.

  1. Thread: H264 into AVI

    by Sonye
    Replies
    2
    Views
    7,823

    Re: H264 into AVI

    Are you doing school projetc, you have done soooo far and it seems unable to get back anymore. Go On, when I head it for something, I always want to completely eliminate/unearth it not words and...
  2. Thread: GDI DrawBitmap

    by Sonye
    Replies
    5
    Views
    3,259

    Re: GDI DrawBitmap

    Draw it witha lighter color :)
  3. Replies
    3
    Views
    714

    Re: Draw and safe an image

    Thank you

    I have another question

    I'd like to draw that picture and also would want to draw its histogram at the same time. I am thinking about multithreading, but I am not sure I need it

    So...
  4. Replies
    3
    Views
    714

    Draw and safe an image

    I'd like to use CImage class to paint a picture of 512x512 with random images then save it. I don't know if this is feasible. Someone can tell me how to do this ?

    Thanks
  5. Replies
    15
    Views
    2,001

    Re: Lost in translation

    That is a postitute :(
  6. Thread: swapbyte

    by Sonye
    Replies
    4
    Views
    938

    Re: swapbyte

    Yes, that is the information I am looking for.

    More information below:
    That I am working on a flash file I would like to chop it! segment all frames then mix them all together.
  7. Replies
    28
    Views
    3,161

    Re: HELP me OUT please..

    My father can do this better, as he claims he is an expert of C then C++. I will introcude this to him for a within-family run show case

    I advise a book by Barry Moose (?) Accelerated C++. a Cool...
  8. Thread: outlook 2007

    by Sonye
    Replies
    8
    Views
    1,521

    Re: outlook 2007

    You think that thing is actractive ? an add-in as a tail in one's email to show off its fatness ?
  9. Thread: swapbyte

    by Sonye
    Replies
    4
    Views
    938

    swapbyte

    is there a function to swap bytes regardless of the number of byte digits entered ?

    2: 0A = A0
    4: 1234 =3412
    6,8,10 etc

    Thank you
  10. Thread: Wm_notify

    by Sonye
    Replies
    11
    Views
    2,562

    Re: Wm_notify

    Thank you, it works now.
  11. Replies
    2,341
    Views
    2,853,680

    Sticky: Re: CG members photo album

    You don't look like an Iraner. You can't be one I think
    Mmmm, They called me Mr a Thousand Pounds of Pure Terror! I know I call myself that too.
  12. Re: ShellExecute returns error on a link with parameters

    :D Hello, can you tell me how you detect if something is a link ?
  13. Re: Coming up with the histrogram of medical images

    Can you give me the program please ?

    I can make a vow at the time I recieve the program that I must use the program for humanitarian and "right" image processing purposes.
  14. Thread: Help me

    by Sonye
    Replies
    17
    Views
    1,873

    Re: Help me

    Hello, this is a software



    #include <iostream>

    int main()
    {
    printf("Hello, this is a software");
    return 0
  15. Replies
    3
    Views
    846

    New to foundation class : CArchive

    I use CArchive to store a string
    into a file

    But I always get an odd character (a square shaped) on top of the file,
    --------

    Cfile f("t.txt",Cfile::modecreate|cfile:modewrite);
    CArchive...
  16. Thread: Wm_notify

    by Sonye
    Replies
    11
    Views
    2,562

    Re: Wm_notify

    Thank you,
    Yes I also tried this



    case WM_NOTIFY:
    NMHDR* p=(NMHDR*) lParam;
    if(p->idCode==TAB5_ID && 5==m_tab.Getcursel())
    {
    //showmessage;
  17. Thread: Wm_notify

    by Sonye
    Replies
    11
    Views
    2,562

    Re: Wm_notify

    I don't know what you are talking about.
    Hmmm, Ok, I wish to meet you somewhere, so you can state your helpful solution.

    My tab control hasn't been solved so far :(


    Edit: you don't need to...
  18. Replies
    3
    Views
    1,078

    Dll without documenation

    I have a dll without documents included. I always get errors although the function is called fine and it does what it was implemented to do.

    "Access viation error. This is likely because of your...
  19. Thread: Wm_notify

    by Sonye
    Replies
    11
    Views
    2,562

    Re: Wm_notify

    Thank you hoxsiew,

    Here is the code in a winproc


    swith(message)
    {
    case WM_NOTIFY:
    if(m_tab.GetCurSel()==5)
    {
  20. Thread: Wm_notify

    by Sonye
    Replies
    11
    Views
    2,562

    Re: Wm_notify

    this is my third post to inform the issue i am running into now
    could someone please ?
  21. Thread: Wm_notify

    by Sonye
    Replies
    11
    Views
    2,562

    Re: Wm_notify

    I am lost.
    Can you just help me with what i lost ? that is my little happiness
  22. Thread: Wm_notify

    by Sonye
    Replies
    11
    Views
    2,562

    Wm_notify

    I process WM_NOTIY in winproc to get what tab of a tab control the user choose

    (display a message box when a user click tabpage number 2 of a tab control of 4 pages)

    but the message box keeps...
Results 1 to 22 of 24





Click Here to Expand Forum to Full Width

Featured