First  |  Prev |  Next  |  Last
Pages: 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79
Background image becomes dark after adding watermark, need help.
I want to add text on bitmap,the following is the implementation. After adding text watermark, I find text watermark is added on the bitmap, while the bitmap is complete dark.The bitmap I used is not a dark image. That is to say,generating bitmap only contain watermark,not including original bitmap information.I st... 4 May 2008 17:22
Executing applications across a network (possible OT)
Sorry for cross-posting; I'm not sure which group would be more appropriate, if any. At present I have 2 applications (installed on the same workstation): (A) is the main application which is running most, if not all, of the time. Only one instance of (A) can be running at once. (B) is an application which... 4 May 2008 00:01
Progress with MFC9.0 toolbars
Recently (28 April) I reported problems with toolbars and common-controls-6 in an MFC9.0 MDI application running under Vista. The appearance is unsatisfactory even in a vanilla MDI app created with the VS2008 app wizard. The toolbar creation line it gives you is: if (!m_wndToolBar.CreateEx(this, TBSTYLE_F... 2 May 2008 14:59
Dynamically creating CDockablePanes
Hi there, My user will need to be able to open any number of graphing windows(CDockablePane) in my application. When the window is closed, I want the pane to be destroyed. In order to do this I will have my window catch the press close button event (CPane::OnPressCloseButton) and then have it call Destro... 2 May 2008 22:48
PropertySheet Question.
I have a CPropertySheet object with three pages. How do I detect user input on any page and enable the "Apply" button to save the changes? Thanks As Always! Ron H. ----------------- www.Newsgroup-Binaries.com - *Completion*Retention*Speed* Access your favorite newsgroups from home or on the road --------... 5 May 2008 06:38
transparent window after bringWindowToTop is grey
Hallo, I have a problem with a transparent window. My message windows are simple CWnd-Windows, whitch are hide. Only, if I want to see the window, I bring them into front with 'bringWindowToTop()'. Problem: I want to give the window a transparent border ( later I want to display a transparent bitmap ).... 5 May 2008 10:44
Port MFC CCriticalSection::CSingleLock to ACE or ??? (NEWBIE ALERT
"woodcock(a)sonlightsoftware.com" wrote: I am porting a very simple Windows MFC (VisualStudio) C++ project (single screen GUI tool to generate socket traffic to a proprietary system) to Linux. It makes CRAZY use of MFC CSingleLock like this:n CCriticalSection m_MyLockHandle; MyClass::MyCriticalF... 2 May 2008 09:29
List of available serial ports
How can I get a list of available serial ports from Windows? I need to have my user select from the list. Ron H. ----------------- www.Newsgroup-Binaries.com - *Completion*Retention*Speed* Access your favorite newsgroups from home or on the road ----------------- ... 2 May 2008 13:25
Internet connectivity
Hello, I'm adding online functionality (just POST and GET for HTTP at the moment) to my MFC VS2k5 app and looked for some article on this on www.codeproject.com. I've found basically two flavours: a) Using wininet b) Using just winsock Considering the code are ready and working, my questions are: a) W... 2 May 2008 17:20
How to Programmatecally Display Icons in CListBox
Hi, I wanted to Programmatecally Display Icon in CListBox. Here is the brief Code: CListBox m_listbox; m_listbox.Create(CBS_DROPDOWNLIST | WS_BORDER | WS_VSCROLL | WS_CHILD | WS_VISIBLE | LBS_STANDARD | LBS_HASSTRINGS , p, this,IDC_LIST); m_listbox.SetFont(&m_Font); I wante... 5 May 2008 11:31
First  |  Prev |  Next  |  Last
Pages: 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79