|
First
|
Prev |
Next
|
Last
Pages: 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770
Custom scrollbar I am looking for ways to customize vertical and horizontal scroll bars in list and treeview controls. I checked with Spy and it appears that scrollbars are not windows in these standard controls so I cannot subclass them. Any help and suggestions would be appreciated. ... 18 Oct 2005 21:54
Different subitem images in ListCtrl I have a CListCtrl, with the extended style LVS_EX_SUBITEMIMAGES enabled to let me have images on the subitems. Now is it possible the have different images in each column on the same row? No matter what I do, I always get the same image in every column. I've tried using the I_IMAGECALLBACK callback, then set... 10 Oct 2005 05:29
USB Notifications between Debug and Release I know this may be inappropriate here since the problem may not be MFC related.. I am using the Cypress cyapi library and the cyusb driver in a rather extensive MFC app. I have noticed that on HP laptops especially the USB device notifications for pnp seem to function incorrectly/undependably in the release build b... 6 Oct 2005 21:35
How to display TOOLTIPS Hello, I am quite new to working with CToolbar and I am trying to figure out how to add tooltips(the one that displays information about button's purpose) to each individual button. I've included CBRS_TOOLTIPS in my code but other than that I have no idea how to add comments to each one. Could somebody hel... 10 Oct 2005 20:42
MFC, example Please i want to have an example to guide me in how to build an application the Microsoft Foundation Class. I want an example like the Wordpad because i have make with other tools (language) and it will be easy for me to do it again and understand it if i can try to do it with MFC in Visual C++ Please help... 6 Oct 2005 22:06
Resource compiler error Hello all, The problem described in this post is being experienced with VC++ 7.1 under Windows XP. I am having a problem compiling a resource file. The following error results: ..\AVIV.rc(87) : error RC2104 : undefined keyword or key name: DIALOG I should note that I have not edited my resource file by ha... 5 Oct 2005 01:03
error C2371: 'WCHAR' : redefinition; different basic types when including odbcss.h Hi, I'm getting the following error when I compile my VC7.1++ mfc program, I'm including odbcss.h in order to use SQLServer 2000 and the odbc api... D:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\PlatformSDK\Include\odbcss.h(430) : error C2371: 'WCHAR' : redefinition; different basic types D:\Pr... 2 Oct 2005 23:42
Set scroll pos in CWebBrowser? Howdy, I have a embedded web browser and want to scroll up and down from the view. SetScrollPos doesn't seem to do anything at all. I tried GetScrollInfo but it comes back with garbage for the size and position data, making me think it is not talking to the actual scrollbar. I'm using the code from "Pro... 3 Oct 2005 13:06
Request help regarding MSChart control with VC++ Hey Everyone I'm using Visual C++ under Visual Studio 6. I have very little experience with this kind of thing, so please excuse any ignorance. Here's my scenario: I have a data series of type float that is at most 800 points. The minimum and maximum bounds are variable. I also have an arbitrary number ... 29 Sep 2005 14:46
CImageList Hi there, How to I put images which are not of type bitmap into an CImageList. I have looked a cxImage using the following but this does not work. CxImage imgSmall("MSN.Blue.png",CXIMAGE_FORMAT_PNG); result = imgSmall.IsValid(); CBitmap bmpSmall; HBITMAP hbmp = imgSmall.MakeBitmap(); CBitmap* pbmp = b... 29 Sep 2005 20:02 |