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
J

JM2251

@JM2251
About
Posts
21
Topics
9
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • CCombox
    J JM2251

    Hi Guys, I have an app which does not use latest common control library. This app have Combo box which is in old style (like 3d style) but now we need to modernize the combo control like Flat (new window 10 style) without using latest common control library. Can anybody help?

    C / C++ / MFC help question

  • Change Icon
    J JM2251

    Hi, There are icon for Maximize and Restore Down on Wondow Title. Can I change Maximize icon to Restore down on button click?

    C / C++ / MFC question

  • Dot Net Version
    J JM2251

    I need to check weather Dot net 4.6 in installed on machine or not. So I checked registry entry (

    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\Full

    ) for windows 10. But I need to check for Win7 and Win8 as well. Is the registry entry same for all win7, win8 and window10.

    C / C++ / MFC windows-admin announcement workspace

  • Microsoft Office Object Library
    J JM2251

    Hi, I am trying to use Ribbon control in my outlook addin but could not find "

    Microsoft Office xx.x Object Library

    in available type library. I am using Microsoft Office 365 ProPlus. Please help.

    ATL / WTL / STL sharepoint help

  • List control in FormView
    J JM2251

    whats the error!

    C / C++ / MFC

  • Marquee Progress Control
    J JM2251

    Thanks a lot..its working

    C / C++ / MFC tutorial

  • Marquee Progress Control
    J JM2251

    This file (COMCTL32.DLL) is exist in system32 folder. File Version is: 5.82.2900.2180 OS -Windows XP But on the same machine MFC marquee progress bar is working. Now Please suggest????

    C / C++ / MFC tutorial

  • Marquee Progress Control
    J JM2251

    ya I did but not working. Same blank progress bar is coming.

    C / C++ / MFC tutorial

  • Marquee Progress Control
    J JM2251

    If I change It display error: error RC2104 : undefined keyword or key name: PBS_MARQUEE I defined the PBS_MARQUEE in resource.h , error is not coming but progress bar is still empty and not in marquee mode.

    modified on Friday, April 9, 2010 5:44 AM

    C / C++ / MFC tutorial

  • Marquee Progress Control
    J JM2251

    Thanks for reply but above code is working with MFC application but not win32 application. In win32 Only blank Progress bar is coming. I am using VS 2005. Any help?

    C / C++ / MFC tutorial

  • Marquee Progress Control
    J JM2251

    Hi, I am tring place a progress bar on dialog and make it Marquee Progress Control in win32. I tried with some code in InitDialog (): HWND hwndProgress=GetDlgItem(m_hwnd,IDC_PROGRESS1); ::SetWindowLongPtr(hwndProgress,GWL_STYLE,PBS_MARQUEE); ::SendMessage(hwndProgress,(UINT) PBM_SETMARQUEE,(WPARAM) TRUE,(LPARAM)50); But Progress bar is not visible. If I comment SetWindowLongPtr(), progess bar visible but not marquee. Plz guide.

    C / C++ / MFC tutorial

  • Marquee Progess Bar
    J JM2251

    I am getting compilation error: C2065: 'PBS_MARQUEE' : undeclared identifier I written the code the InitDialog() HWND hwndProgress=GetDlgItem(m_hwnd,IDC_PROGRESS1); SetWindowLongPtr(hwndProgress, GWL_STYLE, PBS_MARQUEE); My application is win32. Please suggest??

    C / C++ / MFC tutorial

  • Marquee Progess Bar
    J JM2251

    Hi, How to put marquee progress bar in win32 under windows XP.

    C / C++ / MFC tutorial

  • Terminate a process
    J JM2251

    Hi, I want to terminate a process. I have porcessid and HWND. How to terminate using these? Regards, JM

    C / C++ / MFC tutorial question

  • open application in hidden mode
    J JM2251

    yes this will hide the command prompt but what about the other application which will launch through command prompt.

    wchar_t szCommand[] = L"-m -l";//command line parameter for application

    STARTUPINFO si;
    ::ZeroMemory(&si, sizeof(STARTUPINFO));
    si.cb = sizeof(STARTUPINFO);
    si.dwFlags = STARTF_USESHOWWINDOW;
    si.wShowWindow = SW_HIDE;

    PROCESS_INFORMATION pi;

    ::CreateProcess(_T("myapp.exe"), szCommand, 0, 0, 0, 0, 0, 0, &si, &pi);

    C / C++ / MFC question

  • open application in hidden mode
    J JM2251

    yes I tired but same result as ShellExecute. :(

    C / C++ / MFC question

  • open application in hidden mode
    J JM2251

    yes, this is console application

    C / C++ / MFC question

  • open application in hidden mode
    J JM2251

    command line exe

    C / C++ / MFC question

  • open application in hidden mode
    J JM2251

    hi, I am running an application with ShellExecute() but not able to run in hidden mode ShellExecute(NULL,_T("open"),_T("myapp.exe"),szCommandLineParameter,szTargetDirectoryPath,SW_HIDE); SW_HIDE - Hide command line . What is wrong?

    C / C++ / MFC question

  • Website Chache
    J JM2251

    ok it means google crawls itself again.

    Web Development 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