Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
Z

zeki yugnak

@zeki yugnak
About
Posts
48
Topics
23
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Windows 8.1 Event log problem
    Z zeki yugnak

    Hi David, it is not a permission issue. Code is working both windows vista and windows 7. Also current code had been worked since one years on windows 8.1. This is not sense. We have checked latest windows updates, but we have nothing. :(.

    C / C++ / MFC c++ help

  • Windows 8.1 Event log problem
    Z zeki yugnak

    I have been using Windows Event Log in order to catch events with a C++ Project on VS2008 for a couple of years. However, recently(means a couple of days), i cannot catch them on Windows 8.1. I have no problem with Windows 7 or Vista. Subscribe function "EvtSubscribeFn" returns success but callback does not work.

    Windows API c++ help

  • Windows 8.1 Event log problem
    Z zeki yugnak

    I have been using Windows Event Log in order to catch events with a C++ Project on VS2008 for a couple of years. However, recently(means a couple of days), i cannot catch them on Windows 8.1. I have no problem with Windows 7 or Vista. Subscribe function "EvtSubscribeFn" returns success but callback does not work.

    C / C++ / MFC c++ help

  • PowerPC based board...
    Z zeki yugnak

    are there anyone who worked with PowerPC based boards like Matrox Odyssey?:confused: if there is, I want to ask a few question? Matrox boards; http://www.matrox.com/imaging/products/vision_processors.cfm[^]

    C / C++ / MFC question com

  • PowerPC based board...
    Z zeki yugnak

    are there anyone who worked with PowerPC based boards like Matrox Odyssey?:confused: if there is, I want to ask a few question? Matrox boards; http://www.matrox.com/imaging/products/vision_processors.cfm[^]

    Mobile question com

  • PowerPC based board...
    Z zeki yugnak

    are there anyone who worked with PowerPC based boards like Matrox Odyssey?:confused: if there is, I want to ask a few question? Matrox boards; http://www.matrox.com/imaging/products/vision_processors.cfm[^]

    The Lounge question com

  • How can I get a Text where mouse cursor is placed?
    Z zeki yugnak

    thank you... I will try..

    C / C++ / MFC question graphics tutorial

  • How can I get a Text where mouse cursor is placed?
    Z zeki yugnak

    thank you very much...;P that code is working perfect

    C / C++ / MFC question graphics tutorial

  • How can I get a Text where mouse cursor is placed?
    Z zeki yugnak

    hi.. I want to make a Dictionary like babylon so I need to get Text by screen coordinate.But,I will not use OCR for bitmap or other picture. any ideas on how to do this? Thanks in advance.

    C / C++ / MFC question graphics tutorial

  • OnkeyDown in dialog
    Z zeki yugnak

    hi.. You can use like that..

    BOOL CYourDlg::PreTranslateMessage(MSG* pMsg)
    {
    // TODO: Add your specialized code here and/or call the base class
    if(pMsg->message==WM_KEYDOWN)
    {
    UINT nChar=(UINT)pMsg->wParam;
    if(nChar==VK_UP )
    {
    //What you want to do......
    }
    }
    return CDialog::PreTranslateMessage(pMsg);
    }

    good luck....:)

    C / C++ / MFC question

  • MessageBox in MFC
    Z zeki yugnak

    hi... can you write your's code here?

    C / C++ / MFC c++ help

  • string to int
    Z zeki yugnak

    hi.. you can do it,like this;

    CSting str;
    str="5132";
    int i=atoi(str);//i=5132

    Good Work...

    C / C++ / MFC tutorial

  • CStatusBar problem
    Z zeki yugnak

    hi.. firstly you should define indicators names,like that.

    static UINT indicators[] ={ID_SEPARATOR};

    then you must add "ID_SEPARATOR" to string table on your project.Lastly You must write this code in OnCreate.

    m_wndStatusBar.Create(this);
    m_wndStatusBar.SetIndicators(indicators,sizeof(indicators)/sizeof(UINT));

    it is not enough what you had only created for that. Good Work.

    C / C++ / MFC help question

  • Color of a pixel set by coordinates
    Z zeki yugnak

    hi.. if you know that coordinate's of pixel,you can use this function.

    COLORREF GetPixel(
    int x,
    int y
    )

    like this..

    COLORREF color;
    color=GetPixel(10,10);
    int red=GetRValue(color);
    int blue=GetBValue(color);
    int green=GetGValue(color);

    Good Work...

    C / C++ / MFC question

  • MFC picture control
    Z zeki yugnak

    hi... you can use like that;

    CStatic my_Static=(CStatic*)GetDlgItem(IDC_STATIC...);
    myStatic.SetBitmap( ::LoadBitmap(NULL, MAKEINTRESOURCE(.....)) );

    Good Work....:)

    C / C++ / MFC c++ graphics tutorial question

  • requirements??
    Z zeki yugnak

    as a new programmer i need to know about different sector types and their requirements like military software, medical software..etc. thank you...

    The Lounge business question

  • Change wallpaper & Active Desktop ?
    Z zeki yugnak

    soryy... I maked error.link did not work.. http://www.codeproject.com/tools/wallpaperq.asp?target=change%7Cdesktop%7Cwallpaper

    C / C++ / MFC help tutorial question

  • Change wallpaper & Active Desktop ?
    Z zeki yugnak

    hi. you can look this example. http://www.codeproject.com/tools/wallpaperq.asp?target=change|desktop|wallpaper good work!!;)

    C / C++ / MFC help tutorial question

  • any suggestion?
    Z zeki yugnak

    Hi, I'm studying C++, VC++, COM. I would like to know real world examples of various assignments programmers have worked on.:confused: For example, what the application did what role did they play. The examples would be using these kinds of technologies. If any programmers could provide some insight into their "real world VC++, MFC, COM experiences it would be very helpful. Any one who has worked on large scale apps, developing controls, database interfaces, or anything else they have done using these technologines, who can lend some insight into how they real world of programming is.

    C / C++ / MFC c++ database com tutorial question

  • [Message Deleted]
    Z zeki yugnak

    [Message Deleted]

    Site Bugs / Suggestions
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups