Click here to Skip to main content
15,897,187 members
Home / Discussions / C#
   

C#

 
AnswerRe: PLEASE HELP! drawing squares/collision detection Pin
Anthony Mushrow23-Sep-07 13:12
professionalAnthony Mushrow23-Sep-07 13:12 
GeneralRe: PLEASE HELP! drawing squares/collision detection Pin
MasterSharp23-Sep-07 13:28
MasterSharp23-Sep-07 13:28 
GeneralRe: PLEASE HELP! drawing squares/collision detection Pin
MasterSharp23-Sep-07 13:30
MasterSharp23-Sep-07 13:30 
GeneralRe: PLEASE HELP! drawing squares/collision detection Pin
Christian Graus23-Sep-07 13:39
protectorChristian Graus23-Sep-07 13:39 
GeneralRe: PLEASE HELP! drawing squares/collision detection Pin
MasterSharp23-Sep-07 16:05
MasterSharp23-Sep-07 16:05 
QuestionMobile Programming Like Java Pin
hdv21223-Sep-07 10:27
hdv21223-Sep-07 10:27 
AnswerRe: Mobile Programming Like Java Pin
Paul Conrad23-Sep-07 10:37
professionalPaul Conrad23-Sep-07 10:37 
AnswerRe: Mobile Programming Like Java Pin
mav.northwind24-Sep-07 1:16
mav.northwind24-Sep-07 1:16 
Hi!
I think it could help if you read about the concepts of .NET, especially the CLR.
When you write a .NET program (be it C#, VB.NET, J#,...), it gets compiled to IL and a runtime has to interprete this IL.
This is similar to Java, but you have two completely different runtime environments: the JVM für Java, the .NET runtime for .NET.
You can install the .NET Compact Framework on mobile devices, though, and then run special .NET programs on these devices, too.
But they are and stay .NET programs and not Java applications!



Regards,
mav

--
Black holes are the places where God divided by 0...

GeneralRe: Mobile Programming Like Java Pin
hdv21224-Sep-07 2:14
hdv21224-Sep-07 2:14 
GeneralRe: Mobile Programming Like Java Pin
mav.northwind24-Sep-07 8:20
mav.northwind24-Sep-07 8:20 
Questionconvert string to datetime datatype Pin
dinakatina23-Sep-07 10:24
dinakatina23-Sep-07 10:24 
AnswerRe: convert string to datetime datatype Pin
PIEBALDconsult23-Sep-07 10:29
mvePIEBALDconsult23-Sep-07 10:29 
AnswerRe: convert string to datetime datatype Pin
Luc Pattyn23-Sep-07 10:43
sitebuilderLuc Pattyn23-Sep-07 10:43 
QuestionTimer example Pin
ytubis23-Sep-07 9:38
ytubis23-Sep-07 9:38 
AnswerRe: Timer example Pin
Luc Pattyn23-Sep-07 10:41
sitebuilderLuc Pattyn23-Sep-07 10:41 
QuestionMail send date Pin
SilverV23-Sep-07 9:33
SilverV23-Sep-07 9:33 
AnswerRe: Mail send date Pin
Corinna John23-Sep-07 23:39
Corinna John23-Sep-07 23:39 
QuestionDangerous error with Directory.Delete(string, bool) Pin
Anthony Mushrow23-Sep-07 7:08
professionalAnthony Mushrow23-Sep-07 7:08 
AnswerRe: Dangerous error with Directory.Delete(string, bool) Pin
Scott Dorman23-Sep-07 8:28
professionalScott Dorman23-Sep-07 8:28 
GeneralRe: Dangerous error with Directory.Delete(string, bool) Pin
Anthony Mushrow23-Sep-07 9:13
professionalAnthony Mushrow23-Sep-07 9:13 
GeneralRe: Dangerous error with Directory.Delete(string, bool) Pin
Scott Dorman23-Sep-07 9:43
professionalScott Dorman23-Sep-07 9:43 
GeneralRe: Dangerous error with Directory.Delete(string, bool) Pin
Paul Conrad23-Sep-07 9:44
professionalPaul Conrad23-Sep-07 9:44 
GeneralRe: Dangerous error with Directory.Delete(string, bool) Pin
Scott Dorman23-Sep-07 9:48
professionalScott Dorman23-Sep-07 9:48 
GeneralRe: Dangerous error with Directory.Delete(string, bool) Pin
Paul Conrad23-Sep-07 10:36
professionalPaul Conrad23-Sep-07 10:36 
QuestionC# certification Pin
samymoenis23-Sep-07 3:35
samymoenis23-Sep-07 3: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.