Desktop Products:

Process Automation:

Software Development:

 
PDF til Word konverterer Kunder
 
Motta nyhetsbrevet vårt
 
 

Solid Framework: Første skritt

Solid Framework Prøver
Dette er en presis prøve for å hjelpe med å starte Solid Framework. Den har blitt testet med gratisversjonen av Solid Framework med forskjellige versjoner av Microsofts Visual Studio. For versjonsspesifikke instrukser:

Using OpenFileDialog

The code below shows you how to use the OpenFileDialog method.

Steps to Use the OpenFileDialog Method

  1. Import the trial Developer License:


    License.Import(new StreamReader(@"C:\Users\Joe\license.xml"));

  2. Locate TIFF Files using OpenFileDialog:


    OpenFileDialog dialog = new OpenFileDialog();
    //show only Tiff Files
    dialog.Filter = "TIFF files (*.tif)|*.tif";
    dialog.Multiselect = true;

    if (dialog.ShowDialog() != System.Windows.Forms.DialogResult.OK)
    {
      dosomethingwiththefile(dialog.FileName);
    }

    private void dosomethingwiththefile(string p)
    {
      throw new NotImplementedException
    }
    ...

  3. Do something useful with your files:
    Now you are ready to do something useful with your TIFF files like converting them into a PDF file.

 


Sidekart
©2000-2013 Solid Documents Limited - med enerett