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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
U

ugur_basak

@ugur_basak
About
Posts
36
Topics
15
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Creating Setup Projects And Adding Merge Modules
    U ugur_basak

    is there anyway to learn which dll files does my program need to run. Or which merge modules to add.

    C / C++ / MFC workspace

  • Command Handler problem in Dialog
    U ugur_basak

    Thank you Jose. it worked. A very pratical solution.

    C / C++ / MFC help tutorial question announcement

  • Command Handler problem in Dialog
    U ugur_basak

    in my application, i use some dialogs to update some of the data. I want to add some accelerators. I can add this accelerators in other parts of the application, they work but in dialogs i've a problem. for example when i use Ctrl+A i just got a "beep", it doesn't even "OnEditSelectAll" use this function. How can i use accelerators with Dialogs.

    C / C++ / MFC help tutorial question announcement

  • Balloon Tooltips Arrow Position
    U ugur_basak

    i want to mean the stem. But i solve the problem with another way.

    C / C++ / MFC question

  • Balloon Tooltips Arrow Position
    U ugur_basak

    is there anyway to learn, balloon tooltips arrow position ( up or down)?

    C / C++ / MFC question

  • is there anyway to move mouse to any point?
    U ugur_basak

    As always the solution is thinking basicly:) SendMessage(TTM_ADJUSTRECT, TRUE, (LPARAM)&rect); SetWindowPos(this,(rect.left+rect.right)/2, rect.top-50, 0, 0, SWP_NOSIZE|SWP_NOZORDER|SWP_NOACTIVATE);

    C / C++ / MFC question

  • is there anyway to move mouse to any point?
    U ugur_basak

    OK. for example when an edit box sends EN_MAXTEXT i want to show "max text" as a tooltip. I can show tooltip whenever i want, but i cant show it wherever i want. it shows just where the mouse is over.

    C / C++ / MFC question

  • is there anyway to move mouse to any point?
    U ugur_basak

    Actually, i want to show a tooltip in certain situations. I can show whenever i want it, but it is shown in the last mouse message's position. So i guess if i move it maybe i can show it where i want. is there a solution to show tooltip, in a certain position

    C / C++ / MFC question

  • is there anyway to move mouse to any point?
    U ugur_basak

    is there anyway to move mouse to any point?

    C / C++ / MFC question

  • Another thought
    U ugur_basak

    you can use CWnd::isIconic() this function. It return non zero it it is minimized, otherwise 0

    C / C++ / MFC question

  • OnEditPaste Problem
    U ugur_basak

    at first i dont want to use EN_CHANGE, but then i found it as last solution and used it. But there is a class i wrote that is inherited form CEdit. I use it for currencies. It doesn't call en_change, so i have to use EN_UPDATE for my CMyEdit, i guess it is not a good solution. But it seems to work. Also, can i only alter the pasted data in Dialog's with EN_CHANGE?

    C / C++ / MFC help question

  • OnEditPaste Problem
    U ugur_basak

    anyway i have to write more code:) thank you

    C / C++ / MFC help question

  • OnEditPaste Problem
    U ugur_basak

    I want to edit some of my edit boxes before pasting data, so try to change them in OnEditPaste. This is working very good with Ctrl+V, but there is a problem. When i use right mouse button, there is a menu "copy, paste..." when i use that menus paste. OnEditPaste doesn't called. is there a solution?

    C / C++ / MFC help question

  • Can Check? Print button pressed in Print Preview
    U ugur_basak

    is there any way to check if print button pressed in print preview?

    C / C++ / MFC question

  • How to display tool tips...
    U ugur_basak

    narendra_ b; thank you very much for your help. I've been working on it for hours but couldn't find the solution. Your code works very good.

    C / C++ / MFC tutorial

  • How to display tool tips...
    U ugur_basak

    I want to show CToolTipCtrl object when user enters invalid character. Actually i want to use that class when i want. But i cant find a solution. Is there anyway to override that functionality. I use several methods, but cant do what i want. I use ShowWindow like funtctions, but they just show and disappear. They dont even there for a few miliseconds:) Being mortal is what makes impossible possible.

    C / C++ / MFC tutorial

  • CToolTipCtrl: How can i use SetTitle function
    U ugur_basak

    I found a solution, but i guess it is not a good solution. I have remove these form stdafx.h #ifndef _WIN32_IE // Allow use of features specific to IE 4.0 or later. #define _WIN32_IE 0x0400 // Change this to the appropriate value to target IE 5.0 or later. #endif i dont understand but it seems to work good.

    C / C++ / MFC help question

  • CToolTipCtrl: How can i use SetTitle function
    U ugur_basak

    I want to use SetTitle function but compiler gives that error "C2065 'SetTitle' : undeclared identifier. How can i use this function.

    C / C++ / MFC help question

  • CEdit and Numeric. is it possible for floats
    U ugur_basak

    OK. in CEdit when we choose number=true, and we enter a non-numeric character there is an error message like a tooltip. that writes something like not to enter non-numeric characters. Can i call that tooltip(or whatever it is), while not using number=true format.

    C / C++ / MFC help question

  • CEdit and Numeric. is it possible for floats
    U ugur_basak

    OK. How can i show windows information message about numeric characters

    C / C++ / MFC help question
  • Login

  • Don't have an account? Register

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