Click here to Skip to main content
15,903,362 members
Home / Discussions / C#
   

C#

 
GeneralRe: Confused with object assignment Pin
Rahul8315-May-07 20:55
Rahul8315-May-07 20:55 
Questionconverting a dbx file to text file Pin
jazeelkm15-May-07 19:15
jazeelkm15-May-07 19:15 
AnswerRe: converting a dbx file to text file Pin
Christian Graus15-May-07 19:28
protectorChristian Graus15-May-07 19:28 
GeneralRe: converting a dbx file to text file Pin
jazeelkm15-May-07 19:38
jazeelkm15-May-07 19:38 
GeneralRe: converting a dbx file to text file Pin
Christian Graus15-May-07 19:44
protectorChristian Graus15-May-07 19:44 
Question[Message Deleted] Pin
Rahul8315-May-07 18:39
Rahul8315-May-07 18:39 
AnswerRe: string type Pin
Blumen15-May-07 19:02
Blumen15-May-07 19:02 
AnswerRe: string type Pin
Christian Graus15-May-07 19:46
protectorChristian Graus15-May-07 19:46 
This is not C. You're creating an instance of a class, which then contains the value "rahul". If you create a byte array, you can create the same effect as a char * in C, where you're storing the values themselves. Of course, .NET can move your objects in memory, so you'd have to pin the memory before being sure the string will stay in the same location.


Christian Graus - Microsoft MVP - C++
Metal Musings - Rex and my new metal blog
"I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

AnswerRe: [Message Deleted] Pin
Muammar©15-May-07 21:06
Muammar©15-May-07 21:06 
GeneralRe: [Message Deleted] Pin
Rahul8315-May-07 21:14
Rahul8315-May-07 21:14 
AnswerSome cp rules[modified] Pin
Muammar©15-May-07 21:22
Muammar©15-May-07 21:22 
QuestionDrawing Application--Line Selection? Pin
Raza568015-May-07 18:03
Raza568015-May-07 18:03 
AnswerRe: Drawing Application--Line Selection? Pin
mike montagne15-May-07 18:36
mike montagne15-May-07 18:36 
QuestionHow to upload image into a remote database server? Pin
Khoramdin15-May-07 15:44
Khoramdin15-May-07 15:44 
AnswerRe: How to upload image into a remote database server? Pin
mike montagne15-May-07 17:20
mike montagne15-May-07 17:20 
QuestionA ListView (and also TreeView) with more than one contextMenu related to item that was rightClicked Pin
DeepBlackHole15-May-07 14:46
DeepBlackHole15-May-07 14:46 
AnswerRe: A ListView (and also TreeView) with more than one contextMenu related to item that was rightClicked Pin
mike montagne15-May-07 15:16
mike montagne15-May-07 15:16 
AnswerRe: A ListView (and also TreeView) with more than one contextMenu related to item that was rightClicked Pin
Uwe Keim15-May-07 18:08
sitebuilderUwe Keim15-May-07 18:08 
Questioncross thread problem Pin
simsem15-May-07 13:44
simsem15-May-07 13:44 
AnswerRe: cross thread problem Pin
Christian Graus15-May-07 14:15
protectorChristian Graus15-May-07 14:15 
GeneralRe: cross thread problem Pin
Judah Gabriel Himango15-May-07 16:01
sponsorJudah Gabriel Himango15-May-07 16:01 
GeneralRe: cross thread problem Pin
simsem15-May-07 16:04
simsem15-May-07 16:04 
GeneralRe: cross thread problem Pin
Judah Gabriel Himango16-May-07 4:38
sponsorJudah Gabriel Himango16-May-07 4:38 
AnswerRe: cross thread problem Pin
Darkman_nofear15-May-07 17:58
Darkman_nofear15-May-07 17:58 
JokeRe: cross thread problem Pin
NormDroid15-May-07 22:13
professionalNormDroid15-May-07 22:13 

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.