O
OHM \( Terry Burns \)
I want to create a custom dialog which can offer a list of templates to
launch a new document based on. I hate the standard stuff word provides for
reasons already explained regarding Details versus lists. Do you know of a
code snippit that would do this. I want to display the title property of the
documents in a directory ( or file name ) and be able to double click the
item and have it launch a new doc based on the template.
I havent worked with list boxes in word yet and not sure how to manage
display text Vs values. Can you for example add objects into Listboxes ( Not
strings ) and if so how to I configure my object to return a string value
for the list to display, or am I missing something ?
Any help would be appreciated.
Many Thanks
--
OHM ( Terry Burns ) * Use the following to email me *
Dim ch() As Char = "ufssz/cvsotAhsfbuTpmvujpotXjui/OFU".ToCharArray()
For i As Int32 = 0 To ch.Length - 1
ch(i) = Convert.ToChar(Convert.ToInt16(ch(i)) - 1)
Next
Process.Start("mailto:" & New String(ch))
--
launch a new document based on. I hate the standard stuff word provides for
reasons already explained regarding Details versus lists. Do you know of a
code snippit that would do this. I want to display the title property of the
documents in a directory ( or file name ) and be able to double click the
item and have it launch a new doc based on the template.
I havent worked with list boxes in word yet and not sure how to manage
display text Vs values. Can you for example add objects into Listboxes ( Not
strings ) and if so how to I configure my object to return a string value
for the list to display, or am I missing something ?
Any help would be appreciated.
Many Thanks
--
OHM ( Terry Burns ) * Use the following to email me *
Dim ch() As Char = "ufssz/cvsotAhsfbuTpmvujpotXjui/OFU".ToCharArray()
For i As Int32 = 0 To ch.Length - 1
ch(i) = Convert.ToChar(Convert.ToInt16(ch(i)) - 1)
Next
Process.Start("mailto:" & New String(ch))
--