mIRC Home    About    Download    Register    News    Help

Print Thread
T
TC_Hessen
TC_Hessen
T
Hi,

I am still working on a new channel-central designd for my prefered network. It works fine, but with one small design-problem.
The lists (ban, except, ...) cannot be displayed in a two-colomn-style. The listboxes I can use in the dialog are too simple. I tried using two listboxes beside, but that looks awfull.

I simple diagramm, channel-central looks like

Code:
ban1           nick1 date1
ban_wehwf2     nick2 date2
ban3           nick3 date3
 


The dialog-listbox looks like

ban1 nick1 date1
ban_wehwf2 nick2 date2
ban3 nick3 date3

Any hints?

Joined: Mar 2004
Posts: 175
R
Vogon poet
Offline
Vogon poet
R
Joined: Mar 2004
Posts: 175
You could use $chr(9) which is the equivalent to 'tab'.

Joined: Nov 2003
Posts: 2,321
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Nov 2003
Posts: 2,321
Tabs show up as boxes in dialog listboxes.

Joined: Oct 2004
Posts: 8,061
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Oct 2004
Posts: 8,061
I'd suggest looking into using MDX controls. They may be helpful. Otherwise, you may have to create and use a DLL for it.


Link Copied to Clipboard