Click here to Skip to main content
15,880,392 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: system date format Pin
Rajesh Anuhya5-Apr-08 2:34
professionalRajesh Anuhya5-Apr-08 2:34 
GeneralRe: system date format Pin
pathak785-Apr-08 2:42
pathak785-Apr-08 2:42 
GeneralRe: system date format Pin
darkelv5-Apr-08 6:29
darkelv5-Apr-08 6:29 
GeneralRe: system date format Pin
Mycroft Holmes5-Apr-08 17:35
professionalMycroft Holmes5-Apr-08 17:35 
GeneralUsing csv files Pin
Haim Nachum5-Apr-08 2:07
Haim Nachum5-Apr-08 2:07 
GeneralRe: Using csv files Pin
Rajesh Anuhya5-Apr-08 2:19
professionalRajesh Anuhya5-Apr-08 2:19 
GeneralRe: Using csv files Pin
Haim Nachum5-Apr-08 6:18
Haim Nachum5-Apr-08 6:18 
GeneralRe: Using csv files Pin
Dave Kreskowiak5-Apr-08 13:56
mveDave Kreskowiak5-Apr-08 13:56 
Haimbert wrote:
what is the easiest way to find out what delimiter the file uses


Asking the user what it is.

Beyond that, you have to analyze the file to determine what the most likely delimeter is. You'd have to ask the user if the delimiter you've figured out is actually correct.


Haimbert wrote:
what is the easiest way to find out ... its encoding.


This is generally impossible to determine reliably. But, the StreamReader class can attempt to figure out what the encoding is, but there is no guarantee it's going to be correct. Again, asking the user if what has been determined as most likely correct is the only way to be sure.


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008




GeneralRe: Using csv files Pin
Luc Pattyn5-Apr-08 14:25
sitebuilderLuc Pattyn5-Apr-08 14:25 
GeneralSending ascii extended characters via serial port [modified] Pin
keninfo5-Apr-08 0:06
keninfo5-Apr-08 0:06 
AnswerRe: Sending ascii extended characters via serial port Pin
Rajesh Anuhya5-Apr-08 1:01
professionalRajesh Anuhya5-Apr-08 1:01 
GeneralRe: Sending ascii extended characters via serial port Pin
keninfo5-Apr-08 1:12
keninfo5-Apr-08 1:12 
GeneralRe: Sending ascii extended characters via serial port Pin
Rajesh Anuhya5-Apr-08 1:15
professionalRajesh Anuhya5-Apr-08 1:15 
GeneralRe: Sending ascii extended characters via serial port Pin
keninfo5-Apr-08 1:20
keninfo5-Apr-08 1:20 
GeneralRe: Sending ascii extended characters via serial port Pin
Rajesh Anuhya5-Apr-08 1:28
professionalRajesh Anuhya5-Apr-08 1:28 
GeneralRe: Sending ascii extended characters via serial port Pin
keninfo5-Apr-08 1:34
keninfo5-Apr-08 1:34 
GeneralRe: Sending ascii extended characters via serial port Pin
Rajesh Anuhya5-Apr-08 1:36
professionalRajesh Anuhya5-Apr-08 1:36 
GeneralRe: Sending ascii extended characters via serial port Pin
Dave Kreskowiak5-Apr-08 13:46
mveDave Kreskowiak5-Apr-08 13:46 
GeneralRe: Sending ascii extended characters via serial port Pin
Luc Pattyn5-Apr-08 14:28
sitebuilderLuc Pattyn5-Apr-08 14:28 
GeneralCreate Folder Pin
Socheat.Net4-Apr-08 23:48
Socheat.Net4-Apr-08 23:48 
QuestionRe: Create Folder Pin
Rajesh Anuhya5-Apr-08 1:03
professionalRajesh Anuhya5-Apr-08 1:03 
GeneralRe: Create Folder Pin
Dave Kreskowiak5-Apr-08 13:45
mveDave Kreskowiak5-Apr-08 13:45 
QuestionMicrosoft.DirectX.Direct3DX Pin
Joy Anne4-Apr-08 21:54
Joy Anne4-Apr-08 21:54 
GeneralRe: Microsoft.DirectX.Direct3DX Pin
Dave Kreskowiak5-Apr-08 13:43
mveDave Kreskowiak5-Apr-08 13:43 
GeneralUnable to show data in datagridview Pin
hisuman1004-Apr-08 20:21
hisuman1004-Apr-08 20:21 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.