Jump to content

Programming Help

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
2 replies to this topic

#1
christic197824

christic197824

    Newbie

  • Members
  • Pip
  • 2 posts
Hey All,

Since I am not as programming Savy as most of you, I have been writing smaller applications in a simplified program called InstantExe.

One of the Apps that I wrote really needs graphing capability. Although it is possible in this platform, I don't really want to figure out how to do it in this program because of its limitations.

The program is derived from and understands VB programming language. Is there a more simple way to give my application graphing (trees, charts) capability?

I am open to middleware if possible, existing scripts, etc...Anyone know how I can accomplish this?

Thanks in advance...

#2
TcM

TcM

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 11,147 posts
Well trees can be inserted as components. and as of charts i am not sure.

#3
christic197824

christic197824

    Newbie

  • Members
  • Pip
  • 2 posts
Do you have an example? Where can I find an example tree component?

Second, when I have a tree component, how can I access the source code?

Thanks in advance