Re: [WiX-users] List box entry selection

2008-01-14 Thread Richard
In article <[EMAIL PROTECTED]>, fiordean dacian <[EMAIL PROTECTED]> writes: > I added a listbox control on a dialog which I'm adding items into within a cu stom action (it is actually a feature list similar with the tree control on Set upTypeDlg.wxs except I want the features in a list). >

[WiX-users] List box entry selection

2008-01-14 Thread fiordean dacian
Hi, I added a listbox control on a dialog which I'm adding items into within a custom action (it is actually a feature list similar with the tree control on SetupTypeDlg.wxs except I want the features in a list). Question is, how I could select by default the first entry in that listbox? Thank