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?
JM2251
Posts
-
CCombox -
Change IconHi, There are icon for Maximize and Restore Down on Wondow Title. Can I change Maximize icon to Restore down on button click?
-
Dot Net VersionI 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.
-
Microsoft Office Object LibraryHi, 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.
-
List control in FormViewwhats the error!
-
Marquee Progress ControlThanks a lot..its working
-
Marquee Progress ControlThis 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????
-
Marquee Progress Controlya I did but not working. Same blank progress bar is coming.
-
Marquee Progress ControlIf 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
-
Marquee Progress ControlThanks 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?
-
Marquee Progress ControlHi, 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.
-
Marquee Progess BarI 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??
-
Marquee Progess BarHi, How to put marquee progress bar in win32 under windows XP.
-
Terminate a processHi, I want to terminate a process. I have porcessid and HWND. How to terminate using these? Regards, JM
-
open application in hidden modeyes 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);
-
open application in hidden modeyes I tired but same result as ShellExecute. :(
-
open application in hidden modeyes, this is console application
-
open application in hidden modecommand line exe
-
open application in hidden modehi, 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?
-
Website Chacheok it means google crawls itself again.