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
C

celllllllll

@celllllllll
About
Posts
85
Topics
28
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Encoder
    C celllllllll

    I want to encode a video file.

    C++Prog

    C / C++ / MFC c++ help question

  • Encoder
    C celllllllll

    Thanks for such an inspirational answer. I really appreciate it. I want to encode a video using Visual Studio C++. I want to get a compressed video as an output. How do I start breaking it in parts? Do you mean should I start writing what I need to input, then process and then finally output? I really appreciate the help.Thanks very much.

    C++Prog

    C / C++ / MFC c++ help question

  • Encoder
    C celllllllll

    I want to know what do I need for starting up this project. If you guys can give me your ideas, all will be very much appreciated. Thanks again

    C++Prog

    C / C++ / MFC c++ help question

  • Encoder
    C celllllllll

    Hi, I would really appreciate if anyone could help me with a project in which I want to write code for encoder. Can you guys help that what do I need for it? I will be very much helped. Thanks

    C++Prog

    C / C++ / MFC c++ help question

  • C++ certification
    C celllllllll

    Thanks a lotttt

    C++Prog

    C / C++ / MFC c++ help tutorial

  • C++ certification
    C celllllllll

    Hi, I was looking about C++ crtification but didn't really find anything. So, I wonder if someone can help me telling about how to be a certified C++ Professional. Thanks very much

    C++Prog

    C / C++ / MFC c++ help tutorial

  • EnableWindow Help
    C celllllllll

    I dunno know why it doesn't work. int nToken = m_Aux.GetCurSel(); if (nToken == V) { m_C.EnableWindow(FALSE); m_Spin.SetRange(0,1000); } else { m_C.EnableWindow(TRUE); } m_Au.SetCurSel(0); The code is disabling the complete second combobox but I wanted to disable it for V only. Don't know what to do Thanks

    C++Prog

    C / C++ / MFC help c++ tutorial question

  • EnableWindow Help
    C celllllllll

    I really appreciate the answer but it doesn't work. It is disabling the second combobox for every selection in first combobox. So, basically we can say the "if" statement isn't working. Thanks for the help and reading the whole problem. Thank You

    C++Prog

    C / C++ / MFC help c++ tutorial question

  • EnableWindow Help
    C celllllllll

    Hi All, I posted my question earlier also but wasn't really satisfied. So, asking it again. I have two comboboxes and if I select first item from first combobox then the second combobox should be disabled. And if I select any other items expect the first item from the first combobox, then the second combo box should be enabled. I know how to disble and enable a window(using EnableWindow) but the problem I have is that I am not able to select that first item in the first combobox selecting which I disable my second combobox. In the following code, I was trying it using GetCurSel and SetCurSel but it doesn't work. In the code, m_Au is the member of first combobox. V is the first item in the first combobox of #define type. m_C is the member of Second Combobox. int nToken = m_Au.GetCurSel(); m_Au.SetCurSel(0); if (nToken == V) { m_C.EnableWindow(FALSE); } else { m_C.EnableWindow(TRUE); } I populated my second combobox dynamically based on the first combobox. So, I mean to say that they are related to each other. I will really appreciate the help.

    C++Prog

    C / C++ / MFC help c++ tutorial question

  • Enabling and Diabling a Control
    C celllllllll

    Thanks for the quick response. A1 is define as: #define A1 (0) So, its value is Zero. And yes I should get rid of m_CtrlA.SetCurSel(0);

    C++Prog

    C / C++ / MFC help c++

  • Enabling and Diabling a Control
    C celllllllll

    Hi All, I have two ComboBox controls {A(it has items like A1, A2 and A3)and B (B has B1, B2 and B3)} and one spin control (Z). Now, my task is that when from control A, A1 is selected then full control B should be diabled. And for all others A2 and A3, B should get enabled. This is how my code is: m_CtrlA.SetCurSel(0); m_CtrlB.ResetContent(); if (m_CtrlA.GetCurSel() == A1) { m_CtrlB.EnableWindow(FALSE); m_Spin.SetRange(0,1000); } else { m_CtrlB.EnableWindow(TRUE); } So, the problem is what this code is doing is that it is disabling the full m_CtrlB for every case. But I want to disable it for A1 only. I would really appreciate if someone could help me. Thanks a lot in advance

    C++Prog

    C / C++ / MFC help c++

  • drop down list
    C celllllllll

    How would I make sure that the variable type is known at the point of typing? I rebuilded the .ncb file but that doesn't work. Thanks for your effort.

    C++Prog

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

  • drop down list
    C celllllllll

    O okay....but thanks anyways for telling me what is it called..Smile. Intellisense..now will remember it. Thanks

    C++Prog

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

  • need help MFC
    C celllllllll

    I got it worked..Thanks

    C++Prog

    C / C++ / MFC c++ help

  • drop down list
    C celllllllll

    no...not programatically.....but its default. Like when I type m_open. After "." it should open me a drop down list and we can select anything. For example "IsWindowEnabled". And then I won't have to type it, I can select and then press ENTER. I hope I explained it now. Thanks

    C++Prog

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

  • drop down list
    C celllllllll

    Hi, Can someone please tell me how to enable the DROP DOWN list while writing code? For example: m_open.drop down list so that I can select what I want Thanks

    C++Prog

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

  • need help MFC
    C celllllllll

    I am doing something like this... void View::OnView() { Dialog dlg(); if(dlg.DoModal() == IDCANCEL) return; COIN Coin; if (dlg.m_ValCoinSwitch == " some text") Coin.lights[WFS_SIU_COINSWITCH] = ENABLE; else (dlg.m_ValCoin2Switch == "some text") Coin.lights[WFS_SIU_COINSWITCH] = DISABLE; } `Now, what I am doing in here is "bringing the dialog with DoModal and coded like if Cancel is pressed, then it should return otherwise should run the OK". Now, I wonder what should be added before "COIN coin" so that when okay is pressed it should perform ENABLE or DISABLE whatever I chose from ComboBox. Will really appreciate help. Thanbs C++Prog `

    C / C++ / MFC c++ help

  • OnCancel problem
    C celllllllll

    Thanks for the help...Actually, the error messages are related to my project. Thanks

    C++Prog

    C / C++ / MFC c++ help question

  • OnCancel problem
    C celllllllll

    No..they appear after I click "Cancel" button on the dialog box.

    C++Prog

    C / C++ / MFC c++ help question

  • OnCancel problem
    C celllllllll

    Hi All, I am having a problem with OnCancel()...Basically, if I click on Cancel on any interface, it vanishes (closes) the window but what my problem is that I get errors when I click CANCEL on my interface. Am I missing something? Thanks in advance Preeti

    C++Prog

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