ASP.NET HELP

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi all,
I'm in need of audio code for asp.net (listening to it, and also recording
audio), then saving the file. if anyone could help that would be great!

Also, i need code to modify images, like zooming in and out, changing the
brightness of the image, and any other special effects that can be done.

I wrote my original program in vb.net and i have all the code for that, but
now that i'm converting my program from vb to asp, some of the codes are not
working... especially since asp.net doesn't have all the same tools in the
toolbox as vb.net does, like the timer control, treeviews, scrollbars, drop
down calendars, etc...

This converting is giving lots of trouble... why can't the billion dollar
man write a program to automatically convert a vb.net application to asp.net
.... especailly since asp uses vb code.. things would be so much easier.. ;)
 
There are specific differences in a windows and web program. There is no way
in ASP.Net to listen to a computer microphone without writing an ActiveX
Control or maybe Java. You could possible have user upload a file and then
save that.

Images:
Go to Google and type in "ASP.Net System.Drawing Images" and play around
with keywords. There are more sample on the web and throughout the ASP.Net
forums.


Windows & Web Tools:
Should Microsoft write all the same tools for windows forms and web
controls? They can't, Microsoft doesn't control HTML and the standards set
forth by the World Wide Web Consortium W3C. Some of the controls you did
mention have been developed by other people (http://eworldui.com), some of
them for free.

HTH


MikeL
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top