| Thread | Last Post | Replies |
|
| System.Drawing.Bitmap to java.awt.Image? | 27 Jan 2005 22:43 GMT | 6 |
I'm loading a .gif image from an assembly via ResourceManager.getObject, which returns System.Drawing.Bitmap. But I want to use it as the image on a JButton. Does anyone have a J# example that converts System.Drawing.Bitmap to java.awt.Image, in memory? (I know I could write ...
|
| Using reflection to invoke a Method | 25 Jan 2005 18:00 GMT | 6 |
I'm having trouble running the following example with J#. The call to Method.invoke() results in an IllegalArgumentException which as far as I can is wrong. Does anyone know how I can get around this? Where can I report this as a bug?
|
| Convert jpg to bmp | 24 Jan 2005 20:39 GMT | 3 |
I am trying to make a wallpaper changer for my computer using vjsharp. I have done it , but it accepts only bmp files. I need to figure out a way to convert jpg files to bmp so that I can make the program convert it and use it as a wallpaper. Is there a standard library function ...
|
| AssemblyInfo.jsl | 23 Jan 2005 10:27 GMT | 3 |
I love this feature of VS.NET, it creates a neat extra tab in the exe's properties which shows extra information, like the people who created the program, versioning and such. Is there a way to enable/disable the feature though? I'm having trouble with
|
| J# Installed, but not Operating Correctly | 10 Jan 2005 16:37 GMT | 3 |
I've just installed J# (2003), but there are some serious issues: Right off the bat, I get "Library not registered" after opening a new Windows application. Secondly, when attempting to add a form, I get "Could not run the
|
| bug in java.util.LinkedList | 10 Jan 2005 10:59 GMT | 3 |
I think there is a bug in the J# implementation of java.util.LinkedList: package Test; import java.util.*; public class Class1
|
| InetAddress.equals() Anomoly? | 09 Jan 2005 16:24 GMT | 10 |
Can someone (at Microsoft) tell me how the J# implementation of InetAddress.equals(Object) works (Java version of equals)? Does it do a byte wise comparison of the address as stated in the Java API (and as it does in the Windows JVM) or does it do a simple toString() comparison?
|
| J# support for java 1.3? | 09 Jan 2005 00:49 GMT | 4 |
Hi; Is there any way to compile java code that uses the java 1.3 runtime environment? If it can't use the VJ# runtime, can I use the GNU classpath runtime
|
| How to print a J# dataset? | 07 Jan 2005 00:13 GMT | 2 |
I have no idea how to get into a dataset. I'd like to print each piece of data, but can't find the language to iterate through it.
|
| Need working Treeview Code | 03 Jan 2005 22:59 GMT | 3 |
Does anyone have any working TreeView code that loads nodes dynamically. I have a ton of info to move across the wire and can't seem to find any good examples. Microsoft's example only works with two levels.
|