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
S

sujeet

@sujeet
About
Posts
7
Topics
3
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How do I get the handle of a dialog in Visual C
    S sujeet

    In your dialog class m_hWnd varialbe will give you the handle of your dialog. You can store it as, HWND DialogHandle = m_hWnd ; Regards, Sujeet

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

  • MultiByteToWideChar fails in Vista (french) OS
    S sujeet

    This API works fine. The problem is your machine language may be set to English. So first set the machine language to French. Go to Control Panel->Regional and Language options In both "Regional Options" and "Advanced" tabs selct Frech language. It will ask you to reboot the machine. Reboot it and check now. It will work fine. Cheers, Sujeet Pandurang Kumbhar.

    modified on Monday, May 25, 2009 2:20 AM

    C / C++ / MFC json question

  • Change mouse pointer...
    S sujeet

    Use the following APIs. First load the required cursor using either. 1) LoadCursor(NULL, IDC_ARROW);//User for arrow cursor 2) HCURSOR LoadCursorFromFile( LPCTSTR lpFileName); //Give the name of the .CUR file (Pen cursor file)as parameter. Both these functions return HCURSOR. Then set this cursor using API. HCURSOR SetCursor(HCURSOR hCursor); Thanks, Sujeet.

    C / C++ / MFC question

  • Debug Assertion Failed
    S sujeet

    I think the problem is in this line. CDeleteJed d(this); Dont pass "this" to the constructor. Just check it. It should work fine. Thanks, Sujeet

    C / C++ / MFC help debugging

  • How to send a soap message from browser to a local webservice developed in vc++
    S sujeet

    I want to create a local webservice and pass soap message from a browser to this webservice. i.e. lets say i have opened one web page in my browser. On clicking of one button in browser, i want to pass a soap message to a locally created webservice in vc++. Can anyone help how to do this? Thanks, Sujeet Kumbhar

    C / C++ / MFC c++ wcf xml help tutorial

  • How can i capture an event from HTML page in my application
    S sujeet

    I have a MFC dialog based applicaton in which i am hosting a web browser. I want to capture any mouse click event in the HTML file contained inside this web browser in my application. Can anyone please help? Thanks, Sujeet

    C / C++ / MFC question c++ html hosting help

  • How can i capture an event from HTML page in my application
    S sujeet

    I have a MFC dialog based applicaton in which i am hosting a web browser. I want to capture any mouse click event in the HTML file contained inside this web browser in my application. Can anyone please help? Thanks, Sujeet

    C / C++ / MFC question c++ html hosting help
  • Login

  • Don't have an account? Register

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