• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Converting VB application into web page.

 
Ranch Hand
Posts: 137
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
We have an application which is developed in VB. We have to change it to be webenabled, I mean, whatever we have done in VB, that should be now accessible thru internet thru webpages. Is there a way that we can directly call VB application and run it as an applet?
How do I implement a table whose columns change everytime I input a new data in one of the field?
I mean I have a table with 5 columns, I entered something in 1st row of 1st coulmn. Depending on this information, I have to get variable number of columns, say 20 columns with different data. How do I implement it on a webpage? There is an Add button in the form, on clicking which will add a new row in the above table. Please give me some ideas of how to do this.
Thanks a lot for your time in reading this and Thanks for the input.
Adithya.
 
Ranch Hand
Posts: 4716
9
Scala Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
ive never heard of a browser plug in for running VB apps...doesnt mean it doesnt exist. first try a google search. im guessing your easiest conversion would be to write your web-app in VB Script. some things cant be done on the client side though.
[ November 19, 2002: Message edited by: Randall Twede ]
 
reply
    Bookmark Topic Watch Topic
  • New Topic