- I am using C# Visual Studio
- I understand and have been through the GLG builder Tutorials
- I can also Run the Demos and view the example code.
- Both look very powerful and ideal for my application.
- I am a novice in C# and Visual Studio.
To use a drawing with a C#/.NET program and GLG .NET Control, it must contain a viewport named "$Widget". This viewport will be displayed when the drawing is loaded.
GlgControl has properties that define the drawing file to be displayed in the control. Setting one of these properties loads the drawing and displays it in the control's window. The control also has methods that allow to load the drawing from a file on demand under the program's control.
To load the drawing into the GlgControl, set its DrawingFile property to load and display the drawing from a file. Use theDrawingURL property to load a drawing from a URL.
To load the drawing into a C# program, you can also use the LoadWidget method of the GlgObject class or the LoadWidgetmethod of the GlgControl.
Carnot open <C:.....<path>...chart2.g> for reading.
- In the Solution Explorer, click on your project, and bring its Properties.- Select the Build tab.- Under Configuration, select All Configurations.- Set the Output path to '.\' (current directory). This step is used for convenience, which willcreate the application executable (.exe) in the project directory instead of bin/Debug orbin\Release, and will eliminate the need to copy .g file to bin/Release and bin/Debug.
The Problem is I am a hardware guy in desperate need of some graphics software for my Dashboard. Your Library looks ideal.