Click here to Skip to main content
15,921,884 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: A string question Pin
Brad Fackrell6-Jul-05 13:27
Brad Fackrell6-Jul-05 13:27 
GeneralRe: A string question Pin
Christian Graus6-Jul-05 14:46
protectorChristian Graus6-Jul-05 14:46 
GeneralRe: A string question Pin
Anonymous6-Jul-05 15:18
Anonymous6-Jul-05 15:18 
GeneralRe: A string question Pin
[Marc]6-Jul-05 15:58
[Marc]6-Jul-05 15:58 
GeneralRe: A string question Pin
Christian Graus6-Jul-05 16:03
protectorChristian Graus6-Jul-05 16:03 
GeneralRe: A string question Pin
[Marc]6-Jul-05 17:22
[Marc]6-Jul-05 17:22 
GeneralRe: A string question Pin
Christian Graus6-Jul-05 18:01
protectorChristian Graus6-Jul-05 18:01 
GeneralRe: A string question Pin
[Marc]6-Jul-05 19:47
[Marc]6-Jul-05 19:47 
Well, i think that is the only flaw in VB Wink | ;)
Instead of "Blablabla\nSome more bla", you have to do "Blablabla" & vbNewLine & "Some more bla"
Also, \t = vbTab, \" = "" and \x92 = Chr(92)
A lot more typing... Frown | :(

Cheers! Cool | :cool:
GeneralRe: A string question Pin
Christian Graus6-Jul-05 23:06
protectorChristian Graus6-Jul-05 23:06 
GeneralRe: A string question Pin
[Marc]7-Jul-05 8:57
[Marc]7-Jul-05 8:57 
GeneralRe: A string question Pin
jonathan158-Jul-05 1:38
jonathan158-Jul-05 1:38 
GeneralRe: A string question Pin
Christian Graus6-Jul-05 11:32
protectorChristian Graus6-Jul-05 11:32 
GeneralRe: A string question Pin
Scott Serl7-Jul-05 1:17
Scott Serl7-Jul-05 1:17 
Generalget value from databound combobox into string Pin
oakleaf6-Jul-05 8:41
oakleaf6-Jul-05 8:41 
GeneralRe: get value from databound combobox into string Pin
Anonymous6-Jul-05 8:44
Anonymous6-Jul-05 8:44 
GeneralRe: get value from databound combobox into string Pin
oakleaf6-Jul-05 8:48
oakleaf6-Jul-05 8:48 
GeneralRe: get value from databound combobox into string Pin
Anonymous6-Jul-05 8:55
Anonymous6-Jul-05 8:55 
GeneralRe: get value from databound combobox into string Pin
Anonymous6-Jul-05 8:58
Anonymous6-Jul-05 8:58 
GeneralRe: get value from databound combobox into string Pin
oakleaf6-Jul-05 9:05
oakleaf6-Jul-05 9:05 
GeneralRe: get value from databound combobox into string Pin
Anonymous6-Jul-05 9:31
Anonymous6-Jul-05 9:31 
GeneralRe: get value from databound combobox into string Pin
oakleaf6-Jul-05 10:05
oakleaf6-Jul-05 10:05 
GeneralStrange Behavior in WinForm Pin
Mtognetti6-Jul-05 8:27
Mtognetti6-Jul-05 8:27 
Generalcommunicating with c++ using sockets Pin
boy2126-Jul-05 7:57
boy2126-Jul-05 7:57 
GeneralRe: communicating with c++ using sockets Pin
Dave Kreskowiak6-Jul-05 8:16
mveDave Kreskowiak6-Jul-05 8:16 
GeneralFilelistbox Pin
JimClark686-Jul-05 7:41
JimClark686-Jul-05 7:41 

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.