473,773 Members | 2,326 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

C# Browser Control?

http://msdn.microsoft.com/vjsharp/browsercontrols

Does anyone know if there will be a version for C#?

Nov 16 '05 #1
7 2142
There doesn't need to be a C# version. These controls are mainly for
converting Java applets to J#. If you want to convert a Java applet to C#,
run the Java Conversion Wizard included with VS.NET 2003.

--
HTH

Kyril Magnos

Question of the day:
What is Mono?
A) Disease where the lymph nodes become swollen.
B) A single sound
C) A synonym for one
D) A port of .NET meant to royally irritate MSFT
E) All of the above.

"Robert Kent" <ro********@yah ooie.coma> wrote in message
news:eu******** ******@TK2MSFTN GP09.phx.gbl...
| http://msdn.microsoft.com/vjsharp/browsercontrols
|
| Does anyone know if there will be a version for C#?
|
|
|
Nov 16 '05 #2

"Kyril Magnos" <ky**********@y ahoo.com> wrote in message
news:OQ******** ******@TK2MSFTN GP09.phx.gbl...
There doesn't need to be a C# version. These controls are mainly for
converting Java applets to J#. If you want to convert a Java applet to C#,
run the Java Conversion Wizard included with VS.NET 2003.


Does J# have an advantage over the other .net languages when it comes to
creating applets, or whatever the .net equivalent is called?


Nov 16 '05 #3
I wouldn't say it has an advantage, per se. I would say that if you are
migrating over from Java, then J# is the easiest transition, next to C#.
There are things that J# does differently from the other .NET languages,
just as there are things that C# does differently from VB.NET. All in all,
any code that is written for the .NET framework gets compiled down to IL.
That goes for all 4 of the different languages.

Are you looking to port over some existing applets?

--
HTH

Kyril Magnos

Question of the day:
What is Mono?
A) Disease where the lymph nodes become swollen.
B) A single sound
C) A synonym for one
D) A port of .NET meant to royally irritate MSFT
E) All of the above.

"Robert Kent" <ro********@yah ooie.coma> wrote in message
news:e8******** ******@TK2MSFTN GP12.phx.gbl...
|
| "Kyril Magnos" <ky**********@y ahoo.com> wrote in message
| news:OQ******** ******@TK2MSFTN GP09.phx.gbl...
| > There doesn't need to be a C# version. These controls are mainly for
| > converting Java applets to J#. If you want to convert a Java applet to
C#,
| > run the Java Conversion Wizard included with VS.NET 2003.
|
| Does J# have an advantage over the other .net languages when it comes to
| creating applets, or whatever the .net equivalent is called?
|
|
|
|
Nov 16 '05 #4

"Kyril Magnos" <ky**********@y ahoo.com> wrote in message
news:OJ******** ******@tk2msftn gp13.phx.gbl...
I wouldn't say it has an advantage, per se. I would say that if you are
migrating over from Java, then J# is the easiest transition, next to C#.
There are things that J# does differently from the other .NET languages,
just as there are things that C# does differently from VB.NET. All in all,
any code that is written for the .NET framework gets compiled down to IL.
That goes for all 4 of the different languages.

Are you looking to port over some existing applets?

Nope. I'm looking to write new applets (or whatever they are called now). I
started with C# two years ago and haven't done anythign with J# or Java.

I'm still using vs.net 2002, haven't upgraded to 2003. I'm hoping I can hold
off until 2005 is released.

Is it easier to create an applet in J# than it is in C#? It looks like the
browser control only works with J#. Is that true?

Nov 16 '05 #5

"Robert Kent" <ro********@yah ooie.coma> wrote in message
news:%2******** ********@TK2MSF TNGP12.phx.gbl. ..

"Kyril Magnos" <ky**********@y ahoo.com> wrote in message
news:OJ******** ******@tk2msftn gp13.phx.gbl...
I wouldn't say it has an advantage, per se. I would say that if you are
migrating over from Java, then J# is the easiest transition, next to C#.
There are things that J# does differently from the other .NET languages,
just as there are things that C# does differently from VB.NET. All in all, any code that is written for the .NET framework gets compiled down to IL. That goes for all 4 of the different languages.

Are you looking to port over some existing applets?
Nope. I'm looking to write new applets (or whatever they are called now).

I started with C# two years ago and haven't done anythign with J# or Java.

I'm still using vs.net 2002, haven't upgraded to 2003. I'm hoping I can hold off until 2005 is released.

Is it easier to create an applet in J# than it is in C#? It looks like the
browser control only works with J#. Is that true?


One more question. Does anyone know if Mono will support applets? If so, can
they be used in browsers other than IE and on the Mac and Linux operating
systems?

Nov 16 '05 #6
Hello,

I am not quite sure what you mean by 'applets'. If you are coming over from
java, you will find there is no direct equivallt of a java applet in .NET.
Your best bet is a web form. Anything you can do in a java applet, you can
do using web forms or web services, and they can run in any of the CLS
languages. If you like C#, you can use it. If you would prefer a more
java-like syntax, use J#.

Also, in response to your second question, as far as I am aware .NET web
applications run on any thin client, not just IE. Why wait for Mono when you
already have it.

The above may or may not be strictly true, I don't pretend to be the worlds
expert, having only a few months experience with .NET 2003 (I was still
using VC++ and VB version 6 until may)

Shaun Williams

"Robert Kent" <ro********@yah ooie.coma> wrote in message
news:#F******** *****@TK2MSFTNG P09.phx.gbl...

"Robert Kent" <ro********@yah ooie.coma> wrote in message
news:%2******** ********@TK2MSF TNGP12.phx.gbl. ..

