473,624 Members | 2,223 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

VB.NET application run on web

Hi i need to run my VB.NET application on my browser. If you know hoy
ia can this, please send me e-mail with explcations. If you can, I
need clear explanation because I am newbie in VB.NET

Thanks a lot
Jul 21 '05 #1
3 1859
If you are plannning to Run any of your VB.NET applications on the
web, the first thing that you need to ensure is that you have good
namespacing in your VB.NET application

Try and write all code behind in a VB classs for easy portability.

You cannot migrate any of the forms of code behind forms. These have
be all redesigned in ASP.NET.

All VB Classes can be used in ASP.NET, by adding a reference to the
*.dll in the BIN directory

Email: oigbokwe@73@hot mail.com
Microsoft Certified Solution Developer(M.C.S .D in ..NET)
Microsoft Certified Application Developer(M.C.A .D in ..NET)
http://www.investorquery.com Webmaster/Solution Architect/Developer
http://www.dedicatedsolutions.co.uk CEO
http://www.typing4less.net - Webmaster/Developer

st***@progitech .com (Guillaume) wrote in message news:<c1******* *************** ****@posting.go ogle.com>...
Hi i need to run my VB.NET application on my browser. If you know hoy
ia can this, please send me e-mail with explcations. If you can, I
need clear explanation because I am newbie in VB.NET

Thanks a lot

Jul 21 '05 #2
Since no one else will say it I will. This post makes no sense.

Though for some reason I feel the need to try and translate and answer it,
god help me.

I assume that by "my browser" you mean you want it to be a web application
as opposed to a windows application?

If this is so you just need to re-write it as a web application.

If your looking for someone to do it then let me know I contract out at
about $250 an hour be happy to help, if that doesn't appeal to you there are
lots of resources on the web that can help you out, also a great number of
books and periodicals as well.

Also, I just want to state, since I answer a great many posts in various
newsgroups, that when you ask for a detailed explenation, you need to give a
detailed question, also work on your spelling consistency, if you look like
you don't care, then neither do the people who can help you.

Hope this helps.

-Evan

"Guillaume" <st***@progitec h.com> wrote in message
news:c1******** *************** ***@posting.goo gle.com...
Hi i need to run my VB.NET application on my browser. If you know hoy
ia can this, please send me e-mail with explcations. If you can, I
need clear explanation because I am newbie in VB.NET

Thanks a lot

Jul 21 '05 #3
Judging from the number of groups he posted to and
the way he worded his post, I doubt that he'll ever see any
of these responses. He seems to be simply announcing to
the world that he's ready to be served and is currently
accepting applications to his inbox!
--
--
Evan Freeman[C++ Samuri] <Ev****@rcn.com > wrote in message
news:wk******** ******@news-srv1.fmr.com...
Since no one else will say it I will. This post makes no sense.

Though for some reason I feel the need to try and translate and answer it,
god help me.

I assume that by "my browser" you mean you want it to be a web application
as opposed to a windows application?

If this is so you just need to re-write it as a web application.

If your looking for someone to do it then let me know I contract out at
about $250 an hour be happy to help, if that doesn't appeal to you there are lots of resources on the web that can help you out, also a great number of
books and periodicals as well.

Also, I just want to state, since I answer a great many posts in various
newsgroups, that when you ask for a detailed explenation, you need to give a detailed question, also work on your spelling consistency, if you look like you don't care, then neither do the people who can help you.

Hope this helps.

-Evan

"Guillaume" <st***@progitec h.com> wrote in message
news:c1******** *************** ***@posting.goo gle.com...
Hi i need to run my VB.NET application on my browser. If you know hoy
ia can this, please send me e-mail with explcations. If you can, I
need clear explanation because I am newbie in VB.NET

Thanks a lot


Jul 21 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

33
15864
by: aa | last post by:
I am migrating to PHP from ASP where there are the Application Scope variables which are accessible from any page on a website and which are used, in particular, for hit counters. Is there a similar mechanism in PHP?
9
3286
by: J. Baute | last post by:
I'm caching data in the Application object to speed up certain pages on a website The main reason is that the retrieval of this data takes quite a while (a few seconds) and fetching the same data from the "cache" hardly takes any time A basic pattern used to get the data from disk, or from cache is this data = getDataFromCache("mydata" if data = "" the data = getDataFromDisk( storeDataInCache(data, "mydata" end i
3
3129
by: Amit Dedhia | last post by:
Hi I am developing a Dot net application (involving image processing) on a uni processor. It works well on my machine. I then take all my code on a multi processor, build and run the application there. There is performance degradation. The usual performance of the application on MP machine is better than that of uni processor machine. But the performance of MP degrades when it comes to the multi-threaded part of the application. I am...
6
20065
by: orekin | last post by:
Hi There I have been trying to come to grips with Application.Run(), Application.Exit() and the Message Pump and I would really appreciate some feedback on the following questions .. There are quite a few words in this post but the questions are actually quite similar and should be fairly quick to answer ... (1) What is Happening with the Threads
21
2161
by: Chris | last post by:
I'm trying to get an existing VS.NET project up on my Win2003 server and I get the following error (on the actual website page): "It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS." I've been told by the previous developer that the website needs to be set as a "application". I...
3
2205
by: Carl Johansen | last post by:
I have a big ASP website (used by several thousand car dealers) that is a collection of lots of small and medium-sized applications. Now I want to start adding ASP.NET applications to it. I have read Q307467 (How To Create an ASP.NET Application from Multiple Projects for Team Development) and it seems to work well. I understand that when you create a web project in VS.NET, it creates an IIS application root, and that you can remove this...
20
2696
by: Peter Oliphant | last post by:
How does one launch multiple forms in an application? Using Photoshop as an example, this application seems to be composed of many 'disjoint' forms. Yet, they all seem somewhat 'active' in contrast to one of them always being 'modal' (e.g., if you are moving over a picture the 'Info' form will update the (x,y) screen location in realtime even if not the selected form. Also note that this example implies the various forms can communicate...
4
4518
by: Dave | last post by:
I have a global.asax file with Application_Start defined and create some static data there and in another module used in the asp.net application and I realize that static data is shared amongst child apps of an IIS application and can be used by multiple users during the application life cycle and for multiple page loads for the same or different page under a root application. What I don't understand and need to know is whether that...
0
3292
by: coopdog | last post by:
This is a new issue as of an install to sp1 on vb express 2005. When I publish the application to my drive then I try to install it is wants to be installed from the same location as it was originally install. Any help would be great it is a real pain having to uninstall then install this update. Also all users are admins. Thanks Mike
0
8238
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8174
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8680
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8624
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8336
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8478
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
2607
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1786
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1485
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.