Jump to content
Xtreme .Net Talk

Spyru

Avatar/Signature
  • Posts

    39
  • Joined

  • Last visited

Everything posted by Spyru

  1. MSVS .NET on WinXP with SP1 Do you guys know how I can install MSVS .NET Enterprise Architect on Windows XP with Service Pack 1 because when I try to install it, it won't install the .NET Framework 1.0. When I try to do this manually, it says it is incompatible with this version of Windows. I think this is due to the fact I have Service Pack 1 installed, which I hadn't on a previous install. Any help appreciated. Spyru
  2. Actually I'm going to calculate the square root of 5 :p and I'm going for lots of places after the decimal point, just for fun ;x And Denaes... It's possible, with some complex functions parsing it number by number.
  3. Not converting them to numbers and do math, because that would remove some of the decimals because the number will be too long. And I thought I once saw some code with which you could do math with strings so one can calculate with lots of decimals behind the point (2.2328745825784957945 etc.)
  4. I'd like to do some math with strings, with decimals behind the point (I don't know how to say that in English exactly). I mean this part: 2.23 grtz, Spyru
  5. WOOT Me.Clie... worked dude!! Thx!
  6. I have been searching for a while now (google, codeproject and stuff) and still didn't find it. Has someone created a multiline listview component? Is this possible? :confused: grtz, Spyru
  7. Hey peepz, I have a sizable window, and I have a resize sub: Private Sub Form1_Resize(ByVal sender As Object, ByVal e As System.EventArgs) Handles MyBase.Resize lblCreated.Left = Form1.ActiveForm.ClientSize.Width - 198 End Sub But when I start (F5) the app, it gives this error: Additional information: Object reference not set to an instance of an object. Does any of you can explain why this error is given? grtz, Spyru
  8. I'd like to know how to... ...write an XML document ...insert information in an XML document ...read an XML document Just the basics :-\ grtz, Spyru :)
  9. Spyru

    FTP client

    Thanks darknuke, checking it at the moment :D
  10. Spyru

    FTP client

    How do I use the AsynchronousClient class then
  11. Spyru

    FTP client

    Oops I was looking at Dynamic Help, got it now :x
  12. Spyru

    FTP client

    Thank you guys
  13. Spyru

    FTP client

    Where can I type it in then :P Cuz you mean that msdn thingy in VS.NET right? It's just Content, Index and Search
  14. Spyru

    FTP client

    What do I do with that link :S
  15. Spyru

    FTP client

    Oh :rolleyes: sorry didn't find it I'm checking it out atm :) grtz, Spyru :p
  16. Spyru

    FTP client

    What must I use to connect to an FTP in VB.NET (C# is OK too, but VB is what I use). Is this with sockets? Because I can't find any socket component or something in VS.NET. Thanks, grtz Spyru :)
  17. Spyru

    Bandwidth

    Thanks for your replies, I'll check them out :D
  18. Spyru

    Bandwidth

    How do I retrieve the current bandwidth used (download and upload) grtz, Spyru :D
  19. How can I dock a window on the side of the screen and move al content away from beneath the window (like the start bar when not automatically hidden)? grtz, Spyru :D
  20. I think I fixed it, I placed Form1.ActiveForm.Close() before it. I think this is it! :D grtz&thx Spyru
  21. This might work, I'll check it out: http://www.dart.com/ftpdotnet.asp grtz, Spyru Damn, its a trial...
  22. Hehehehe, thx m8, you damn suckor for pretty pictures... :P grtz, Spyru :) -- EDiT -- I can't open it, cuz it's been made with a newer version of VB.NET :mad: :( :-\
  23. Thank you, I'll see what I can learn of that :D grtz, Spyru :) -- EDiT -- That is SOME overview!! :D But then... how do I use it... :) :confused:
  24. I'd like to know the commands used in FTP clients and how to use them. You guys might know a tutorial about it or even know it yourself. Thanks for your help. grtz, Spyru :D
  25. It fails on End... After End, it gives the Windows error, and then the VB error. No more errors :S grtz, Spyru
×
×
  • Create New...