Click here to Skip to main content
15,890,946 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: visual basic data report Pin
thatraja12-Apr-11 18:36
professionalthatraja12-Apr-11 18:36 
QuestionBest way to return class at runtime - based on value Pin
DeepToot7-Apr-11 7:23
DeepToot7-Apr-11 7:23 
AnswerRe: Best way to return class at runtime - based on value Pin
Ali Al Omairi(Abu AlHassan)7-Apr-11 11:16
professionalAli Al Omairi(Abu AlHassan)7-Apr-11 11:16 
AnswerRe: Best way to return class at runtime - based on value Pin
Eddy Vluggen8-Apr-11 0:31
professionalEddy Vluggen8-Apr-11 0:31 
GeneralRe: Best way to return class at runtime - based on value Pin
Ali Al Omairi(Abu AlHassan)10-Apr-11 10:06
professionalAli Al Omairi(Abu AlHassan)10-Apr-11 10:06 
GeneralRe: Best way to return class at runtime - based on value Pin
DeepToot11-Apr-11 4:05
DeepToot11-Apr-11 4:05 
QuestionWrite special cahrs from database to text file using vb.net Pin
vijay24825-Apr-11 5:30
vijay24825-Apr-11 5:30 
AnswerRe: Write special cahrs from database to text file using vb.net Pin
Luc Pattyn5-Apr-11 5:53
sitebuilderLuc Pattyn5-Apr-11 5:53 
if you want to use characters outside the ASCII set, you need either a specific "code page" (not my recommendation) or 16-bit characters (Unicode).
what field type are you using in the database? it should be nvarchar or ntext in most databases for Unicode.
and then better specify Encoding.Unicode explicitly, both when writing to and reading from the database.

Smile | :)
Luc Pattyn [Forum Guidelines] [My Articles] Nil Volentibus Arduum
Please use <PRE> tags for code snippets, they preserve indentation, improve readability, and make me actually look at the code.

GeneralRe: Write special cahrs from database to text file using vb.net Pin
Thomas Krojer5-Apr-11 21:05
Thomas Krojer5-Apr-11 21:05 
GeneralRe: Write special cahrs from database to text file using vb.net Pin
vijay24825-Apr-11 21:41
vijay24825-Apr-11 21:41 
GeneralRe: Write special cahrs from database to text file using vb.net Pin
riced5-Apr-11 23:36
riced5-Apr-11 23:36 
GeneralRe: Write special cahrs from database to text file using vb.net Pin
vijay24826-Apr-11 0:05
vijay24826-Apr-11 0:05 
Questionfind window lock time and unlock time? Pin
kartheeee5-Apr-11 1:23
kartheeee5-Apr-11 1:23 
AnswerRe: find window lock time and unlock time? Pin
dan!sh 5-Apr-11 1:45
professional dan!sh 5-Apr-11 1:45 
AnswerRe: find window lock time and unlock time? Pin
Dave Kreskowiak5-Apr-11 4:04
mveDave Kreskowiak5-Apr-11 4:04 
QuestionTasks Scheduler issue Pin
mli.ahmed4-Apr-11 19:25
mli.ahmed4-Apr-11 19:25 
GeneralRe: Tasks Scheduler issue Pin
thatraja4-Apr-11 20:13
professionalthatraja4-Apr-11 20:13 
GeneralRe: Tasks Scheduler issue Pin
mli.ahmed4-Apr-11 20:56
mli.ahmed4-Apr-11 20:56 
GeneralRe: Tasks Scheduler issue Pin
Dave Kreskowiak5-Apr-11 4:07
mveDave Kreskowiak5-Apr-11 4:07 
GeneralCrosspost Pin
thatraja4-Apr-11 20:37
professionalthatraja4-Apr-11 20:37 
GeneralRe: Crosspost Pin
mli.ahmed4-Apr-11 21:02
mli.ahmed4-Apr-11 21:02 
GeneralRe: Crosspost Pin
Bernhard Hiller4-Apr-11 21:56
Bernhard Hiller4-Apr-11 21:56 
Questionesc key Pin
JR21231-Mar-11 22:20
JR21231-Mar-11 22:20 
AnswerRe: esc key Pin
Luc Pattyn1-Apr-11 1:12
sitebuilderLuc Pattyn1-Apr-11 1:12 
GeneralRe: esc key Pin
JR2121-Apr-11 3:15
JR2121-Apr-11 3:15 

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.