| Thread | Last Post | Replies |
|
| Is there a "Java for VB programmers" book | 30 Dec 2003 21:48 GMT | 2 |
I have VS NET and was looking at some Java code for translation to VB, but the benevolent MSFT did not include any Java Help, so I do not know what is meant by a statement such as pause(i, j) or pause(i). Also, the help I did find was not fully helpful, e.g., what does the
|
| Gotta know now! | 30 Dec 2003 18:48 GMT | 2 |
OK, I've never visited this group until now, so bear with me. First thing, I've been playing with J# some, just to see how it compares with and differs from C#, which I know pretty well now. Seems very close, and understandably so, but there
|
| JScript from J# browser controls | 30 Dec 2003 11:02 GMT | 1 |
I am looking at converting some java applets to J# browser controls. Some of the applet code makes use of the netscape.javascript.JSObject class to execute javascript
|
| scroll bar -- dataset | 29 Dec 2003 23:54 GMT | 1 |
How to add scroll bar in data set object? Thanks
|
| Web browser control in J# | 29 Dec 2003 23:52 GMT | 1 |
I want to write a web brower applicaiton in J#. But I must use "java.awt.Frame" for GUI and I found that I can not add the "AxSHDocVw.AxWebBrowser" into "java.awt.Frame".
|
| Problem with byref parameter in COM object in J# | 29 Dec 2003 23:38 GMT | 3 |
First, excuse my english ... So , i've a problem: My company have developped a dll using J++. Before we use the JVM with NT4. But we are moving to Windows 2003 and
|
| J# Browser Controls | 29 Dec 2003 23:23 GMT | 4 |
I'm in the process of migrating an applet based chat application to .Net J# Browser Control (JBC). My system environment is as follows : Win 2K, VS.Net 2003, .Net Framework 1.1,IE 6.0, JBC
|
| Scripting and browser controls | 29 Dec 2003 13:54 GMT | 1 |
The browser-control faq points out that browser-controls do not support scripting and asked that developers who need scripting post here with comments. So: We currently use a Java applet to implement the a SCORM
|
| throws | 29 Dec 2003 04:26 GMT | 2 |
How to use throws clause in static functions in j#. I got following error when trying to use that in a static function. 'System.ApplicationException' cannot be thrown by static
|
| how can i use a non-english font without com.ms.awt.FontX? | 24 Dec 2003 10:57 GMT | 1 |
our app supports the korean language. before j#, we used to be able to instantiate it using the com.ms.awt.FontX class. that class is no longer available. i need a java.awt.font, not the new fancy dotNet font class. so, how do i do it now? i tried to edit the
|
| MS Supplemental UI Lib, any new release ? | 23 Dec 2003 13:15 GMT | 1 |
Any new release for MS Supplemental UI Lib ? Any beta or something like nightly buid ? nice if they have. Thanks
|
| JBC Runtime | 23 Dec 2003 00:21 GMT | 1 |
What are all the services rendered by the J# Browser Control runtime ? Are there any potential performance overheards due to requirement of a runtime ?
|
| JBC 1.2 Invoke Problem | 22 Dec 2003 16:36 GMT | 1 |
I try to start Java Applet compiled with Dev Studio 7. While starting Web Page with J# Browser Control MS Internet Explorer thows exception "An exception in java.lang.SecurityException occured in the J# Browser Control". In my IIS I have set anonymous access everywhere.
|
| Printer Installs | 19 Dec 2003 19:23 GMT | 2 |
Does anyone know how to programmatically install a network or local printer?
|
| Quickest way to convert J Sharp to standard Java for compilation? | 18 Dec 2003 01:44 GMT | 2 |
I'm a first year computer science student, but a long time Visual Studio .NET user. I would love to be able to write my Java code with VS.NET 2003 but my projects must be submitted as SDK1.4 .java files. What's the easiest way to convert my .jsl files to standard .java files
|