Search:

Type: Posts; User: redstonguy3442

Search: Search took 0.02 seconds.

  1. Replies
    4
    Views
    2,778

    Re: [VB.NET] Application/UI Freeze

    It handles other events so while the walls are moving/processing the code it does not just hang. Though I do think its not needed but I thought maybe it will help while it renders/processing graphics...
  2. Replies
    4
    Views
    2,778

    [VB.NET] Application/UI Freeze

    Hello, vbforums!

    I have a very annoying problem, not sure what is causing it but here's the explanation.

    Im currenlty making a little 2d RPG for fun. I have some code to animate these walls...
  3. VB.NET [VS2013] Download From Dropbox And Possibly Mediafire

    Hello vbforums!

    I Have ran into a huge problem and I can't seem to find any solutions...

    So I have an application to download from dropbox But it is not working I have know Idea why Here is my...
  4. Re: Detect If Colliding With Certain Part of A Picturebox?

    Thank You Exactly What I was looking for!
  5. [RESOLVED] Detect If Colliding With Certain Part of A Picturebox?

    Hello vbforums!

    I Have A Collision Detection Problem/Question....
    Is It Possible To Detect If I am Colliding With The Top Part of A Picturebox?
    So If I hit the Bottom It does Nothing If I hit...
  6. Re: Bitmap Collision Detection?

    Oh, Wow Thank You! I Just Started Vb.net Graphics Drawing
  7. Re: Bitmap Collision Detection?

    Well The Thing Is I Don't Have a Rectangle I Have A bitmap Image, If I try To Do Charcter.IntersectsWith it Throws An Error, Here IS My Code:


    Dim Character As New...
  8. [RESOLVED] Bitmap Collision Detection?

    Could Anybody Help Me With This?

    I Have A Bitmap I drawed On The Form With: e.graphics.DrawImage(MyBmp,Location), (Location = 10,10 BTW)

    I Already have Movement Figured Out For The Bitmap, But...
  9. Re: Encode a RichTextBox in ANSI?

    Thanks! I was able to learn more from this It seems .Net doesn't Support ANSI But I found ways To Convert! Thanks very much
  10. Re: How to make text appear in a textbox by pushing a button

    Thank you for pointing this out, Im Always forgetting to put Quotes
  11. Re: How to make text appear in a textbox by pushing a button

    Under Button 1 Insert this Code:

    TextBox1.Text = "Great Shot Team 1"

    under Button 2 Insert this Code:

    TextBox1.Text = "Great Shot Team 2"

    You can Also Read More Here About TextBoxes
  12. Re: PictureBox Overlaying Picturebox?

    Thank you boops boops and vbfbryce You Helped me Solve My Problem and I was able to learn more about this Graphics Drawing Object and I found How to Do what I was wanting to do, Thanks
  13. [RESOLVED] Encode a RichTextBox in ANSI?

    How would I encode a RichtextBox in ansi? Encoding.Default Doesn't Work :(

    and I tried doing Encoding.ASCII, But Same Result As Well as Encoding.ANSI (Which Isnt a Thing)

    Im Running VS 2013,...
  14. [RESOLVED] PictureBox Overlaying Picturebox?

    Sorry if this is in the wrong place im new to the site as well as the forums anyways,

    I was wanting to know how would you overlay picturebox's? so Lets Say I have a Brick Image and A Character,...
Results 1 to 14 of 14



Click Here to Expand Forum to Full Width