First  |  Prev |  Next  |  Last
Pages: 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145
Hiding a Button
I am learning MFC.I am creating a application where in main application(main dialog box) there are two buttons and pressing those two you will get same another dialog box......only difference is one button in 2nd dialog box wont be displayed in one of those two cases.....that means if i m pressing button1 and gettn... 8 Jun 2008 00:04
activex register server issues
can someone point me to documentation on registering automation servers? i have an activex/mfc (visual C++ v6.0) project that does not go into the correct methods. that is, when calling cxxxx.method1 from the app, the code from cxxxx.method2 being is used (by stepping through the debugger). i used the class wiza... 4 Jun 2008 22:50
scrollbar cant display,hope someone can help me
hi, all i create a project using vc++(vs2005), have a dialog and some controls incluing combox and scrollbar etc when the project run in windows xp, the scrollbar can display normally. when it run in windows vista of opening transparent effect, the scrollbar cant display in combox, but can drag and click. who ca... 1 Jun 2008 23:54
CHtmlView
Hi I want to use CHtmlView in my app to show dynamically created html content. But I dont need doc/view architecture. I created SDI application without doc/view support and with ActiveX controls enabled. Then I replaced wizard generated view class with folowing class: class CMyView : public CHtmlView { publ... 2 Jun 2008 18:10
Preprocessor symbols ignored in .RC file
(I posted this question in another group that is related to resource talk, but there's SO little activity I had to post it here too. Sorry to those who might be annoyed by that.) Hi, I am trying to set up the version info so that the exe file has different info in the version fields, depending on one of my pr... 1 Jun 2008 19:59
Partition information
Hi , i would like to know about function that gives the partition information of all disk like c:\(local disk) or d:\(usb disk), Is there a function i can call and give me the current partition information including the start adress of the partition ? which function to use to copy from USB the all MBR and F... 8 Jun 2008 00:04
LoadLibrary and AfxLoadLibrary
I am trying to load a DLL with AfxLoadLibrary() The call is made from an MFC extension DLL and the library it is attempting to load does not use MFC. In fact the program enumerates DLLs in its own directory, which have names fitting a certain format: they are language resource DLLs. It then tries to load... 2 Jun 2008 17:23
import library
What you are describing is a system configuration issue. In other words, you're source code is dependent on some 3rd party library that is installed on the system. Since that is the case, you don't want to reference it from your project settings because that would mean hard-coding an absolute search path into... 30 May 2008 20:32
What is problem event BEX?
What does BEX stand for? My application crashes and it says "Problem Event Name: BEX", and Exception Code: c000000d ... 7 Jun 2008 11:50
a question 'bout const (design)
hello;-) i've a little complex control-class with it's own worker-tread for controls of that type. most control-setter-functions (for example: set the background color, let an element blink, etc...) work like this: 1. someone calls a public fn. 2. public fn calls private static threadpost-wrapper. 3. threadpo... 30 May 2008 11:54
First  |  Prev |  Next  |  Last
Pages: 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145