Jump to content
Xtreme .Net Talk

dragon4spy

Avatar/Signature
  • Posts

    111
  • Joined

  • Last visited

1 Follower

About dragon4spy

  • Birthday 11/28/1985

dragon4spy's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Mandrake v9, downloaded from their website. It's free! cool... I don't think linux is suitable for home and office users, because No DirectX games ever played, no.... However, I do agree that Linux is great for servers, for those background services things :D. I knew I can complain much more about Linux, but I can't because this is .net forum.
  2. I h*te everything in Linux, except its GUI look and feel. Cool... I remember I can use windows in just a day or two without any teaching, but months and months for Linux. In addition to .gz.tar, there are also aliens devices (??) in /dev (?).
  3. 'check voltage drop value If voltageDropPercent <= Val(INI_Info(120)) / 100 Then Return conductorGauge & "," & groundGauge & "," & voltageDropPercent '<<<< Put break point here Put a break point on this return line, and see when your function is exectuted, will it stop at the break point or not? If nothing happen then it must be because voltageDropPercent > Val(INI_Info(120)) / 100 . :rolleyes: I suggest you to learn more about Debugger. I tell you I used to face this before when I started vb. :D
  4. There are many problems with your Function. I'm checking for you :D
  5. :D Kindly check my previous thread, "All dotNet Languages Are Equal?". http://www.xtremedotnettalk.com/showthread.php?t=81414
  6. Linux is a completely new system for me. I used it for a month, but now I can't even install a software. How then? In those .gz things :D. It will be difficult for me to start programming in Linux. Maybe I need to catch C++ first.
  7. For vb6, I can hack into memory and get the size by using ObjPtr() and CopyMemory(). But now vb.net doesn't support ObjPtr().
  8. :) Decimal is the most precise number type. You can take a deep look at Iceplug's quote. Can someone show how to use array to extend the number places? :D
  9. Oh I see... :D So how about dotNet IDE in Linux? As far as I know, Mono won't have one, or maybe other projects, or Microsoft will make one?
  10. According to Mono project's timeline, C# compiler for linux will be available in late 2004 (framwork v1.0). Vb.net compiler for linux will be available in early 2005 (framework v1.2), and most-complete .net framework for linux (v1.4) will be available in late 2005. I'm doubt what those C# and vb.net compilers used for? Since the compiled code in windows .net compiler is in IL codes, so what is needed to run on Linux platform is only a .net framework. Thus, Is mono a compiler or a framework for Linux?
  11. Here you go. http://www.dnjonline.com/newsreel/DotNet_for_Linux.html Google "Corel Microsoft .Net Framework Agreement"
  12. Java is a strong language. Someone somewhere will still use it for much longer time. I think next 5 years or so, it will be .net age, so I should start programming .net from now on. .Net will rock! :D
  13. For 64bits number (decimal type?), it can hold as small as 0.0000000000000000001 (10^-19) and as big as 18,446,744,073,709,551,615 (2^64). I am doubt how Windows Calculator App can even compute much more places.
  14. a compiled .net one, IL codes.
×
×
  • Create New...