Answer Questions
DbHd Java Cryptography Extension
The Java to .NET converter; does it also fully convert Java code written with JCA cryptography extensions Thanks in advance Bora Ertung Ok! I just have found out that it does convert JCA to C#. Bora Ertung ...Show All
G. English about J# browser control
on the client machine using J# browser control can I 1. access local file system,such as load a image for editing; 2. transfer file to and from a server(not the web host) 3. load ,display and save a tif or bmp image file if can,how? Ihave signed the assembly that contains my J# Browser Control code with a strong name, and in .NET Framework Configuration tool,I have specified strong name and fulltrust, But ...Show All
BMoores java.util.zip.ZipFile performance problems
I've been extremely pleased with the J# technology, however I am experiencing serious performance problems using java.util.zip.ZipFile to open large zip files. My test is this simple: public static void main(String[] args) throws Exception { long t1 = System.currentTimeMillis(); ZipFile zip = new ZipFile(args[0]); long t2 = System.currentTimeMillis(); ...Show All
Jörg Schwalenberg javax.* support
Hi, I was wondering if anyone has started on some libraries which provide support for things like javax.vecmath and the java 3d API. I do not care if they are just wrappers around other libraries (DirectX or .Math or ). Just if they are available before I start writing my own. Thanks, Blair P.S. No GPL'ed libraries please. Thanks. Blair, Have you had any luck finding a way to access the java 3D API in C# with a ...Show All
lololo java.net.ServerSocket under J# & .NET Framework
Hi, I've converted our Java application to C# recently, This is an Client/Server application exchanging data over tcpip sockets. Conversion was successful. But I've noticed that java.net.ServerSocket.close() does not interrupt accept() method as a result Application does not shutdown. Can you please tell me where I'm going wrong ;-) Thanks, Sameer Can you put the example please... I need try this example, ...Show All
doodlemania Web Browser, HTML selection
Hi, I have implemented a simple Web Browser using the inbuilt Web Browser component. I now need to be able to highlight some text on the web page and for this to then be selected by the J# program. This is possible in Java by using the getSelectionSrat and getSelectionEnd methods linked to the JEditorPane, and it is possible in C# by using IHTMLSelectionObject and IHTMLTxtRange, but now I need to find the J# version! Regards Richard ...Show All
Johnson Maynopas Mac Address
Hi ,, How Can i Get the Client Mac-Address using J# and thank you v.much For helping :) Not to be a booger, but I think the question that has been asked twice now in this thread is how to retrieve the CLIENT'S MAC address, not the machine ASP.NET is running on. Does anyone know how to accomplish the real quesiton being asked here To know more about ManagementClass, please refer http://msdn.microsoft.c ...Show All
GregQuinn Erro whit J#
Hi...Urgent... The following errors are occurring when we try to give one printing to print in the screen a consultation to the one bank SQL. This site that makes to the consultation this in IIS 6.0 and following errors is occurring. Somebody already saw these errors Erro com J# 2.0 - Exception of type 'java.lang.ExceptionInInitializerError' was thrown. Erro com J# 1.1 - Could not load file or assembly 'vjslib, Version=1.0. ...Show All
kingdeadbo Use of the Microsoft Chart Control V6.0, in J# express
I am unable to get the Microsoft Chart Control to work in J# express Beta 2. The error message says that the control is not registered, but it works in Visual Studio 2003 without doing any registration. Thanks for raising this issue. This is already known to us and we are fixing it. BTW, this is not J# Express specific and reproduces on VSTS also for all languages. Thanks again. ...Show All
Stan_M Hide standard control's properties in designer
Hi, I inherited Button control from Windows.Forms... but i would like to hide vertain standard properties so that it will not shown in designer... Is there anyway i can do that Thanks hi, What i mean by hide is to hide that property from designer not really hide it from code. so... yes you can do that... Thanks for your repply I guess you can't do that. You can't o ...Show All
IGK Delegate Functions
I have been trying to understand Delegate Functions - I am able to store multiple functions in one Delegate by using something like: public void add_MyEventHandler( MyEventHandler listener) { if (MyEventHandler != null ) { MyEventHandler = (MyEventHandler)System.Delegate.Combine(MyEventHandler, listener); } else   ...Show All
Andreas Strebel Scanner object
The Visual J# we have presently installed where I teach does not have many of the objects found in the java.utils package found in JAVA 5.0 Among other objects that were not found is Scanner , one used extensively in the text that we have adopted. Does the Visual J# upgrade address this problem at all is there any projection date for Visual J# to include the scanner object i like to use the visual J# but i wis ...Show All
RaimondB microsoft word documents
Hi, I'm trying to make an aplicarion that modifys a word document (plantilla.doc). I'm changing it byte to byte, but then I need cange its length. Is there an easyer method to do that No, its my first attmpt to do something like this It's not Word, but here is an article I have written about Excel and J# automation. I hope this will give you an idea what it's all about. The performance is extremely bad, and you can't use it on a ser ...Show All
Edypion How do you read and write to a file in Visual J#
I need help as soon as possible. I need help reading and writing to files, if any one can help I would be very happy. The reason for the need of help is that Visual J# uses a different code for reading and writing to files then in Java. Help on this issue is very much needed. I am in the middle of a final project that requires this information. Please refer to post http://forums.microsoft.com/msdn/ShowPost.aspx PostID=17003 Thanks. ...Show All
redbeans Enum Problem
How do I convert this from java to j# private enum Status {CONTINUE, WON, LOST}; Thanks for the help. Did you see any problem with above code in VJ# Hi, In Visual Studio 2005 (.net framework v2.0), your enum code must compile as it is. PLease refer this link for more on enums in J#. Thanks. Hi, In VS2003, J# didn't support writing enums though it supported consuming them :(. AS an workaround, ...Show All
