In the windows event viewer, there's a load of Microsoft entries which show a label (some text) in the category column of each event log.

When writing a new event in vb.net, I've got the option to add a category when calling out the Eventlog.Writeentry method, but this only allows me to specify a short/number value.

Does anyone out there know how to specify a text value here???
Thanks!!!!