Answer Questions
Shivan4u Accessing other Browser Controls from the same page
Are getApplet and getApplets methods functional Can we establish communication between JSharp Browser Controls on the same page(or on the same page but in different frames) just like we do on Microsoft Java Virtual Machine Thanks Bora Ertung Hi Bora Yes they are supported in J# Browser Controls. Thanks With regards Ashwin Raja ...Show All
Paul M J# x64 Support
Hi my question is: is there any planed support fur x64 in the J# 2.0 Framework i could not find any roadmap ... thanx Oliver Hi thanks for this Infomation. so we have to wait ..;) Oliver Schmidt Yes we have started on this, soon you are going to hear from us. Thanks Hi Oliver To add to Neela's comments, we have already started a ...Show All
Yang. method to cast to/from ubyte[]/byte[]
Hi; I know I can copy a byte array to a ubyte array using System.Buffer.BlockCopy. But since the actual data is identical in both arrays, and I have some large arrays, is there a way to just case a byte[] to a ubyte[] thanks - dave Hi; First off, thank you very much. This is a tremendous performance improvement. Second, I agree with Ujihara-san that it's unnatural that you have to do the double cast. thanks - dave This really is a ...Show All
Shinra High School Teacher still needs help.
Hello, I am a high school math teacher and this is my second post for help writing my first java appet using : Microsoft Visual J#.NET Microsoftw Development Environment 2003 Version 7.1.3008 Microsoft.Net Framework 1.1 I have gotten help from Christian Graus and Jaiprakash previously and I thank them, but I still have not gotten my first applet to run. I am trying to use the code for the applet at http://www.mrpowe ...Show All
gmm567 Dynamically adding items to asp:ListBox
Hello again, What I want to do is create a webpage containing a ListBox. This listbox will be dynamically populated once the page is loaded. I am programming in J# and I am writing a function that will populate this listbox. Is there a way to dynamically add items to the list Right now I have the following html: <asp:ListBox ID="listBoxUser" runat="server" OnLoad="getUsers"> <asp:List ...Show All
Hadi Eskandari java (J2EE 1.4) convert to J#
Hi, I want to convert my application in java (J2EE 1.4) to J# with minimum changes. Where can I get the script Thank's Alexei (I have tryed JLCA 2.0, 3.0 and it gives me about 100,000 errors becouse it convert to C#. I don't have a time for working on errors. I read that Java can be converted to J# with minimum errors.) Hi, is it possible that there is no way in porting can someone of Microsoft tell us about this Hi, So far, ...Show All
scout409x Help: how can I avoid the System.OutOfMemoryException?
Dear All, A System.OutOfMemoryException always occurs in my program when the input data size becomes larger. Basically my program uses a recursive method to travel all paths in a graph. For example, the graph's configuration looks like this: three nodes A, B, and C. There is one edge between B and C, and the only thing that changes is the number of edges between A and B. When there are 2000 edges between A and B, my program works fine. But if ...Show All
Vishwa Mohan Saxena Warning - don't use ReSharper
Hi; If you have done much development in C# you probably have ReSharper and it is a tremendous help. But when it get's in J# it slows the system down a LOT and it gets all confused with intellisense. I ended up removing it. Hi David, By any chance have you reported this issue to ReSharper guys Did they suggested you to uninstall it I am just curious to know if the root cause is J# or ReSharper Thanks. Hi, Please let us know their fi ...Show All
Steven Muise Express Debugging of J# Browser Controls
I'm trying to debug a J# browser control using Visual J# Express Edition. My control is embedded in an html page. Since the output of my project is a class library I cannot start it directly. If I try, I get the following message: A project with an Output Type of Class Library cannot be started directly. In order to debug this project, add an executable project to this solution which references the library project. Set the executable proje ...Show All
isha_2 how to create DLL file in J# or convert J++ dll into J# dll
Please help me...I know nothing about J#. The following code is written by J++ for dll file. I need to either convert those code into J# or create new J# dll file. However, I have no clue how to start it. Could someone help me as soon as you can. I really appreciate it. I only have one day to finish this assignment. import java.io.*; /** * This class is designed to be packaged with a COM DLL o ...Show All
avs Visual J# no symbals loading
my forms start up then shut down immediatly and i get the following messages: 'DefaultDomain': Loaded 'c:\windows\microsoft.net\framework\v1.1.4322\mscorlib.dll', No symbols loaded. 'Project1': Loaded 'C:\Documents and Settings\Administrator\My Documents\Visual Studio Projects\Project1\bin\Debug\Project1.exe', Symbols loaded. 'Project1.exe': Loaded 'c:\windows\assembly\gac\vjslib\1.0.5000.0__b03f5f7f11d50a3a\vjslib.dll', No symbols loaded. 'Proj ...Show All
jl2005 Publishing a project
I am trying to publish my project, but when I run the installer it dies because the the project has been improperly formatted. I have been unable to find any references to formatting during publishing, or even system requirements for the published version. If you have an easy solution or if you can point me in the direction of reference material for this that would be great. Thanks. there is nothing in my  ...Show All
anwarsom1 java.util.Calendar.getInstance() fails on Windows 2003
Calling java.util.Calendar.getInstance() on Windows 2003 produces the following exception below... java.lang.NullPointerException: Object reference not set to an instance of an object. at java.util.GregorianCalendar.__dateToTime() at java.util.GregorianCalendar.computeTime() at java.util.Calendar.getTimeInMillis() at java.util.GregorianCalendar.__initialize() at java.util.GregorianCalendar.<init>(TimeZone zone, Locale aLocale) at ...Show All
BreSmith j# compiling problems
Hi, i've got visual j# 2005 (beta version). Every time i try running an application/program. The command prompt comes on the screen and dissappears after bout a millisecond, so you can't actually look at the output. Basically the command prompt should stay on the screen till i close it. Can any1 help with this please Maybe this will help: http://forums.microsoft.com/msdn/ShowPost.aspx PostID=82204 That doesn't really resolve my qu ...Show All
AustinNetherwood SQLTimeStamp and Byte[]
I am very confused with what I am to do with a SQLTimeStamp(stamp is in binary). In my web application, when a user selects a record to update it, a SQLTimeStamp is sent upon retrieval. When I get the SQLTimeStamp from the database, it is returned as an object. That object contains a byte[] array to represent the binary SQLTimeStamp. What I have to do is convert this object to a byte[] array. How do I do that Any help would be appreciated. Thank ...Show All
