Search:

Type: Posts; User: psychotomus

Page 1 of 13 1 2 3 4

Search: Search took 0.05 seconds.

  1. Replies
    6
    Views
    1,638

    Re: Ad's in program on Win8

    Thanks.
  2. Replies
    6
    Views
    1,638

    Re: Ad's in program on Win8

    You saying there is no alternatives to the Microsoft Advertisement SDK?
  3. Replies
    6
    Views
    1,638

    Ad's in program on Win8

    Fairly certain this in right section, I didn't really want to post it in any other category since it wasn't really a coding question.

    Is there any other or better program then implementing the...
  4. Re: Contest 8 - Roman Numeral Converter - Discussion Thread

    Shouldn't the entries be hidden until contest is over?
  5. Replies
    0
    Views
    10,873

    [HTML5] Snake

    I created this one before my C# Version:

    125103
  6. Replies
    0
    Views
    11,074

    LiL [C#] Snake [XNA]

    Time to start giving back to one of the places I learned most of my coding many years ago. Although, I don't code use Visual Basic anymore. I see several other sections to contribute to.

    125099
  7. Replies
    7
    Views
    1,528

    Re: Online RPG Creator

    Its all good. I just figured some people may be interested in it and I wanted to show-case my project I worked so hard on. Nightwalker, php was the primary language used. I see your title says web...
  8. Replies
    7
    Views
    1,528

    Online RPG Creator

    <Link Removed>

    I never posted anything about this project on this forum since well its not for PC and I been working on it for quite sometime now. I would like to show everyone it. ;-)

    <Link...
  9. VS 2010 Re: Sockets? Database? Plugin's? Custom DLLs?

    I wonder if MEF is like MVC (Model View Controller) for web based applications? If you know what I am talking about.

    Also, is there a free version of 2012 or am I stuck with 2010 express?
  10. VS 2010 Sockets? Database? Plugin's? Custom DLLs?

    I am not new when it comes to coding. I just havn't touched visual basic since vb6 and my latest project with that involved over 50,000 lines of code dealing with DirectX in creating a 2d map editor...
  11. best version of .NET to use for performance

    I am running windows vista with 1gb memory and 2ghz proccessor. What would be the best FREE version of .NET to use for best performance? Its been years since I have done any PC programming and I...
  12. Re: [VB6] Sim-Chat - Advance Avatar Instant Messenger

    Sorry for bumping a thread thats 14months old, but I need to know if anyone that posted in this thread has these files. I don't actually need the code, just my Sim-Chat logo. The blue horned ant!
  13. Thread: Sweet UI's

    by psychotomus
    Replies
    5
    Views
    1,084

    VS 2008 Re: Sweet UI's

    I googled WPF. Does it work with 2008. What I found only seems to be for 2010
  14. Thread: Sweet UI's

    by psychotomus
    Replies
    5
    Views
    1,084

    VS 2008 Re: Sweet UI's

    What are these so called things called ribbons?
  15. Thread: Sweet UI's

    by psychotomus
    Replies
    5
    Views
    1,084

    VS 2008 Sweet UI's

    How I get those fancy looking things that say like

    Recent Projects
    Getting Started
    Visual Studio Developer News

    Like shown in this screen shot:...
  16. Replies
    5
    Views
    2,007

    VS 2008 Re: Changing .EXE Icon

    Is it possible to compile vb.net code through command line like C++ can?
  17. Re: What other OS besides Windows supports vb.NET

    Thanks for the replies guys/girls.
  18. Replies
    5
    Views
    2,007

    VS 2008 Re: Changing .EXE Icon

    I don't like that option.
  19. Re: What other OS besides Windows supports vb.NET

    No cellphones or other devices of a sort?
  20. What other OS besides Windows supports vb.NET

    What OS's besides windows supports vb.net 2008
  21. Replies
    5
    Views
    2,007

    VS 2008 Changing .EXE Icon

    I need to change my .exe's icon easily without having to rebuild it unless I can compile my code AND change exe through command line.


    Reason for needing to change exe is for a small game creator...
  22. Replies
    2
    Views
    748

    VS 2008 Get Treeview Text when clicked

    how can I get the parent text of a treeview item when clicked and and text itself of the item?
  23. Replies
    1
    Views
    586

    VS 2008 TreeView Help

    Hers what i'm trying to do. create treeview like this

    Dir Name 1
    -Filename 1
    -Filename 2
    Dir Name 2
    -Filename 1
    -FIlename2
  24. VS 2008 Re: Placing an image at a certain location in a picture box?

    Think I understand what your saying. Let me give that a whirl. =]
  25. VS 2008 Re: Placing an image at a certain location in a picture box?

    http://www.vbforums.com/showthread.php?t=602522

    I'm trying to do what he's doing kinda in the bottom code samples. WHen the picture box is clicked. i want to place the iamge there. i'm tring to...
  26. VS 2008 Re: Placing an image at a certain location in a picture box?

    how would I go about Using GDI+. thats what I wanted to use anyways.. =)

    btw. using vb.net 2008
  27. VS 2008 Placing an image at a certain location in a picture box?

    heres how I loaded my image



    Dim test(100) As Image
    test(0) = Image.FromFile("C:\test.jpg")



    now i want to put it in a picture box at location 50-50
  28. VS 2008 Re: Loading an array of images into memory =)

    Thanks. i figured I had to declare the arrays size but i was hoping there was a work around ;] guess not. thanks. ;)
  29. VS 2008 Re: Loading an array of images into memory =)

    TemporaryPict(z) isnt declared anywhere??
  30. Looking for VB.NET 2008 programmers and Graphics Artists for small game

    Read more details about it here: only 2 post to read. 1 very long; http://www.antgaming.com/forum/index.php/board,18.0.html

    now i havn't done much .net programming but I consider myself a pro with...
  31. Replies
    4
    Views
    807

    Re: count the colors in a picture

    why not loop through image size, width and use getpixel and store array of colors, check if color exists then increase counter =)
  32. VS 2008 Loading an array of images into memory =)

    i'm newb in the .NET framework so how could I go about loading an array of images into memory?

    hers what ive tried:

    Dim test() As Image
    test(0) = Image.FromFile("C:\test.jpg")
  33. Replies
    5
    Views
    10,385

    Re: Crime-Web Online 01 Released

    decided to release source

    http://www.antgaming.com/media/crime-web.JPG

    http://www.antgaming.com/media/CrimeWebOnline.zip - Source

    ENJOY!!
  34. Replies
    6
    Views
    9,735

    Poll: Re: Crazy Maze (Exe & Source)

    wouldnt let me play. I eventually got to level 01, then my ball went off hte screen after I hit space and froze ;\
  35. Replies
    3
    Views
    667

    Anything weird about mauh post count?

    .............
  36. Replies
    3
    Views
    3,906

    Re: Everlasting Odyssey (Text-RPG VB6)

    wheres thedownload? ;]
  37. Re: Selling Rights to my PC Crime MMOG Game

    Can't afford to pay server costs. ;[
  38. Selling Rights to my PC Crime MMOG Game

    150$. Coded in visual basic 6.

    will post a demo link later where you can download and play the game.
    http://www.phpgameengine.com/crime-web.JPG

    CUrrent features


    Buddy List
    Mailing System
  39. Replies
    1
    Views
    699

    html/JavaScript

    http://www.tacticalrpgengine.com/demo/testz.htm

    I have this image map with mouseover calling a ja vascript function thats SUPPOSE to update some area of text with different text depending upon...
  40. Replies
    3
    Views
    1,573

    Re: Will pay $40 for very very simple app!

    Why not just have a phpbb2.0 admin feature to mass pm everyone?
Results 1 to 40 of 500
Page 1 of 13 1 2 3 4



Click Here to Expand Forum to Full Width