Click here to Skip to main content
16,005,826 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Passing parameter to hardcoded SQL statement (non Stored Procedure) Pin
Dave Kreskowiak13-Jul-07 7:00
mveDave Kreskowiak13-Jul-07 7:00 
GeneralRe: Passing parameter to hardcoded SQL statement (non Stored Procedure) Pin
Paul Conrad15-Jul-07 5:47
professionalPaul Conrad15-Jul-07 5:47 
GeneralRe: Passing parameter to hardcoded SQL statement (non Stored Procedure) [modified] Pin
Rupesh Kumar Swami13-Jul-07 6:54
Rupesh Kumar Swami13-Jul-07 6:54 
QuestionHelp! Read Unicode Text File to VB program Pin
jackie83sg200513-Jul-07 2:58
jackie83sg200513-Jul-07 2:58 
AnswerRe: Help! Read Unicode Text File to VB program Pin
Christian Graus13-Jul-07 3:29
protectorChristian Graus13-Jul-07 3:29 
GeneralRe: Help! Read Unicode Text File to VB program Pin
Paul Conrad13-Jul-07 4:29
professionalPaul Conrad13-Jul-07 4:29 
GeneralRe: Help! Read Unicode Text File to VB program Pin
jackie83sg200513-Jul-07 4:50
jackie83sg200513-Jul-07 4:50 
GeneralRe: Help! Read Unicode Text File to VB program Pin
Dave Kreskowiak13-Jul-07 4:54
mveDave Kreskowiak13-Jul-07 4:54 
What does the code look like that wrote the file?? Maybe it's not really Unicode where you think it is.

Or, there's another possilibity. Change the ReadAllText line to:
Imports System.Io
Imports System.Text

.
.
.
 
    str = File.ReadAllText(direct, Encoding.Unicode)



A guide to posting questions on CodeProject[^]

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


GeneralRe: Help! Read Unicode Text File to VB program Pin
jackie83sg200513-Jul-07 15:16
jackie83sg200513-Jul-07 15:16 
QuestionArray -> listview1.groups.addrange Pin
svh198513-Jul-07 2:45
svh198513-Jul-07 2:45 
AnswerRe: Array -> listview1.groups.addrange Pin
Dave Kreskowiak13-Jul-07 4:19
mveDave Kreskowiak13-Jul-07 4:19 
GeneralRe: Array -> listview1.groups.addrange Pin
svh198513-Jul-07 4:39
svh198513-Jul-07 4:39 
GeneralRe: Array -> listview1.groups.addrange Pin
Dave Kreskowiak13-Jul-07 4:47
mveDave Kreskowiak13-Jul-07 4:47 
GeneralRe: Array -> listview1.groups.addrange Pin
svh198513-Jul-07 4:55
svh198513-Jul-07 4:55 
GeneralRe: Array -> listview1.groups.addrange Pin
Dave Kreskowiak13-Jul-07 15:42
mveDave Kreskowiak13-Jul-07 15:42 
Questionhow to know a structure of a project Pin
Santosh Kumar Maharana13-Jul-07 2:41
Santosh Kumar Maharana13-Jul-07 2:41 
AnswerRe: how to know a structure of a project Pin
Dave Kreskowiak13-Jul-07 3:58
mveDave Kreskowiak13-Jul-07 3:58 
AnswerRe: authentication help Pin
Dave Kreskowiak13-Jul-07 3:55
mveDave Kreskowiak13-Jul-07 3:55 
GeneralRe: authentication help Pin
Paul Conrad13-Jul-07 4:30
professionalPaul Conrad13-Jul-07 4:30 
QuestionHow to get Binary File into XML and then back Pin
Rizwan Bashir13-Jul-07 1:42
Rizwan Bashir13-Jul-07 1:42 
AnswerRe: How to get Binary File into XML and then back Pin
SHatchard13-Jul-07 2:09
SHatchard13-Jul-07 2:09 
GeneralRe: How to get Binary File into XML and then back Pin
Rizwan Bashir13-Jul-07 2:27
Rizwan Bashir13-Jul-07 2:27 
GeneralRe: How to get Binary File into XML and then back Pin
SHatchard13-Jul-07 2:43
SHatchard13-Jul-07 2:43 
AnswerRe: How to get Binary File into XML and then back Pin
Dave Kreskowiak13-Jul-07 3:52
mveDave Kreskowiak13-Jul-07 3:52 
QuestionCapture the cell contents in a datagridview Pin
steve_rm13-Jul-07 1:38
steve_rm13-Jul-07 1:38 

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.