Click here to Skip to main content
15,888,351 members
Home / Discussions / C#
   

C#

 
GeneralRe: OwnerDraw TextBox Pin
Jeff J26-Feb-03 17:52
Jeff J26-Feb-03 17:52 
GeneralRe: OwnerDraw TextBox Pin
Furty27-Feb-03 0:35
Furty27-Feb-03 0:35 
GeneralRe: OwnerDraw TextBox Pin
Jeff J28-Feb-03 22:34
Jeff J28-Feb-03 22:34 
GeneralUserControl: How to use baseclass properties in the Designer Pin
STW26-Feb-03 0:41
STW26-Feb-03 0:41 
GeneralRe: UserControl: How to use baseclass properties in the Designer Pin
leppie26-Feb-03 6:20
leppie26-Feb-03 6:20 
GeneralNameValueCollection Pin
Peter Kiss26-Feb-03 0:40
Peter Kiss26-Feb-03 0:40 
GeneralRe: NameValueCollection ???? Pin
Peter Kiss26-Feb-03 0:42
Peter Kiss26-Feb-03 0:42 
GeneralBeginner Q - long strings Pin
Alexandru Savescu25-Feb-03 22:18
Alexandru Savescu25-Feb-03 22:18 
Hello,

I am working on my first project on C# after coming from C++ and I cannot seem to find out how to write long strings on multiple lines. It seems like
string longstr = "aaaa"
                 "bbbb";

or
string longstr = "aaaa \
                 bbbb";

do not work. Of course I can use the + operator, but I don't want to introduce an extra overhead.

Thanks!

Best regards,
Alexandru Savescu

P.S. Interested in art? Visit this!
GeneralRe: Beginner Q - long strings Pin
leppie26-Feb-03 0:11
leppie26-Feb-03 0:11 
GeneralRe: Beginner Q - long strings Pin
Alexandru Savescu26-Feb-03 1:16
Alexandru Savescu26-Feb-03 1:16 
GeneralRe: Beginner Q - long strings Pin
Alexandru Savescu26-Feb-03 20:38
Alexandru Savescu26-Feb-03 20:38 
GeneralRe: Beginner Q - long strings Pin
leppie27-Feb-03 6:26
leppie27-Feb-03 6:26 
GeneralHRESULT in C# Pin
Nicholas Naddaf25-Feb-03 15:26
Nicholas Naddaf25-Feb-03 15:26 
GeneralRe: HRESULT in C# Pin
Stephane Rodriguez.25-Feb-03 21:02
Stephane Rodriguez.25-Feb-03 21:02 
GeneralRe: HRESULT in C# Pin
Nicholas Naddaf26-Feb-03 4:08
Nicholas Naddaf26-Feb-03 4:08 
GeneralRe: HRESULT in C# Pin
Stephane Rodriguez.26-Feb-03 4:26
Stephane Rodriguez.26-Feb-03 4:26 
Generalbeginner question in C# Pin
nnnnnnnnnn25-Feb-03 14:38
nnnnnnnnnn25-Feb-03 14:38 
GeneralRe: beginner question in C# Pin
Steven Behnke25-Feb-03 19:33
Steven Behnke25-Feb-03 19:33 
GeneralRe: beginner question in C# Pin
Ryan Cromwell26-Feb-03 3:11
Ryan Cromwell26-Feb-03 3:11 
GeneralRTF Scrolling Pin
Steven Behnke25-Feb-03 12:29
Steven Behnke25-Feb-03 12:29 
QuestionManaged Directx - partially useless or not? Pin
Filip Strugar25-Feb-03 11:28
Filip Strugar25-Feb-03 11:28 
AnswerRe: Managed Directx - partially useless or not? Pin
Anonymous25-Feb-03 18:20
Anonymous25-Feb-03 18:20 
GeneralOleDbConnection Pin
Jassim Rahma25-Feb-03 9:53
Jassim Rahma25-Feb-03 9:53 
GeneralRe: OleDbConnection Pin
Chris Austin25-Feb-03 13:48
Chris Austin25-Feb-03 13:48 
GeneralRe: OleDbConnection Pin
Jassim Rahma27-Feb-03 7:48
Jassim Rahma27-Feb-03 7:48 

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.