"Kyril Magnos" <ky**********@y ahoo.com> wrote in message
news:OJ******** ******@tk2msftn gp13.phx.gbl...
I wouldn't say it has an advantage, per se. I would say that if you are migrating over from Java, then J# is the easiest transition, next to C#. There are things that J# does differently from the other .NET languages, just as there are things that C# does differently from VB.NET. All in all, any code that is written for the .NET framework gets compiled down to IL. That goes for all 4 of the different languages.

Are you looking to port over some existing applets?
Nope. I'm looking to write new applets (or whatever they are called now). I
started with C# two years ago and haven't done anythign with J# or Java.

I'm still using vs.net 2002, haven't upgraded to 2003. I'm hoping I can hold
off until 2005 is released.

Is it easier to create an applet in J# than it is in C#? It looks like

the browser control only works with J#. Is that true?


One more question. Does anyone know if Mono will support applets? If so,

can they be used in browsers other than IE and on the Mac and Linux operating
systems?


Nov 16 '05 #7

"Shaun Williams" <sh****@ichemon line.co.uk> wrote in message
news:OU******** *****@tk2msftng p13.phx.gbl...
Hello,

I am not quite sure what you mean by 'applets'. If you are coming over from java, you will find there is no direct equivallt of a java applet in .NET.
Your best bet is a web form. Anything you can do in a java applet, you can
do using web forms or web services, and they can run in any of the CLS
languages. If you like C#, you can use it. If you would prefer a more
java-like syntax, use J#.

Also, in response to your second question, as far as I am aware .NET web
applications run on any thin client, not just IE. Why wait for Mono when you already have it.

The above may or may not be strictly true, I don't pretend to be the worlds expert, having only a few months experience with .NET 2003 (I was still
using VC++ and VB version 6 until may)

Shaun Williams

J# supports "Browser Controls". Aren't they the same thing as applets?

If Mono supports these, then it means that they could possible be run under
Mac OSX and Linux, not just Win32 and IE.


Nov 16 '05 #8

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

Similar topics

2
2377
by: dxben | last post by:
I am considering a situation where I have (n) number of form windows, each with an instance of the Microsoft Web Browser Control (IE) on each form. In each web browser control is an HTML page that has a Java applet. This is the only way I am aware of to get a Java applet to paint within a .NET Forms window. Given that scenario I am trying to determine whethere there would be one Java VM loaded for all of the (n) applets inside the (n) MS...
1
3209
by: Mark Johnson | last post by:
I wonder if anyone has a solution? I wanted to use the web browser control as a 'zoom' box for a smaller textbox. I can format in the control, and save whatever formatting as HTML code back to the textbox when the web browser is closed. The only problem comes in the use of numeric entities to specify Unicode. The web browser control is fine when it comes to named entities, like &nbsp; . And there are a lot of named entities, just...
0
2883
by: Mark Johnson | last post by:
The last reply got sort of cutoff. So here again: So for anyone interested, here's the simple regexp patterns for the substitutions required. The textbox control is being 'zoomed' in a popup which uses a web browser control. As soon as any numeric entity gets put into the browser control, it's lost. It will display properly. But it can't be then read back out with document.body.innerHTML (or outerHTML). It's
1
7632
by: Praveena | last post by:
Hi All, I am developing a Web Page in ASP.NET where i am using a Web Browser control. I created this selecting the "Microsoft Web Browser" in the custom controls. Now the problem is with the access. Once I drag and drop this control on the ASPX page then some code like this gets added to the WebForm1.aspx OBJECT language="C#" id="mybrowser" with a class id and a list of properties.
28
564
by: BobAchgill | last post by:
Has anyone had success with using this Com control? When I add it into my tool box and drop it into my form it says in the properties that the Document and LocationURL are read only. (they are grayed out) I am successful to get Media Play Com to work alright in the form but can not get Web Browser to work.
12
7640
by: VJ | last post by:
I am using the web browser control.., I would like to add the control at runtime... I was adding the web browser control at desgin time. Now I decided to add the control at run time so I removed the control from the form and also the refrences to AxSHDocVw and SHDocVw, then I added the following statments Dim axwbOfficeDocEditor As New AxSHDocVw.AxWebBrowser Me.Controls.Add(axwbOfficeDocEditor) axwbOfficeDocEditor.Dock = DockStyle.Fill
1
4775
by: Oenone | last post by:
I've reached the conversion of a part of my application from VB6 to VB.NET which uses the COM Web Browser control to display HTML content generated by my application. The general approach used in VB6 is as follows: Open the form containing the browser Wait a few seconds for the Browser.Document property to initialise With the Document object, call the following methods: .Clear()
0
1625
by: Pieter | last post by:
Hi, I've a activex browser control in a form. I've added proxy server support to the control by modifying the proxy server settings in the registry. This works fine before the browser control is created (the browser control is only created after a button on the form is pressed). However, once the initial proxy settings are commited and the browser control is created, the browser control does not respond to any new settings even though...
1
2360
by: john conwell | last post by:
I'm using the Browser control to display html that my application generates. Some times i want a javascript to run when the html gets displayed in the browser control, and sometimes i dont. Is there a way to invoke a javascript function from the browser control? or maybe inject some javascript vis the control's reference to the Document object? I think i can do it with the Window object, but I have seem to figout out how to get to the...
5
2069
by: jeremy | last post by:
I have an ASP.Net 2.0 application running on Windows Server 2003. The application displays properly in Internet Explorer, however, when I use a browser control embedded in a .net form, I get an error and am directed to the Windows Application Event Log. The following message is logged: ------------- Source: ASP.NET 1.1.4322.0 Event ID: 1062
0
10264
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...
1
10039
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
9914
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
8937
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
7463
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
5484
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4012
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
3610
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2852
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.