Search results for query: *

  • Users: carlw
  • Content: Threads
  • Order by date
  1. C

    Memory issues

    Hi, I am using a number of offscreen DC's in which I draw various elements of my final scene. I BitBlt a part of each to another DC and then finally BitBlt to the screen. There are a large number of different scenes which the user can load and reload as the game runs. My problem is that...
  2. C

    Need help creating a form that contain HTML text

    Hi, Im creating a windows app that i would like to be able to show HTML created pages. Can someone please tell me what sort of Box i would need to use to show the HTML in. Thanks Carl W
  3. C

    How to only open a form once

    Hi, I need to be able to open a form from a button click but once open i need to stop the button opening another instance of that form until the first i closed. This is what i have so far but it doesnt allow the form to open once. Private Sub MapBClick(sender As System.Object, e As...
  4. C

    Help with IRC

    Hi, Can anyone point me in the direction of any websites that contains tutorials on creating a IRC chat window. I have the IRC protocol but i need to know how to use this in vb.net. Many Thanks Carlw
  5. C

    how do i have 3 child forms open

    Hi, How do i have 3 child forms open when the main parent loads? Any help will be appriciated. Thanks Carlw
  6. C

    Showing a window not opening a new one

    Hi, I have have a problem. I have 3 forms, Form 3 needs to be opened from a button click on form 2 and brought to the front from a menu click on form 1. The problem i have is that i cant get the 2 clicks to interact with each other. I have it so that each click will only allow one instant of...
  7. C

    How do i create a form inside a form

    Hi How do i create a form inside a form. Like in Excel/Word. I know this has probably been answered hundreds of times but i just cant find anything on it. Carlw
  8. C

    how do i get a box to follow a line

    hi, I need to get a little box to follow a line that the user can draw onto a .JPG. Can anyone tell me how i would go about doing this. Many thanks Carlw
Back
Top