bookworm55
Programmer
I am working in VB with the DHTML object. This is my first project using this object. I am suppose to set it up so the user can make a several level orderlist. It should look something like this
1. ------------------
2. ---------------
a. --------------
b. -----------
using:
DHTMLa.ExecCommand DECMD_ORDERLIST, OLECMDEXECOPT_DODEFAULT
I can get get paragraph to start with a number, but I can't get them to start with a captial letter, small letter, or roman numberal. Can anyone tell me what change I need to make so this will work. Any help would be very appreciated. Thanks
1. ------------------
2. ---------------
a. --------------
b. -----------
using:
DHTMLa.ExecCommand DECMD_ORDERLIST, OLECMDEXECOPT_DODEFAULT
I can get get paragraph to start with a number, but I can't get them to start with a captial letter, small letter, or roman numberal. Can anyone tell me what change I need to make so this will work. Any help would be very appreciated. Thanks