implement different file formats in VB.net
-
how can we implement different file formats in VB.Net
divya
-
how can we implement different file formats in VB.Net
divya
By writing code that handles different file formats. I think you are going to have to be a bit more specific if you want a better answer than the flippant response I gave above.
Scottish Developers events: * .NET debugging, tracing and instrumentation by Duncan Edwards Jones and Code Coverage in .NET by Craig Murphy * Developer Day Scotland: are you interested in speaking or attending? My: Website | Blog
-
By writing code that handles different file formats. I think you are going to have to be a bit more specific if you want a better answer than the flippant response I gave above.
Scottish Developers events: * .NET debugging, tracing and instrumentation by Duncan Edwards Jones and Code Coverage in .NET by Craig Murphy * Developer Day Scotland: are you interested in speaking or attending? My: Website | Blog
-
By writing code that handles different file formats. I think you are going to have to be a bit more specific if you want a better answer than the flippant response I gave above.
Scottish Developers events: * .NET debugging, tracing and instrumentation by Duncan Edwards Jones and Code Coverage in .NET by Craig Murphy * Developer Day Scotland: are you interested in speaking or attending? My: Website | Blog
Actually i want to make an application in VB.Net through which we can upload different file formats just as rtf files and more type of files and after uploading we are able to see that files
divya
-
First explore yourself in MSDN; how many file formats are available in VB.NET. Which 1 u want? I think self learning and understanding may increase your knowledge-base. Girish Girish Sharma
Girish481 wrote:
self learning and understanding may increase your knowledge-base
I know that - but shouldn't you be telling the OP that?
Scottish Developers events: * .NET debugging, tracing and instrumentation by Duncan Edwards Jones and Code Coverage in .NET by Craig Murphy * Developer Day Scotland: are you interested in speaking or attending? My: Website | Blog
-
Actually i want to make an application in VB.Net through which we can upload different file formats just as rtf files and more type of files and after uploading we are able to see that files
divya
Still too vague. Specify each file type you are interested in. With RTF you have the option of a RichTextBox (If your application is a windows forms application) in order to show the file. If not then you are going to have to obtain the specification of RTF and provide your own means of translating the file into a viewable format.
Scottish Developers events: * .NET debugging, tracing and instrumentation by Duncan Edwards Jones and Code Coverage in .NET by Craig Murphy * Developer Day Scotland: are you interested in speaking or attending? My: Website | Blog