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

Cool Ju

@Cool Ju
About
Posts
118
Topics
9
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • motion detection
    C Cool Ju

    Hi, Google it. This article would be much help to you. Motion Detection[^] Adios, Cool Ju :cool: Dream Ur Destiny

    C / C++ / MFC help tutorial

  • motion detection
    C Cool Ju

    Hi, Are the frames captured color? If it is color then image subtraction is time consuming. I would suggest you convert ur color images to monorchrome amd use image subtraction. Adios, Cool Ju :cool: Dream Ur Destiny

    C / C++ / MFC help tutorial

  • deleting a CStatic object [modified]
    C Cool Ju

    Hi, You can hide instead of deleting it using ShowWindow(SW_HIDE). Just a suggestion. Adios, Cool Ju :cool: Dream Ur Destiny

    C / C++ / MFC tutorial question

  • How to disable an accelerator key.
    C Cool Ju

    Hi, How to disable(at run-time) an accelerator key assigned to a menu item in the accelerator table. Is there any direct API? Thanks, Cool Ju :cool: Dream Ur Destiny

    C / C++ / MFC json tutorial question

  • TAB CONTROL
    C Cool Ju

    :-D Cool Ju :cool:

    C / C++ / MFC tutorial

  • Data not received properly using COM Port [modified]
    C Cool Ju

    Hi, What type of I/O are you performing Overlapped or Non-overlapped? Have you set timeouts? If not, Try setting timeouts. If possible post some code. Adios, Cool Ju :cool: Dream Ur Destiny

    C / C++ / MFC com

  • Data not received properly using COM Port [modified]
    C Cool Ju

    Ayesha wrote: result = WriteFile(handlePort,parameterNCheckSumData,99,&length,NULL); What is parameterNCheckSumData? Should'nt it be dataToSend. Adios, Cool Ju :cool: Dream Ur Destiny

    C / C++ / MFC com

  • property sheet
    C Cool Ju

    Hi, You can't remove those buttons, but can hide. To hide back button use the below code. CWnd* pWnd = GetDlgItem(ID_WIZBACK); if(pWnd) { pWnd->ShowWindow(SW_HIDE); } Adios, Cool Ju :cool: Dream Ur Destiny

    C / C++ / MFC help tutorial

  • The Adnan thread
    C Cool Ju

    It was the longest thread I ever read in CP. whew.. Adios, Cool Ju :cool: Dream Ur Destiny

    The Back Room c++ csharp com question discussion

  • Reading order of the language of current locale
    C Cool Ju

    Thanks DavidCrow. Adios, Cool Ju :cool: Dream Ur Destiny

    C / C++ / MFC tutorial question

  • Reading order of the language of current locale
    C Cool Ju

    Hi, How to find the reading order of the language of the current locale or the input language. Are there any APIs available? Thanks. Adios, Cool Ju :cool: Dream Ur Destiny

    C / C++ / MFC tutorial question

  • How to catch mouse move over ListView header
    C Cool Ju

    Hi, Is there any way to catch the mouse move over listview header? I am able to handle click and dblclick but I did'nt find any message for mouse move over listview header. Adios, Cool Ju :cool: Dream Ur Destiny

    C / C++ / MFC tutorial question

  • How to check whether a directory is write protected or not?
    C Cool Ju

    Thanks Mike, I got it. Its a combination of APIs. Lot of code. But its working fine. Adios, Cool Ju :cool: Dream Ur Destiny

    C / C++ / MFC tutorial question

  • How to check whether a directory is write protected or not?
    C Cool Ju

    Hi, GetFileAttribute doesnot retrieve the write-protection setting. Thats why I specifically mentioned "not read-only attribute" in my post. Thanks. Adios, Cool Ju :cool: Dream Ur Destiny

    C / C++ / MFC tutorial question

  • How to check whether a directory is write protected or not?
    C Cool Ju

    Hi, How to check whether a directory is write protected(not ready-only attribute) or not. I tried using _taccess_s but its not working for directories(MSDN confirms it). Is there any way to check it. Thanks. Adios, Cool Ju :cool: Dream Ur Destiny

    C / C++ / MFC tutorial question

  • File or Folder
    C Cool Ju

    hi, try CPath::IsDirectory(). But it is an ATL class. You have to include atlpath.h Adios, Cool Ju :cool: Dream Ur Destiny

    C / C++ / MFC tutorial question

  • how to convert series of BMP to a movie(AVI)
    C Cool Ju

    Hi, Check this Create Movie[^] Bye, Cool Ju :cool: Dream Ur Destiny

    C / C++ / MFC help tutorial question

  • MDI Question
    C Cool Ju

    Hi, This will be the default menu when no document is opened. try to add the below line in the InitInstance() and see the difference. Add the line cmdInfo.m_nShellCommand = CCommandLineInfo::FileNothing; above this line in ur InitInstance() if (!ProcessShellCommand(cmdInfo)) return FALSE; Bye, Cool Ju :cool: Dream Ur Destiny

    C / C++ / MFC question wpf windows-admin linux

  • MDI Question
    C Cool Ju

    Hi, The application maintains a list(CPtrList) of document templates. When the application starts the document template availalbe at the head of the list is loaded. The AddDocTemplate adds the template to the tail of the above said list. So as per ur code... this list is like below pDocTemplate->pLWDocTemplate Bye, Cool Ju :cool: Dream Ur Destiny

    C / C++ / MFC question wpf windows-admin linux

  • image to matrix
    C Cool Ju

    Hi, AFIK there is no other way to distinguish pixels becuase an image is a record of intensity values. But you can use the derivatives of the intensity value like brightness, contrast, color, gamma etc... Regarding your first question...I second chris...because its a huge task to convert any image into a matrix form. Better you opt any tools or libraries. Or else do it for the widely used image formats instead of all. Bye, Cool Ju :cool: Dream Ur Destiny

    C / C++ / MFC c++ help tutorial
  • Login

  • Don't have an account? Register

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