Click here to Skip to main content
15,892,072 members
Home / Discussions / C#
   

C#

 
GeneralSolutions with multiple projects Pin
Bill Ferreira7-Aug-02 9:11
Bill Ferreira7-Aug-02 9:11 
GeneralRe: Solutions with multiple projects Pin
Nnamdi Onyeyiri7-Aug-02 21:50
Nnamdi Onyeyiri7-Aug-02 21:50 
QuestionCentering Message Boxs - How? Pin
Joel Matthias6-Aug-02 7:33
Joel Matthias6-Aug-02 7:33 
QuestionIs there a vertical scrollbar? Pin
Nnamdi Onyeyiri6-Aug-02 7:11
Nnamdi Onyeyiri6-Aug-02 7:11 
AnswerRe: Is there a vertical scrollbar? Pin
Luis Alonso Ramos7-Aug-02 7:19
Luis Alonso Ramos7-Aug-02 7:19 
GeneralRe: Is there a vertical scrollbar? Pin
Nnamdi Onyeyiri7-Aug-02 7:37
Nnamdi Onyeyiri7-Aug-02 7:37 
GeneralReturning by Ref Pin
gekoscan6-Aug-02 6:35
gekoscan6-Aug-02 6:35 
GeneralRe: Returning by Ref Pin
Nnamdi Onyeyiri6-Aug-02 7:10
Nnamdi Onyeyiri6-Aug-02 7:10 
you can do the same thing is C# - except, you have to declare the code as unsafe

e.g.

unsafe public &int Method()


and you need to compile with the 'comile unsafe code' compiler switch. I believe it is like this because when you do this, you are overrideing the .NET memory management, so you are handling the memory yourself or sumpthin.

p.s. to use it in normal code, just do this:

...
unsafe
{
   ....
}



Suspicious | :suss: Email: theeclypse@hotmail.com   URL: http://www.onyeyiri.co.uk
Suspicious | :suss: "All programmers are playwrights and all computers are lousy actors."


GeneralRe: Returning by Ref Pin
Andy Smith6-Aug-02 9:19
Andy Smith6-Aug-02 9:19 
QuestionProblem in Running in Other Platform! Why? Pin
DotNet6-Aug-02 1:24
DotNet6-Aug-02 1:24 
AnswerRe: Problem in Running in Other Platform! Why? Pin
James T. Johnson6-Aug-02 1:50
James T. Johnson6-Aug-02 1:50 
AnswerRe: Problem in Running in Other Platform! Why? Pin
Johnny Zee6-Aug-02 4:33
sussJohnny Zee6-Aug-02 4:33 
QuestionHow to use uxtheme APIs in custom control? Pin
Li-kai Liu (Angus)6-Aug-02 0:13
Li-kai Liu (Angus)6-Aug-02 0:13 
AnswerRe: How to use uxtheme APIs in custom control? Pin
James T. Johnson6-Aug-02 1:49
James T. Johnson6-Aug-02 1:49 
GeneralRe: How to use uxtheme APIs in custom control? Pin
Li-kai Liu (Angus)6-Aug-02 19:20
Li-kai Liu (Angus)6-Aug-02 19:20 
GeneralRe: How to use uxtheme APIs in custom control? Pin
James T. Johnson6-Aug-02 19:43
James T. Johnson6-Aug-02 19:43 
GeneralRe: How to use uxtheme APIs in custom control? Pin
Li-kai Liu (Angus)7-Aug-02 1:03
Li-kai Liu (Angus)7-Aug-02 1:03 
GeneralRe: How to use uxtheme APIs in custom control? Pin
James T. Johnson7-Aug-02 1:07
James T. Johnson7-Aug-02 1:07 
GeneralRe: How to use uxtheme APIs in custom control? Pin
Li-kai Liu (Angus)7-Aug-02 11:20
Li-kai Liu (Angus)7-Aug-02 11:20 
GeneralRe: How to use uxtheme APIs in custom control? Pin
James T. Johnson7-Aug-02 15:06
James T. Johnson7-Aug-02 15:06 
GeneralRe: How to use uxtheme APIs in custom control? Pin
Li-kai Liu (Angus)7-Aug-02 17:45
Li-kai Liu (Angus)7-Aug-02 17:45 
GeneralDataReader Pin
Mazdak5-Aug-02 20:44
Mazdak5-Aug-02 20:44 
GeneralRe: DataReader Pin
SimonS5-Aug-02 22:13
SimonS5-Aug-02 22:13 
GeneralRe: DataReader Pin
Mazdak6-Aug-02 19:12
Mazdak6-Aug-02 19:12 
GeneralRe: DataReader Pin
James T. Johnson6-Aug-02 19:35
James T. Johnson6-Aug-02 19:35 

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.