comp.os.mswindows.programmer.win32
  Home FAQ Contact Sign in
comp.os.mswindows.programmer.win32 only
 
Advanced search
May 2008
motuwethfrsasuw
   1234 18
567891011 19
12131415161718 20
19202122232425 21
262728293031  22
2008
 Jan   Feb   Mar   Apr 
 May   Jun   Jul   Aug 
 Sep   Oct   Nov   Dec 
2008 2007    
total
comp.os ... win32 Profile…
RELATED GROUPS

POPULAR GROUPS

more...

 Up
  computing window visible region         


Author: Beagle
Date: May 14, 2008 15:21

If several windows overlap another, is there a way to determine what
region is visible? I realize this is a difficult problem, but am sure
it's already solved via making the right api calls.
Thanks
2 Comments
  tree control in list view         


Author: sweety_s
Date: May 14, 2008 05:01

Hi
I am using vc++(2005) and win32 programming no MFC.
I have a List view in which i want to insert the functionality of tree
in one cell of the list view.
As in tree we have a parent and children , i want to implement the
same.
but i cannot include the tree view control in to listview column
Can you please give me some ideas on how to implement this
1 Comment
  Exe binary size, Dialog and Console app         


Author: TheOne
Date: May 14, 2008 02:56

I have an Mfc dialog-based app which simply gets arguments and
generating files.

Because it doesn't have to be an dialog-based, expecting a smaller
binary, I wrote an (mfc support) console app which does exactly the
same task. However, surprisingly, the console app is bigger than the
older one.

I'm using VC 6.0 and using the default compile settings, maximize
speed.

I look into the each Release folder:

DApp.exe 20KB 20480
DApp.obj 10KB 9929
DApp.res 3KB 2484
DAppDlg.obj 14KB 14051
StdAfx.obj 1KB 768

====
CApp.exe 24KB 24576
CApp.obj 6KB 5887
CApp.res 5KB 4584
StdAfx.obj 1KB 806
Show full article (0.80Kb)
1 Comment