Ok the form will have a combo box with 3 items in it (ON ENTER,ON EXIT and ON BLAH) there is also a richtextbox and a file stored in C:\POPdata.txt (below shows whats in the txt file)
now what i want to do is when the user selects one of the items i need it to load that section and make richtextbox just that section for example if ON ENTER is selected it would just load

AFDASDFASDGFAS
DGHSGSFGSFGSG
3645635634444
From
ON ENTER {
AFDASDFASDGFAS
DGHSGSFGSFGSG
3645635634444
}
================================TXT FILE===============
ON EXIT {
FFFFFFFGGGGG'
FFFFFFFVVVVVV
HSHGSGHSGL;K
}

ON ENTER {
AFDASDFASDGFAS
DGHSGSFGSFGSG
364563563

ON BLAH {
4444444444
XXXXXXXXXX
DXXXXXDDD
XXXXXXXXXA
FFFFFFFFF
}

thanks for your help!