Search:

Type: Posts; User: manbearpig001

Page 1 of 2 1 2

Search: Search took 0.04 seconds.

  1. Replies
    18
    Views
    6,746

    VS 2008 Re: Dynamic Pictureboxs

    hmm... a fix for my problems would be somehow clipping the mouseposition when drag = true, to the wall bounds. now, i need to be able to get the location and size of the wall i click on, then use...
  2. Replies
    18
    Views
    6,746

    VS 2008 Re: Dynamic Pictureboxs

    ok heres my code now;

    Public Class Form1

    Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
    Form3.Show()
    End Sub

    ...
  3. Replies
    18
    Views
    6,746

    VS 2008 Re: Dynamic Pictureboxs

    good idea. thanks lemme try these ideas out
  4. Replies
    18
    Views
    6,746

    VS 2008 Re: Dynamic Pictureboxs

    oooh haha gotts dim g before loop... thanks
  5. Replies
    18
    Views
    6,746

    VS 2008 Re: Dynamic Pictureboxs

    hmm somethings wrong. i can create new pictureboxes with this:


    Private Sub Label1_TextChanged(ByVal sender As Object, ByVal e As System.EventArgs) Handles Label1.TextChanged
    If...
  6. Replies
    18
    Views
    6,746

    VS 2008 Re: Dynamic Pictureboxs

    ok so ive tried using this now, and im still running into the same problem. when i click the picturebox, how do i check what tag it is?
  7. Replies
    18
    Views
    6,746

    VS 2008 Re: Dynamic Pictureboxs

    ok this is wat ive been trying to use. problem is, all of my pictureboxs are stored in an arraylist. how do i tell what one im clicking on?
  8. Replies
    18
    Views
    6,746

    VS 2008 Dynamic Pictureboxs

    Hey guys, im trying to make a program that consists of two forms.
    One 'toolbox' form, and one 'pallet' form. The toolbox has components that you drag onto the pallet form. Once you drag them onto...
  9. Replies
    6
    Views
    6,305

    VS 2008 Re: Game movement keydown event

    haha k so lots of progress right here.

    Ive managed the boundaries completely, and the movement. i have a few things i have to take care of, but for now im good. Thanks a lot for that little push....
  10. Replies
    6
    Views
    6,305

    VS 2008 Re: Game movement keydown event

    Thanks! this works really well. btw, would u know how to set boundaries? so that if the player moves out of bounds, they simply cannot move more? (for walls and the edge of the form)

    EDIT
    hm i...
  11. Replies
    6
    Views
    6,305

    VS 2008 Re: Game movement keydown event

    how would you use threading in a key_down event?
  12. Replies
    6
    Views
    6,305

    VS 2008 [RESOLVED] Game movement keydown event

    Hey guys, i recently took a look at a game i tried to put together, and decided i wanted to finish it. The game is a shooter game that creates 'walls' that the player should not be able to move into....
  13. Replies
    1
    Views
    9,214

    VS 2008 Dynamic Timer in a Dynamic Form.

    Hey guys. I've been having trouble with this and need another angle. Ive managed to dynamically create a form, and dynamically create a timer, but i have not been able to create the timer on the...
  14. VS 2008 Re: [RESOLVED] moving graphics(animation) question

    Thanks man :] really helped.
  15. VS 2008 Re: moving graphics(animation) question

    haha how do i mark it as resolved?
  16. VS 2008 Re: moving graphics(animation) question

    AAHHH i figured it out!!!!!!!!!!

    so what i finally did is create another string, then using your code, updated the string when the keys were pressed to move the player! then i simply created a new...
  17. VS 2008 Re: moving graphics(animation) question

    well.. i mean i cant use a timer to update each bullet unless either the bullets themselves are indexed, or i can call different directions for each bullet. right now the problem is that when i fire...
  18. VS 2008 Re: moving graphics(animation) question

    it says direction is not declared. unless i use the for each loop. :[
  19. VS 2008 Re: moving graphics(animation) question

    hmm.. il take a look. Thanks!

    EDIT:
    how do i edit the new picturebox array for directions? like this?

    Dim bullet As New MyCustomPicturebox 'Creat a new picturebox
    bullet.direction = "right"
  20. VS 2008 Re: moving graphics(animation) question

    Thanks for replying!

    I tried this code out, and got a few problems :[ i can shoot when the direction is right, but when i change direction while the timer is enabled, the bullet changed direction...
  21. VS 2008 [RESOLVED] moving graphics(animation) question

    hey guys.

    i recently posted a thread about the same project, but decided this was a more specific question, so i decided to open a new thread!

    My question regards the graphics class in visual...
  22. Replies
    8
    Views
    5,988

    VS 2008 Re: rpg game question

    care to explain what gdi+ is, or how i can use the graphics class :] maybe a link, or a code snippet for my project? :]

    Thanks btw.

    *EDIT* i took the liberty to look up gdi and graphic classes...
  23. Replies
    8
    Views
    5,988

    VS 2008 Re: rpg game question

    ooh ok.. so i understand the concept, but how would i execute it? keeping in mind i need to use angels etc.

    because right now, ive got one timer, and whenever i shoot, it continues until i shoot...
  24. Replies
    8
    Views
    5,988

    VS 2008 Re: rpg game question

    so how would i create a timer in the array of timers?

    and if i am understanding your code correctly, i just enable the timer once and it moves all the bullets? because that would look horrible...
  25. Replies
    8
    Views
    5,988

    VS 2008 rpg game question

    Hey guys. heres the deal. for the past few days ive been struggling with a simple game idea. I wanted to have two players running around shooting each other (verryyyy low graphics, like circles and...
  26. Replies
    2
    Views
    4,824

    VS 2008 Re: webcam with no user input?

    hey. thanks for replying.

    i dont rly want to download source.

    maybe if there is source on the web page, il take a look at it for ideas, but i was hoping for some tips on how to ge this done...
  27. Replies
    2
    Views
    4,824

    VS 2008 webcam with no user input?

    Hey guys. ive been steaming on this one for quite some time. Ive got a program that relies on remote control of the computer, and i need to be able to take a webcam image without the user having to...
  28. Replies
    1
    Views
    5,706

    VS 2008 vb.net GetAsyncKeyState problem

    Hey guys! im trying to make a program that only listens to a few keys that the user presses, and if one of them is pressed, it carries out a specified command.

    for example, right now, i found a...
  29. Replies
    4
    Views
    756

    VS 2008 Re: SMTP picture message

    hmm.. thanks for the link, but i dont think this way does not like jpg files. ALso, when i sent it to my phone, it cannot download the image, so it just says the subject, but does not display the...
  30. Replies
    4
    Views
    756

    VS 2008 Re: SMTP picture message

    how would i embed the image into the html of the body??
  31. Replies
    13
    Views
    1,087

    Re: Textbox

    Hey.
    guys problem with the keyup event;

    Private Sub TextBox1_KeyUp(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyEventArgs) Handles TextBox1.KeyUp
    TextBox1.SelectionStart =...
  32. Replies
    4
    Views
    756

    VS 2008 SMTP picture message

    Hey guys.

    Heres an interesting one.. Ive been trying to find out how to do this for the past month or so.. I have been able to find out how to send an email using smtp with an image as an...
  33. Replies
    3
    Views
    539

    VS 2008 Re: Aol Email Sending

    alright well i have the port and host(sry i ment smtp!)

    um i was wondering if anyone knew how to write an email function for aol with an image attachment (i want to send an image to my phone with...
  34. Replies
    3
    Views
    539

    VS 2008 Aol Email Sending

    Hey everyone.

    I have hit a hiccup in a program i have been working on, and i need to know how to send emails with aol, as apposed to something like gmail. I was wondering if anyone knows what the...
  35. Replies
    1
    Views
    506

    VS 2008 Defining words in a program

    Hello everyone!

    So my latest project focuses on sending txt commands over from my cell phone to my email, which gets read by a program, that carries out the specified command. My latest command i...
  36. Replies
    67
    Views
    26,329

    VS 2008 Re: Email Questions

    hah i found ur post. thanks for your help man! i got it all to work. now im just adding commands and memory etc.
  37. Replies
    67
    Views
    26,329

    VS 2008 Re: Email Questions

    please! haha howd u figure it out??

    can you please post the code on this thread so that viewers can use it as well?

    Thanks so much for the help man.
  38. Replies
    67
    Views
    26,329

    VS 2008 Re: Email Questions

    well I do have a domain, but it isnt exactly what i was intending to do. Il mess around with outlook a little, but i hate relying on other programs to get things done...
  39. Replies
    67
    Views
    26,329

    VS 2008 Re: Email Questions

    my goal is to create a program that runs commands when i txt a certain address with my phone. my own email server was just an idea.
  40. Replies
    67
    Views
    26,329

    VS 2008 Re: Email Questions

    Or... your program itself could check the messasge and from there, do the specified command. This way, outlook only has to be able to open the program itself, and once the program is open, it looks...
Results 1 to 40 of 73
Page 1 of 2 1 2



Click Here to Expand Forum to Full Width