First  |  Prev |  Next  |  Last
Pages: 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148
MenuBar like VS IDE
Hi, I have made a hello world MDI MFC application. I want to change the menu to the bitmap menu as displayed in VS 2003 IDE. I want to know the strategy for doing this. I know I have to override the following API in the mainframe:- 1) OnDrawItem 2) OnMeasureItem 3) OnMenuPopUp. Accoding to me, it should... 1 May 2008 01:49
Problem related to BYTE*
Hello friends, I have one API of IWMHeaderInfo3 interface. That API takes (BYTE* pT) as one of the output parameter and returns some value in this parameter. But for a one special case the value of this parameter set to blank. API: virtual HRESULT STDMETHODCALLTYPE GetAttributeByIndexEx( /* [... 1 May 2008 23:09
VC6 (was Re: C++0x (was: passing vector as argument))
"Hendrik Schober" <SpamTrap(a)gmx.de> ha scritto nel messaggio news:OggtMUiqIHA.4848(a)TK2MSFTNGP05.phx.gbl... VC++6 era was not so dreaded after all. VC++6 was a good compiler when it came out. It still is the one of most widely used compilers today. It definetely faster than newer VC++ compilers. ... 30 Apr 2008 11:44
message to MenuBar
Hi, I have used third party menu bar to get the Visual Studio type Menu. When I run VBScript like SendKeys "%FO", the menu bar doesnot respond. The VBScript sends the following message:- WM_SETCURSOR WM_SYSCOMMAND WM_ENTERMENULOOP WM_SETCURSOR WM_INITMENU WM_MENUCHAR WM_CAPTURECHANGED WM_MENUSELECT WM_E... 8 May 2008 18:48
How to create dll in Visual Studio 2008 in Visual C++
Hello, I have insatlled Visual Studio 2008. I have to create DLL in Project type Visual C++. Which Template i have to select to reate dll, MFC DLL or Class Library?. I have to call or import this dll in Windows Forms Application. How can i do this. Please give details procedure to do this. ... 30 Apr 2008 05:15
how to set a dialog always topmost
Hi all~ I design a desktoplock program. When a default idle time is expired, it will pop up dialogs. One dialog is full-screen picture, another is a child dialog to input password. I implement the full-screen dialog always topmost by using the function of "SetWindowPos". Now i find that the function ca... 30 Apr 2008 00:33
Seeking my router's public IP address
Hi, What is the best way to retrieve my router's public IP address in VC++? My router receives a dynamic IP address from my ISP. Overtime, the address changes, and I would like to retrieved the updated address regularly. ... 1 May 2008 23:55
BTKeyInd.dll causes program to crash?
I have a MFC GUI program, which run fine at startup but at at some instances crashes after a couple of events (button clicks). Can't figure out why. The Debug window printed out the follow. Notice the mentioning of "BTKeyInd.dll". Should I uninstall this dll? Any ideas? Loaded 'C:\Program Files\IBM\Bluetooth So... 30 Apr 2008 00:33
Print Preview (again?)
Hi I'm getting very confused with trying to draw a small print preview box. I'm trying to draw fonts the exact proportionate size. Because I can't show fractional font sizes on screen, I'm trying to draw it into a memory DC (quite big?) then StretchBlt it down onto my box (I don't mind if it's a bit pixelly a... 30 Apr 2008 10:57
How to disable shoutcut F10?
Hi All: In explorer, if I press F10, the focus will be set on menu bar. But in vs2008, F10 is the shortcut of "next" command. In my own MFC program, I use F10 as a shortcut of a command too. When press F10, the command will run first, and then the focus will be set on menu bar. How can I use F10 to run the c... 30 Apr 2008 10:09
First  |  Prev |  Next  |  Last
Pages: 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148