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
R

rp_suman

@rp_suman
About
Posts
493
Topics
133
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Windows Mobile 8.1 compatibility of Nokia Lumia 1320
    R rp_suman

    I am planning to buy Nokia Lumia 1320 mobile phone for personal use and for testing Windows mobile applications using VS 2013. I would like to know if it is possible to upgrade the phone to Windows Mobile 8.1. -- "Programming is an art that fights back!"

    Mobile visual-studio testing beta-testing

  • CTabCtrl - retrieving tab's title text
    R rp_suman

    Thanks, It is working after initializing all the required members tcItem.pszText and tcItem.cchTextMax along with tcItem.mask.

    -- "Programming is an art that fights back!"

    C / C++ / MFC tutorial question

  • CTabCtrl - retrieving tab's title text
    R rp_suman

    How to get the title text CTabCtrl's tabs? The following code is crashing at the last line: TCITEM tcItem; tcItem.mask = TCIF_TEXT; m_ReportTabCtrl.GetItem(ID_PANE_FOUND, &tcItem); CString csText = tcItem.pszText; Thanks & Regards

    -- "Programming is an art that fights back!"

    C / C++ / MFC tutorial question

  • ajax
    R rp_suman

    Here are some links for you to explore: AJAX Tutorial[^] Simple AJAX implementation for ASP.NET Web applications[^] AJAX Tutorial[^] ASP.NET Spiced: AJAX[^] AJAX Wiki[^] Regards

    -- "Programming is an art that fights back!"

    .NET (Core and Framework) tutorial

  • Using ShellExecute to open a web page as a child of Dialog
    R rp_suman

    If you want to open the URL in IE even if it is not set as default browser: ShellExecute(NULL,"open","iexplore.exe", csUrlToOpen, NULL, SW_SHOW); Regards

    -- "Programming is an art that fights back!"

    C / C++ / MFC question

  • Good-Bye Adobe
    R rp_suman

    Would like to add one point: When I was beginner level VC++ programmer, I lost almost a week debugging an EXE crash while selecting a file using CFileDialog dialog from desktop. The reason was one of the Acrobat Reader DLL. It was loaded whenever the crash happened. Got the solution from my colleague, then updated my question with answer in codeproject. I've written a mail / updated through their own forum to Acrobat that time, obviously there was no response.

    -- "Programming is an art that fights back!"

    The Lounge adobe ios tools performance help

  • waveOutOpen Working Properly but Voice is Low
    R rp_suman

    Did you check the return value of waveOutOpen is MMSYSERR_NOERROR or not?

    -- "Programming is an art that fights back!"

    C / C++ / MFC

  • Changing the location of a CFileDialog.
    R rp_suman

    You can.. use CWnd::SetWindowPos[^] with the instance created for CMyFileDialog.

    -- "Programming is an art that fights back!"

    C / C++ / MFC question

  • How to write a existing bigger binary file into small/compact binary file in C.
    R rp_suman

    Hope below links will help you: fastest c++ file compression library available[^] Cabinet File (*.CAB) Compression and Extraction[^]

    -- "Programming is an art that fights back!"

    C / C++ / MFC csharp tutorial

  • Error : can not open file "hid.lib"
    R rp_suman

    i've actually meant library path only.. thanks for the correction.. regards

    -- "Programming is an art that fights back!"

    C / C++ / MFC help

  • Error : can not open file "hid.lib"
    R rp_suman

    Ruchira Patel wrote:

    fatal error LNK1104: cannot open file "hid.lib"

    Check if the file mentioned in the error message("hid.lib") is present or not. If the file is in some 3rd party libraries installed in system, give the correct path in "Additional include directories" option of your project settings.

    -- "Programming is an art that fights back!"

    C / C++ / MFC help

  • what is maximum num of threads use in application?
    R rp_suman

    You could find lot of articles by googling. Here some useful links: Multithreading with C++ and MFC [^] Multithreaded Applications using MFC[^] Creating a Multithreaded SDI Application[^] Regards

    -- "Programming is an art that fights back!"

    C / C++ / MFC question help

  • code generation failed
    R rp_suman

    Once try creating some new project of same type(SDI/MDI/Dialog) of your application and try compiling it. If the above test ok then, There can be many possibilities: Try clean & rebuild of your project. One reason could be compiler runs out of space - If your project size is very big, try splitting your project into smaller modules and compile. Check if there is any call to macro(#define) is done inside any destructor etc.. Regards,

    -- "Programming is an art that fights back!"

    C / C++ / MFC help question csharp visual-studio ai-coding

  • Z order
    R rp_suman

    What kind of controls are they(C1 & C2)? If you could be more specific what to do you want to achieve, its easier for people to help. Regards,

    -- "Programming is an art that fights back!"

    C / C++ / MFC question

  • Path
    R rp_suman

    by googling[^] you can get most of the answers without posting it again and can save time.

    -- "Programming is an art that fights back!"

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

  • Application error
    R rp_suman

    See if this tool helps: Dependency Walker[^] Regards

    -- "Programming is an art that fights back!"

    C / C++ / MFC help csharp visual-studio

  • how to find memory leaks in attached dll
    R rp_suman

    visual leak detector[^]

    -- "Programming is an art that fights back!"

    C / C++ / MFC debugging performance tutorial question

  • help needed about help
    R rp_suman

    Anthony Appleyard wrote:

    (1) Where is a program to make helps in the new format?

    I hope this link will help you: HTML Help: Context-Sensitive Help for Your Programs [^]

    -- "Programming is an art that fights back!"

    C / C++ / MFC c++ delphi database help question

  • CHtmlView - zoom in/out on Ctrl + mouse scroll
    R rp_suman

    How to implement the zoom in/out on Ctrl + mouse wheel scroll functionalities of IE browser in CHtmlView? Any ideas would be highly appreciable.. Regards

    -- "Programming is an art that fights back!"

    C / C++ / MFC tutorial question

  • delete
    R rp_suman

    "Project" menu -> Properties(last menu) -> C/C++ -> Advanced -> In right side "Compile As" -> "Compile as C Code(/TC)".

    -- "Programming is an art that fights back!"

    C / C++ / MFC
  • Login

  • Don't have an account? Register

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