Click here to Skip to main content
Click here to Skip to main content
 

DSGraphEdit: A Reasonable Facsimile of Microsoft's GraphEdit in .NET

By , 19 Dec 2007
 
dsgrapheditdemo.zip
DaggerLib.dll
DaggerLib.DSGraphEdit.dll
DaggerLib.UI.Windows.dll
DirectShowLib-2005.dll
DSGraphEdit.exe
MediaFoundation.dll
WeifenLuo.WinFormsUI.Docking.dll
dsgrapheditsrc.zip
DaggerLib.DSGraphEdit
DMOParameterControls
DSFilterTreeView
DSGraphEditControls
lib
Properties
ReferencedLibs
DirectShowLib-2005.dll
MediaFoundation.dll
DaggerLib.UI.Windows
AStar
bin
Debug
DaggerPropertyGrid
PropertyGridEx
Properties
DaggerLib
bin
Release
Core
Interfaces
Properties
SetGeneric
UI
DSGraphEdit
bin
Release
DSIcon.ico
Properties
Settings.settings
Referenced Libs
WeifenLuo.WinFormsUI.Docking.dll
RemoteGraphTile.jpg
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;

namespace DaggerLib.DSGraphEdit
{
    public partial class PinsComboBoxForm : Form
    {
        public PinsComboBoxForm()
        {
            InitializeComponent();
            button1.DialogResult = DialogResult.OK;
        }

        public int Value
        {
            get
            {
                return (int)numericUpDown1.Value;
            }
        }
    }
}

By viewing downloads associated with this article you agree to the Terms of use and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

About the Author

JohnnyLocust
Software Developer Ontier Inc
United States United States
Member
AKA Rich Insley.
 
I have over 25 years experience in programming, and I'm completely self taught. (Except for one year at California State University Fresno where I had to learn the God awful language Miranda (http://miranda.org.uk/). I've spent 10 years as a Paratrooper in the US Army during the Clinton Administration.

Permalink | Advertise | Privacy | Mobile
Web01 | 2.6.130516.1 | Last Updated 20 Dec 2007
Article Copyright 2007 by JohnnyLocust
Everything else Copyright © CodeProject, 1999-2013
Terms of Use
Layout: fixed | fluid