Re: [ADVANCED-DOTNET] Setting a Constant Value in VB.Net

2008-08-06 Thread Stuart Dunkeld
>Const c1FullAddr as String = "1 Colonial Drive Parma Ohio 21321" > > Then they follow that up with another constant: > >Const c1FaLen as String = c2FullAddr.length > > In VB.Net you cannot do this. Is there a way to do this without having to > count the length of c1FullAddr an

Re: [ADVANCED-DOTNET] Get OS to open a file using the default file association

2008-06-21 Thread Stuart Dunkeld
Process.Start(filename); Regards Stuart On Thu, Jun 12, 2008 at 4:47 PM, Holly Styles <[EMAIL PROTECTED]> wrote: > Hi There, > > I'm wondering if anyone has an opinion on the best way to appraoch this. > I am using SpreadsheetGear to create an xls file from a windows forms > application. > I hav