Results 1 to 2 of 2

Thread: Creating graphical web applications

  1. #1

    Thread Starter
    eXtreme Programmer .paul.'s Avatar
    Join Date
    May 2007
    Location
    Chelmsford UK
    Posts
    25,464

    Question Creating graphical web applications

    I’ve recently been creating some Asp.Net webforms apps to add to some of my webpages, but they were all fairly simple asp controls wired up to a vb.net Application core.
    What I’m looking for now is a way (a VS technology) to replicate either of these graphical programs as an embedded web application...

    Name:  1F7949F2-96CA-4C0C-AA8D-0B1B4ACB8FA8.png
Views: 166
Size:  21.7 KB
    Name:  AA20E5A0-F4BA-466C-AF2D-01522CAB80E8.jpg
Views: 211
Size:  20.3 KB

    http://www.scproject.biz/transformations.php
    http://www.scproject.biz/Household_Budgets.php

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    110,299

    Re: Creating graphical web applications

    If you're using the Chart control in WinForms then I believe that there's a similar control for Web Forms, although I don't know much about it.

    https://docs.microsoft.com/en-us/asp...s/net-4/chart/

    If you're doing your own GDI+ drawing then you could use the same code to draw on a Bitmap, save that to a file and then use the mapped path of that file as the ImageUrl of an Image control.

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