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
H

Humayun Kabir Hemoo

@Humayun Kabir Hemoo
About
Posts
11
Topics
3
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Number Matching
    H Humayun Kabir Hemoo

    Both of replies are very helpful. I think I have got the point. Thank you very very much.

    Md. Humayuon Kabir Hemoo

    C / C++ / MFC algorithms help career

  • Number Matching
    H Humayun Kabir Hemoo

    Hi, I'm developing a reconciliation software. I have to find the matching items using some rules. However, some items represent sum of other items but I don't know which are they. So, I need to find, by trial and error, the numbers that represent the another number. List 1 : 10, 300, 50 List 2 : 5, 50,20,25,150,5,30,50,5,20 Here 10 = 5 + 5 300 = 50 + 150 + 25 + 5 + 50 + 20 50 = 20 + 30 There may be hundreds of such number like in List 2 and dozens likes List 1. My job is to find which number make up the numbers in List 1 base only on the numbers. Can any one knows about any algorithm to achieve this task. Thanks

    Md. Humayuon Kabir Hemoo

    C / C++ / MFC algorithms help career

  • macro function compiles error,can anybody explain why?3x!
    H Humayun Kabir Hemoo

    Make it #define ABSOLUTE(a) (a > 0 ? a : -1*a) by the way there is already a macro defined as "ABSOLUTE" in wingdi.h ;)

    Md. Humayuon Kabir Hemoo

    C / C++ / MFC help question

  • Borderless ComboBox
    H Humayun Kabir Hemoo

    I didn't know this before, thanx. By the way, removing WS_BORDER didn't work.

    Md. Humayuon Kabir Hemoo

    C / C++ / MFC tutorial

  • Borderless ComboBox
    H Humayun Kabir Hemoo

    I want to remove the border.

    Md. Humayuon Kabir Hemoo

    C / C++ / MFC tutorial

  • Borderless ComboBox
    H Humayun Kabir Hemoo

    Hi Mark, Thanks for your response. It seemes I need to draw the combobox my self. But don't you think SetWindowRegion should set the painting area of a control? Humayoun

    Md. Humayuon Kabir Hemoo

    C / C++ / MFC tutorial

  • Borderless ComboBox
    H Humayun Kabir Hemoo

    Can any on tell me how to remove borders from a Combobox. I tried SetWindowRegion, it worked for Edit control, but it did not work with Combobox Thanx :sigh:

    Md. Humayuon Kabir Hemoo

    modified on Saturday, February 16, 2008 12:55 PM

    C / C++ / MFC tutorial

  • FormView without Document/View
    H Humayun Kabir Hemoo

    I just need it:)

    C / C++ / MFC architecture help question

  • Project rebuilds everytime I attempt to debug...
    H Humayun Kabir Hemoo

    I think your project creation date is later than project building date. Try changeing the system date Humayun.

    Visual Studio debugging question

  • FormView without Document/View
    H Humayun Kabir Hemoo

    Actually I'm trying to design a resizable form from a dialog box resource. I don't want to use document view architechture. How can I create a CFormView object that uses the dialog box I designed in the resource editor.

    C / C++ / MFC architecture help question

  • FormView without Document/View
    H Humayun Kabir Hemoo

    hi, I'm trying to create a Form from a dialog box template whithout Document/View Architecture. Can any one help me? Thanks.

    C / C++ / MFC architecture 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