Click here to Skip to main content
15,911,035 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questionlower case to upper case but looks like something else is going on Pin
VB 12318-Nov-09 16:49
VB 12318-Nov-09 16:49 
AnswerRe: lower case to upper case but looks like something else is going on Pin
Dave Kreskowiak18-Nov-09 17:26
mveDave Kreskowiak18-Nov-09 17:26 
GeneralRe: lower case to upper case but looks like.... SOLVED Pin
VB 12319-Nov-09 3:33
VB 12319-Nov-09 3:33 
GeneralRe: lower case to upper case but looks like.... SOLVED Pin
Dave Kreskowiak19-Nov-09 3:38
mveDave Kreskowiak19-Nov-09 3:38 
GeneralRe: lower case to upper case but looks like.... SOLVED Pin
VB 12320-Nov-09 12:37
VB 12320-Nov-09 12:37 
GeneralUnexpected characters in print ouptut - VB2008 Pin
rbc102518-Nov-09 10:48
rbc102518-Nov-09 10:48 
GeneralRe: Unexpected characters in print ouptut - VB2008 Pin
DaveAuld18-Nov-09 11:06
professionalDaveAuld18-Nov-09 11:06 
GeneralRe: Unexpected characters in print ouptut - VB2008 Pin
rbc102518-Nov-09 17:06
rbc102518-Nov-09 17:06 
Thanks for the reply Dave. I was thinking that the problem may be something like that. I assume (yes, that can be dangerous)that I could use the standard ASCII class regular expression [\x00-\x1F\x7F] to filter out the control characters(I believe ASCII and UTF-8 chars are the same in this range). I'm wondering whether I would need a buffered stream in place of the StreamReader that would wrap around the filestream or do I still need the StreamReader. Also, will I need to reformat the stream before sending it out to the printer? I'll have to consider how much overhead this will add to my app.
Let me know if you have any advice on this. Thanks again.

Randy
QuestionProblem in VB while trying to execute SQL Code Pin
nhsal6918-Nov-09 3:37
nhsal6918-Nov-09 3:37 
AnswerRe: Problem in VB while trying to execute SQL Code Pin
Eduard Keilholz18-Nov-09 4:08
Eduard Keilholz18-Nov-09 4:08 
GeneralRe: Problem in VB while trying to execute SQL Code Pin
nhsal6918-Nov-09 4:17
nhsal6918-Nov-09 4:17 
GeneralRe: Problem in VB while trying to execute SQL Code Pin
Luc Pattyn18-Nov-09 5:02
sitebuilderLuc Pattyn18-Nov-09 5:02 
AnswerRe: Problem in VB while trying to execute SQL Code Pin
The Man from U.N.C.L.E.18-Nov-09 8:01
The Man from U.N.C.L.E.18-Nov-09 8:01 
GeneralRe: Problem in VB while trying to execute SQL Code Pin
nhsal6918-Nov-09 21:13
nhsal6918-Nov-09 21:13 
GeneralRe: Problem in VB while trying to execute SQL Code Pin
Ashfield18-Nov-09 21:30
Ashfield18-Nov-09 21:30 
GeneralRe: Problem in VB while trying to execute SQL Code Pin
nhsal6918-Nov-09 23:08
nhsal6918-Nov-09 23:08 
GeneralRe: Problem in VB while trying to execute SQL Code Pin
Ashfield19-Nov-09 1:25
Ashfield19-Nov-09 1:25 
GeneralRe: Problem in VB while trying to execute SQL Code Pin
The Man from U.N.C.L.E.18-Nov-09 22:44
The Man from U.N.C.L.E.18-Nov-09 22:44 
QuestionConsole application Pin
offroaderdan17-Nov-09 23:35
offroaderdan17-Nov-09 23:35 
AnswerRe: Console application Pin
Richard MacCutchan18-Nov-09 0:05
mveRichard MacCutchan18-Nov-09 0:05 
AnswerRe: Console application Pin
Dave Kreskowiak18-Nov-09 8:35
mveDave Kreskowiak18-Nov-09 8:35 
AnswerRe: Console application Pin
Ian Shlasko18-Nov-09 10:27
Ian Shlasko18-Nov-09 10:27 
AnswerRe: Console application [modified] Pin
DaveAuld18-Nov-09 11:02
professionalDaveAuld18-Nov-09 11:02 
QuestionHow to fire the DropDownList.SelectedIndexChanged event Pin
MacIntyre17-Nov-09 18:46
MacIntyre17-Nov-09 18:46 
AnswerRe: How to fire the DropDownList.SelectedIndexChanged event Pin
Dave Kreskowiak19-Nov-09 3:40
mveDave Kreskowiak19-Nov-09 3:40 

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.