CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jun 2006
    Posts
    1

    need help in connecting text with image

    Hi friends

    I would like to design a GUI as follows:
    Two text boxes to specify an input and an output of a process and one drop down menu to describe the process. All the processses will be initially be present in the drop down menu

    one update button, which upon keying in the text in these textboxes and selection of an option in the drop down menu should become active and upon clicking it, should represent this process as a diagram

    once the first diagram is done, user can again key in the values in both the text boxed and then get an image once again if the update is created.

    which software shud i use

  2. #2
    Join Date
    Jul 2008
    Location
    WV
    Posts
    5,362

    Re: need help in connecting text with image

    Which software should you use for what? Writing a program, Designing an image? A diagram?

    Not enough info
    Always use [code][/code] tags when posting code.

  3. #3
    Join Date
    Jun 2005
    Location
    JHB South Africa
    Posts
    3,772

    Re: need help in connecting text with image

    Well you've posted this in the VB6 forum.. which is not a bad choice, however if your just starting with coding, it's best to jump right into .NET...

    Just about any language can do what you're describing, and fairly easy too...

    Perhaps to get you started, you need to do a little reading...

    Check out the Animation articles on the Main Codeguru site...
    Articles VB6 : Break the 2G limit - Animation 1, 2 VB.NET : 2005/8 : Moving Images , Animation 1 , 2 , 3 , User Controls
    WPF Articles : 3D Animation 1 , 2 , 3
    Code snips: VB6 Hex Edit, IP Chat, Copy Prot., Crop, Zoom : .NET IP Chat (V4), Adv. ContextMenus, click Hotspot, Scroll Controls
    Find me in ASP.NET., VB6., VB.NET , Writing Articles, My Genealogy, Forum
    All VS.NET: posts refer to VS.NET 2008 (Pro) unless otherwise stated.

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