Search:

Type: Posts; User: Kal_Torak

Page 1 of 8 1 2 3 4

Search: Search took 0.03 seconds.

  1. Thread: Vs 2005

    by Kal_Torak
    Replies
    29
    Views
    1,050

    Re: Vs 2005

    Monad.
  2. Replies
    1
    Views
    469

    Extending WinXP Task Manager?

    One thing that I've never seen, yet which would be immensely useful for a computer technician is the ability to right click a process running in the Task Manager and look it up directly online. (in...
  3. Re: how to call asp.net webpage from vb.net application?

    I assume you want to either display an ASP.NET webpage in your application, in which case you should use the Web Browser control, or you want to load a page by starting an external browser.
    For...
  4. Replies
    94
    Views
    104,046

    Re: VB: The Matrix [Exe+Source]

    lmao @ wossy
  5. Thread: Gameguard

    by Kal_Torak
    Replies
    6
    Views
    1,986

    Re: Gameguard

    Write your own app that kills the gameguard proc :D
  6. Replies
    5
    Views
    1,157

    Re: 2 Player Game - 1 or 2 forms?

    But not only 1 class...
  7. Replies
    6
    Views
    984

    Re: Making an Online RPG(help)

    If this is your first game, I would recommend starting with something easier.
    Pong mabye, or an offline, singleplayer RPG.
  8. Thread: Rescale Form

    by Kal_Torak
    Replies
    4
    Views
    1,386

    Re: Rescale Form

    You would need to put your line drawing code in the OnPaint event, and have the end points based on a percentage of the form's size.
  9. Replies
    2
    Views
    800

    Re: very basic beginners question: VB.

    Welcome to the forums!

    It is a very easy application, which makes it hard to give help without doing it all for you.
    My pointer would be, go work through the tutorials that are included in your...
  10. Replies
    11
    Views
    1,086

    Re: I need urgent help please.

    Homework?

    And welcome to the forums! :wave:
  11. Replies
    6
    Views
    661

    Re: [2005] VS style desktop TaskList

    Yeah Kas, thats what I want. Only I don't want it confined to VS, I want it to be a stand-alone app for my desktop, for my task management of other things.
    I want to be able to move it around and...
  12. Replies
    107
    Views
    19,000

    Re: Found good set of icons

    Yeah they do...
  13. Replies
    6
    Views
    661

    Re: [2005] VS style desktop TaskList

    Uh, that doesn't have any related topics to what I want to do...
  14. Replies
    6
    Views
    1,213

    Re: 3d Fps Online

    Why the heck would you want to use Dx8 when 9.0c is out?
    Managed DirectX is much easier and nicer to work with, and it is faster.
    I would never recommend an outdated version of DirectX.

    And,...
  15. Replies
    107
    Views
    19,000

    Re: Found good set of icons

    http://www.yellowicon.com/

    Some more free icons ^^
  16. Replies
    6
    Views
    661

    [2005] VS style desktop TaskList

    I want to write a program that goes on my desktop, and works like the Task List in Visual Studio. Docks, autohides etc. Any pointers on how to start?
    I have no clue :confused:
  17. Replies
    5
    Views
    991

    Re: [RESOLVED] game development

    Pixel Toolbox FTW!

    freeware >_> 0 sec splash screen ;)
  18. Re: Database field auto increment using code

    It looks like your intMaxID is initialized at 0 each time, then incremented to 1.
    Unless there is more code that inits the intMaxID to your current max, it will always return 1.
  19. Re: I'm new at this..a point in the right direction

    Been there, done that, felt that way. :wave:



    I bought Sams Teach Yourself VB.NET 2003 in 24 Hours book, it is quite good for covering the basics.

    I don't know exactly when I got over the...
  20. Replies
    2
    Views
    678

    Re: For each question

    Mabye try something like this:



    For Each cc As Control In Me.Controls

    If TypeOf cc Is System.Windows.Forms.ComboBox Then
    'do your option checks here
    End If
  21. Re: Question about Visual Basic Game Programming Books

    Yeah, I'd recommend that book also. Tom Miller's other book is also good, "Beginning 3D Game Programming".
  22. Replies
    0
    Views
    482

    Server 2003 runs ASP.NET 2.0?

    Does Microsoft 2003 Standard Server support ASP.NET 2.0?
  23. Replies
    3
    Views
    414

    Re: Where did that sig quote go...

    Yup :D Thanks
  24. Replies
    3
    Views
    414

    Where did that sig quote go...

    The one about Martin's tireless dedication to keeping sigs below a certain height..
    I lost it :(

    Someone paste it for meh?
  25. Re: $10,000 Programming Contest from Microsoft

    I need an idea =/
  26. Re: Microsoft Visual Basic 2005 Express Edition? Question

    I disagree :bigyello:
  27. Re: Microsoft Visual Basic 2005 Express Edition? Question

    I'd recommend this book. It is for VB.NET 2003, but there are not a lot of places where you'll have trouble with that.
    It is a very good beginners book.

    Sams Teach Yourself Microsoft Visual...
  28. Thread: meh sig ^^

    by Kal_Torak
    Replies
    5
    Views
    540

    Re: meh sig ^^

    :sick:
  29. Thread: meh sig ^^

    by Kal_Torak
    Replies
    5
    Views
    540

    meh sig ^^

    Tis the funny :D
  30. Replies
    1
    Views
    495

    Re: Graphics Argumnet to pass

    I'm not sure why you would need to use something other than a bitmap.
    It would probably depend on what you want to do to it.
  31. Thread: Vb.net

    by Kal_Torak
    Replies
    66
    Views
    4,460

    Re: Vb.net Can Kiss My!!!

    That looks like an excellent place to lock the thread. :D Quick mr. MOD delete this post and lock! ;)
  32. Replies
    9
    Views
    1,115

    Re: creating a rounded rectangle class

    Knock on Wossname's door, he knows everything. :D
  33. Thread: Vb.net

    by Kal_Torak
    Replies
    66
    Views
    4,460

    Re: Vb.net Can Kiss My!!!

    :p :p I was just thinking the same thing ;) :bigyello:
  34. Replies
    11
    Views
    1,889

    Re: Graphics book

    All about GDI+ majik.

    Majik Sub drawSomthing cool(yup,yar)
    majik things here
    End Sub
  35. Replies
    10
    Views
    1,034

    Re: Index out of range

    If I just did Add(Nothing) before setting the element at the index, would that always work?
  36. Replies
    10
    Views
    1,034

    Re: Index out of range

    Yes, its 2005. I don't know the maximum size, but it is potentially quite large.

    The order in which the strings are stored is very important, so I wanted to add them to specific indices instead of...
  37. Replies
    10
    Views
    1,034

    Index out of range

    I have a List(Of String) set to New List(Of String).
    When I try to add an element to index 0 I get an Index out of range error.
    I'm not sure what I'm missing here..
    Mabye those lists are not zero...
  38. Replies
    22
    Views
    2,319

    Re: DirectPhysics

    [QUOTE=PlaGuE]
    MS cant do anything. Because "DirectPhysics" hasnt been copyrighted. And i dont think they can copyright "Direct*". as that would piss off alot of people.
    Which would be bad for...
  39. Replies
    3
    Views
    871

    Re: Python speed?

    Lol, I don't know yet.
  40. Replies
    3
    Views
    871

    Python speed?

    I know this is an odd question, but hey :D .
    My intention right now is to use C++ for places in my program that need more speed, but I was curious about Python speeds. Is Python even something that...
Results 1 to 40 of 287
Page 1 of 8 1 2 3 4



Click Here to Expand Forum to Full Width