|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
How To create fixed column formattingDear Colleagues
I am trying to create a field with a fixed column format. In VB6 I would: Dim Field1 as string * 2 Dim Field2 as string * 4 Dim Field3 as string * 2 for a field with fixed column, 8 chars in width. How do I do this in VB.NET 2003?? -- Thanks, Terry Do you not have online help with your version?
VBFixedString(15)> Public FirstName As String Tom terry wrote: Show quoteHide quote >Dear Colleagues > >I am trying to create a field with a fixed column format. > >In VB6 I would: > >Dim Field1 as string * 2 >Dim Field2 as string * 4 >Dim Field3 as string * 2 > >for a field with fixed column, 8 chars in width. > >How do I do this in VB.NET 2003?? > > Tomb
Yes, I searched the help and didn't find the answer. Anyway, thanks for your post. -- Show quoteHide quoteThanks, Terry "tomb" wrote: > Do you not have online help with your version? > > VBFixedString(15)> Public FirstName As String > > Tom > > terry wrote: > > >Dear Colleagues > > > >I am trying to create a field with a fixed column format. > > > >In VB6 I would: > > > >Dim Field1 as string * 2 > >Dim Field2 as string * 4 > >Dim Field3 as string * 2 > > > >for a field with fixed column, 8 chars in width. > > > >How do I do this in VB.NET 2003?? > > > > >
for each on multiple collections
Problem with access database, and VB .NET Office application object problem using strongly typed dataset update problem Compiling .dll's into a stand-alone .exe Microsoft Visual Studio 2005 Tools for Applications Extracting icon from file: most efficient method? Parse bookmarks in a word document Q: GetChildRows FolderBrowserDialag? |
|||||||||||||||||||||||