| Thread | Last Post | Replies |
|
| Using Apache POI in J# | 31 Aug 2004 10:31 GMT | 1 |
Hello, can Apache's POI api be implemented intto J# for VS.NET. If possible, where do I set the classpath to point to the jar file. Thanks
|
| Looping through IHTMLAttributeCollection in J#. | 31 Aug 2004 08:33 GMT | 2 |
How can I loop through the IHTMLAttributeCollection in J#. In C#, I can do it as follows: IHTMLAttributeCollection myAttrColl = (IHTMLAttributeCollection) myNode. attributes;
|
| [HELP] Is J# for me ?? | 26 Aug 2004 14:18 GMT | 1 |
I am new to the whole .NET family and I have a question on developing with Visual J# or C#. You see I have, in the past, worked on several projects with engineers who develop manuals for electrical contractors and students. The material is written with Word and then converted to ...
|
| J# Browser Controls v1.1b Official Release | 26 Aug 2004 13:28 GMT | 5 |
J# Browser Controls v1.1b has been officially release and is available here: http://msdn.microsoft.com/vjsharp/browsercontrols J# Browser Controls provide the ability to migrate Java applet source code to run on the .NET Framework. Migrated applets have full access to the
|
| visual J++ 6.0 question | 24 Aug 2004 22:47 GMT | 1 |
sorry to post j++ question in j# newsgroup - but i can't find any j++ newsgroup at all, so I think this may be a good place to find old j++ developers... the question is: my computer is down from power failure at the time j++ is
|
| Help from Lars...PLEASE?? | 23 Aug 2004 20:58 GMT | 5 |
Lars, In the past I had talked with you on getting some help with J# Browser Controls. You were a big help and now it looks like I need your help again. I explained to you before that the company I work for has been producing
|
| Equivalent of String.fromCharCode() method in J# | 21 Aug 2004 21:06 GMT | 2 |
In Jscript, fromCharCode returns a string from a number of Unicode character values. In the following example, test contains the string "plain": var test = String.fromCharCode(112, 108, 97, 105, 110);
|
| limit on number of exceptions in 'throws' clause?!!! | 20 Aug 2004 06:04 GMT | 3 |
I've just spent eight hours tracking down what appears to be a limit on the number of exceptions in a 'throws' clause when the offending method is in a .NET library. GRRR!!!! I was getting an error like:
|
| Bad math when using * operator along with Math.pow | 16 Aug 2004 04:53 GMT | 5 |
Check out this code. I need to be able to multiply a 15 digit decimal number by 10 to the power of 15, and come up with the correct answer. Easy enough for other languages to do, but J# seems to choke on it. Here's the code. private void button1_Click (Object sender, System ...
|
| Any equivalent keyword of C#'s 'unsafe' in J#? | 12 Aug 2004 10:02 GMT | 2 |
Is there any equivalent keyword of C#'s 'unsafe' in J# Thanks Jitesh
|
| Displaying Unicode characters in J# | 08 Aug 2004 00:39 GMT | 2 |
How can we display greek letters in J#. E.g, the following JScript displays Greek letter Beta. In J#, I tried: System.out.println("\u03B2"); but it returns NULL.
|
| JDBC and insert in VJ# | 07 Aug 2004 02:21 GMT | 1 |
(Type your message here) -------------------------------- From: Sunder Balachander I have a problem the corresponding code works fine with Java but the sam I am not able to in VJ# i am using VJ# 2005 beta express Edition . I am not able insert into MS-Access database using the ...
|
| JetBrains ReSharper | 05 Aug 2004 16:01 GMT | 4 |
ReSharper is an add-in for Microsoft Visual Studio .NET 2003T that brings intelligent C# coding assistance, real-time error highlighting and quick fixing, and advanced refactoring features to this popular development platform.
|
| Building J# program for a previous version of .NET Framework | 01 Aug 2004 12:38 GMT | 1 |
I need to build a J# program to work with .NET Framework 1.1. Unfortunately, the J# compiler is not included in .NET Framework SDK 1.1. I have Visual C# .NET 2003 as well as Visual J# 2005 Express Beta and Visual C# 2005 Express Beta. I've noticed that an assembly built using ...
|