CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: jonnydexter

Search: Search took 0.03 seconds.

  1. Replies
    3
    Views
    1,541

    Re: resizing arrays

    thanks, i had already looked at that post which did enlighten me a little but it does not show how to call the routine the are discussing.

    i have tried various ways at passing my array in but i...
  2. Replies
    3
    Views
    1,541

    resizing arrays

    im looking for a way to resize an array e.g. from myarray[10,10] to myarray[20,20] while preserving the contents , by all accounts the best way is to use the array.copy. i found a snippet of code on...
  3. Replies
    11
    Views
    2,492

    Re: scroll bars on a panel ?

    sorry should have been clearer, as i said between 3- 5 bmps merged down to a single bmp, transferred to the panel for the purpose of when the panel scrolls.

    im just playing with ideas here, in...
  4. Replies
    11
    Views
    2,492

    Re: scroll bars on a panel ?

    i was thinking along the lines of 3-5 independant bmp's all the same dimensions layered together. i would imagine it nees some sort of masking applid and if so is it built in or do i need to code it....
  5. Replies
    11
    Views
    2,492

    Re: scroll bars on a panel ?

    many thanks for the replies, i will have to go back and adjust accordingly.

    what do you suggest as the best route for doing multiple layers onto the image ? i.e. 4 seperate layers combined into...
  6. Replies
    11
    Views
    2,492

    scroll bars on a panel ?

    hi

    i have setup a mdi parent form with 3 panles on it. one docked to the left , one docked to the right and the third docked as fill to sit inbetween the other two.
    i want to display an image on...
  7. Re: Recommendation on C# Level Editor Controls

    Hi BigWinston

    Are you writing the editor for use on the Mobile Platform too? An old project i have recently been reviewing used a large picturebox to hold the map image, and a 2d array for...
Results 1 to 7 of 7





Click Here to Expand Forum to Full Width

Featured