CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5

Threaded View

  1. #1
    Join Date
    Sep 2007
    Posts
    405

    Can save images to a structured text file C# ?

    Suppose structured

    public struct stStaff
    {
    public WhatType? Picture; // Pictures 3x4 (what kind for pictures ?)
    public string FullName; // FullName
    public DateTime BirthDay; // Birthday

    }

    Can save images to a structured text file (note: do not store the path of the image), to save the image of the structure of text files will have style? one example of this?
    Last edited by dongtrien; October 18th, 2012 at 06:35 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured