473,796 Members | 2,720 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Web Application -- Is that the right solution

Hi,

I have invented a game, which I license to casinos. I have created a demo
program, so that people can play the game on their computer. It is a VB
executable.

I would like to create a web site, where people can play the game. I am not
a web developer, and I am considering rewriting the game in Java to run on a
web page.

Can I create an ASP.NET Web Application as a VB project, to do this? Or is
there a better solution?

Thanks for any help.
Nov 21 '05 #1
4 906
Michael,
I would like to create a web site, where people can play the game. I am
not a web developer, and I am considering rewriting the game in Java to
run on a web page.

Theoretical you can use the rich client concept. However, it will probably
not have the result you want because of all security settings that have to
be handled in IE/FireFox which will not be setted by the user.

http://msdn.microsoft.com/msdnmag/is...h/default.aspx

If I had the same decision to make as you, than I would probably first try
what it means to make it possible to download *obfuscated* that demo game.

Know that with giving software to others you give them the possibility to
make it themselves. If by instance I see your program on Internet, than I
probably will be able to make that program as well using the idea. (And
probably make it than better, not because I am a better developer than you,
however have the straight idea to handle).

I would not go for the Java idea, because than the program will probably not
have the same effect as now, the result can be that people judge on that
behaviour what probably will be worse than in your original program.

However, just some ideas of me.

Cor
Nov 21 '05 #2
Hallo Michael!

"Michael Hesse" <mh****@sbcglob al.net> schrieb:
I have invented a game, which I license to casinos. I have created a demo
program, so that people can play the game on their computer. It is a VB
executable.

I would like to create a web site, where people can play the game. I am
not a web developer, and I am considering rewriting the game in Java to
run on a web page.


Some additional pointers:

<URL:http://www.google.to/groups?selm=u6Z FROoFFHA.3648%4 0TK2MSFTNGP09.p hx.gbl>

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://classicvb.org/petition/>

Nov 21 '05 #3
Herfried,

Can you check this one?

http://www.microsoft.com/downloads/d...displaylang=en

I get that it is unavailable.

Cor
Nov 21 '05 #4
Cor,

"Cor Ligthert [MVP]" <no************ @planet.nl> schrieb:
http://www.microsoft.com/downloads/d...displaylang=en

I get that it is unavailable.


Thank you for making me aware of that...

The working link can be found here:

<URL:http://msdn.microsoft. com/vjsharp/downloads/browsercontrols/>

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://classicvb.org/petition/>

Nov 21 '05 #5

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

Similar topics

1
1205
by: VMI | last post by:
I want to add an entirely indepedent application that will be called as an Exe from my current solution with System.Diagnostics.Process.Start("newProgram.exe") . This new application will be a simple Form with a button, but it has to be able to run after my main application closes. Do I need to close my current Solution and create a new solution, or can I simply add the Form to my current project (with all the Forms) and somehow compile...
5
1578
by: z. f. | last post by:
Hi, I'm working on a web project and i create classes to do business logic and connect to DB. i also need a windows application to do the same functionality as defined in classes inside the ASP.NET project. when i reference the web project DLL (inside the BIN directory) I successfully make a call to a function and get return value. but this is just a test and when trying to access the application
16
3156
by: Fernando Arámburu | last post by:
Hi , it´s me again. I will take another way because yesterday I make a question and, probably I didn´t make myself clear so you didn´t understand my question. I want to know if there is any way to register a method to the Application Start event. I know there is one way, in Global.asax writing code in Application_Start
20
4498
by: J-T | last post by:
We are working on an asp.net application which is a 3-tier application.I was aksed to create a component which monitors a folder and gets the file and pass them to a class library in our business logic layer(so far so good and easy).I initialize my class which is using a FileSystemWatcher in my Global.asax and everything works fine.I have found FileSystemWatcher class not very reliable and sometimes it behavies unexpectedly.I'm afriad that...
1
1373
by: Jeff | last post by:
Is there a way to add an asp.net non-application subfolder through visual studio .net 2003? In the solution manager, I'm able to right click on the asp.net project and add a new folder, but it creates an application folder by default. I can change this through IIS, but this causes problems the next time I attempt to open the solution -- visual studio .net complains about not being able to read the contents of the folder. Any ideas...
2
2013
by: A.Carter | last post by:
I am developing a windows application with Visual Studio 2003 using C#. The application is complete so naturally I went to create a setup package. I added a setup project to the solution and I went through the appropriate steps in attaching the solution dependencies. After completing the setup package, I attempted to install the application on a co-worker's computer. Usually, the installation consist of several screens which directs the...
1
2327
by: bertoheep | last post by:
Hello all, We're trying to migrate to Windows 2003 Server from Windows 2000 and have run into problems with our DCOM permissions not being properly authenticated against our application server. Instead of using the user account specified in IIS, the web server is sending the machine name followed by a dollar sign as its login credentials. Just wondering if anyone else has run into this before and if anyone has any insight.
3
2603
by: Dick | last post by:
How do I integrating ASP.NET Tracing with the Enterprise Library Logging Application Block? I guess this should be possible and in a similar way to the way ASP.NET Tracing is integrated with System.Diagnostics Tracing as described in http://msdn2.microsoft.com/en-us/library/b0ectfxd(VS.80).aspx. But I would have thought this is something most ASP developers using the Logging Application Block would want to do and therefore I expected to...
19
1885
by: nyhetsgrupper | last post by:
Hi, Which project type do you prefer? Is the web site or web application project the best solution? The application I am about to write is completly new so migrating from vs 2003 is not an issue, but it has to be easy to deploy the application (precompiled, I don't want to give away my source)
4
3575
by: | last post by:
I have learned about compartmentalizing my code base using Class Libraries. I have my common code such as my ORM framework broken out into their own Class Libraries, which are referenced as projects from my Website. I also have a common set of DLLs I use across all of my applications. It would be great if I could put all of those DLLs into their own projects, and to reference that project from various solutions. The way my solution is...
0
9673
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
10217
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...
0
10003
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...
0
9047
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7546
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6785
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5568
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4114
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
2
3730
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.