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

Search:

Type: Posts; User: Zinn

Search: Search took 0.01 seconds.

  1. Replies
    10
    Views
    4,728

    Re: Saving an array as a file

    Hi Eri523,

    Sorry ! I just re-read your early post:

    "Enumerating the files wouldn't be complicated too much by this approach: Directory::GetFiles() and Directory::EnumerateFiles() can be...
  2. Replies
    10
    Views
    4,728

    Re: Saving an array as a file

    Hi Eri523,

    Sorry ! I just re-read your early post:

    "Enumerating the files wouldn't be complicated too much by this approach: Directory::GetFiles() and Directory::EnumerateFiles() can be...
  3. Replies
    10
    Views
    4,728

    Re: Saving an array as a file

    Hi Eri523,
    Yes, you're correct in your description of my project: I've almost completed a program that tiles a photo with mini-pictures. The program selects a mini-photo to replace a piece of the...
  4. Replies
    10
    Views
    4,728

    Re: Saving an array as a file

    Hi Eri523,
    Thanks for these extra comments, I appreciate the time you have taken to make them. I think I understand the gist of what you have said and I may review my approach to the problem....
  5. Replies
    10
    Views
    4,728

    Re: Saving an array as a file

    Hi Eri523,

    Many thanks for your response. Your soulution looks promising and I will test it tomorrow (it is too late right now). The array is only used for short strings such as: 1.bmp, 2.bmp ...
  6. Replies
    10
    Views
    4,728

    Saving an array as a file

    Hi,
    How do I save an array:
    static array<String^,3>^ picsByFileName = gcnew array<String^,3> (256,256,256);
    on the hard drive. I know how to open and save files such as Jpeg files but I...
  7. Re: Windows Forms: obtaining window handle. HWND isn't recognized

    Thanks again for your time and interest. Yes, I have used : Graphics ^g3 = pictureBox1->CreateGraphics() and therefore I am painting on the picturebox. I tried using DrawToBitMap() but it only...
  8. Re: Windows Forms: obtaining window handle. HWND isn't recognized

    Thanks for your response. Yes, I know that method but the problem I have is that I don't have the name of the imgage file. I had a mother image file that I divided into rectangles and then cloned...
  9. Re: Windows Forms: obtaining window handle. HWND isn't recognized

    :ehh: Sorry, I'm new to this. Which forum should I post in?
  10. Windows Forms: obtaining window handle. HWND isn't recognized

    Hi Guys, I am developing an app that shows a pixelated picture in a window. I am trying to capture the image, which is composed of a number of tiles processed from a mother image, but I am having...
Results 1 to 10 of 10





Click Here to Expand Forum to Full Width

Featured