Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Date: Sat, 21 Oct 2000 20:00:11 -0400 Message-Id: <200010220000.UAA32704@envy.delorie.com> From: DJ Delorie To: cabbey AT chartermi DOT net CC: cygwin AT sources DOT redhat DOT com In-reply-to: <4.3.2.7.0.20001021001528.00aed830@pop.bresnanlink.net> (message from Chris Abbey on Sat, 21 Oct 2000 00:45:11 -0500) Subject: Re: setup choices screen questions References: <4 DOT 3 DOT 2 DOT 7 DOT 0 DOT 20001020231709 DOT 00b8f100 AT pop DOT bresnanlink DOT net> <4 DOT 3 DOT 2 DOT 7 DOT 0 DOT 20001020231709 DOT 00b8f100 AT pop DOT bresnanlink DOT net> <4 DOT 3 DOT 2 DOT 7 DOT 0 DOT 20001021001528 DOT 00aed830 AT pop DOT bresnanlink DOT net> > I've been looking at the setup sources (I see my last patch in there > :) and trying to work out how the gui is built... I've got an idea > for a bit of a facelift that I think will be easier for new users to > understand, but I'll be darned if I can figure out that windows api > crud. What do you use to make gui changes? a gui tool? or directly > editing these windows res.rc file things in a real editor of your > choice? I use Visual C's resource editor to edit res.rc, but then I compile that with cygwin's windres. The chooser (choose.cc) dialog is a different mess altogether. I use VC to lay out the dialog, but chooser.cc adds a custom window at the same location it finds the IDC_LISTVIEW_POS control (i.e. that control is just a template). The entire operation of that custom window is handled within choose.cc. -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com