mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Dec 2002
Posts: 36
T
Ameglian cow
OP Offline
Ameglian cow
T
Joined: Dec 2002
Posts: 36
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?


cu

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


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


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


Invision Support
#Invision on irc.irchighway.net

Link Copied to Clipboard