Answer Questions
Rodz 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
nlac Error Configuring Web Site
I am using Visual Studio 2005 Beta 2 - I have completed Soup-to-Nuts 1 thru 9 doing them in Visual J# and have had to create all added code and files that appear from one lab to the next, not to mention the problems with the differences in ADO .Net with datasets and table adapters anyway I have go thru that, now Lab 10 deals with Web applications so I decided to revist the Lab "Creating ASP.NET Web Applications with J# - Part 1" I ...Show All
Eretria-chan Hit a bug
Hi; I am getting the following: Unhandled Exception: System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt. at System.Drawing.SafeNativeMethods.Gdip.GdipMeasureCharacterRanges(HandleRef graphics, String textString, Int32 length, HandleRef font, GPRECTF& layoutRect, HandleRef stringFormat, Int32 characterCount, IntPtr[] region) &nbs ...Show All
Gustavo Carrazoni How to solve mutiple execute files
I am coding in J++, hopeful this forum can solve my question. We are using J++ to solve point of sale peripharal devices. We try to code it as separate execute files. As this, the program call the separate file and leave everything to it. In this situation, we probably will create multiple exe files in the service manager. First I tried to code it into a DLL. But our team decided that would cause maintenance problem. If we want to update the ...Show All
AngryRichard New Release of J# Browser Controls
I havent seen a new release of J# Browser controls for a while. Is it dropped We have been making investments on it, so I was wondering if it is about to be dropped or if we are going to see a new release soon Thanks and regards, Bora Ertung Hi Bora - J# Browser Control support is here to stay! What we've done in J# 2005 is actually incorporate the J# Browser Control functionality into the J# Redistributable. ...Show All
TABLO jar API into J# Express - where do I find Visual J# Binary Converter Tool (JbImp.exe)
I am trying to include an API into my project which is provided as a jar. I assume I need to convert it to a dll with the JbImp tool. Does this seem correct (i assume so from the doc and post http://forums.microsoft.com/msdn/ShowPost.aspx PostID=55927 ) but where can I find the JbImp.exe tool It is not on my system ! (I did install the correct beta2 as per http://lab.msdn.microsoft.com/express/vjsharp/ ) Thanks and regards, Hugues ...Show All
Dipeka Does Visual J# supports Browser Helper Objects(BHO)
Hi In our web application we want to access frames in HTA.But some reason ,HTA doesn t seems to load the application.So now we trying for BHO in VJ#.But we don t have a clear idea ,whether it is supported by vj# or not.If any body have idea in it ,revert with some examples. thanks praveen Hi, i have done as u told but it doesnot throw any message box after it have loaded any page.Thanks for ur support by ...Show All
Dave_Thompson 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
CPS455 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. J# Express SKU has support ...Show All
Fahmy Java Swing -> J# conversion
I'm trying to convert a very large (almost 1000 classes) Java application to J# using VS 2005. I have gotten all the classes to compile by using various workarounds for functionality lacking in the MS Java libraries. The application actually runs, and much of the functionality seems to be available. I have two issues (currently) with the Swing implementation: - The setIcon method on JButton doesn't appear to work properly, if at all. It seems ...Show All
Tim Wilson Visual J# 2005 Express and java sdk
Is there a way to import java sdk into Visual J# 2005 Express. If not what sdk does it use. Can this be done in the full version J# is a language for the .NET framework not for the JVM. You cannot use the Java SDK with it. ...Show All
DustinB Running a Simple Program in J#
I created my first application in J#. In the Form1_load procedure I put System.out.println("Hello World"); I build the application. It compiles clean. How do I run it It's not too obvious. I did install the J# Redistribution Package. HELP! This is so simple.. but I'm stumped!!! Hi, There is Print command in File menu. For code files like Program.jsl just issue that command. This command is disabled for Designers li ...Show All
Yuriy Tarasov One app, multiple main()'s
Hi; I have a single project that has about 18 main methods in it. How can I run the created exe (it's a console app) and tell it which main to use as "the" main thanks - dave Set 'java' to your assembly name. Of course, have known it's a crazy ideal. Hi; What I want is a little different. I have the .exe and I want to run the .exe using a given main - like you can do with jar files under java. I don't w ...Show All
Mark_Wilhelm Is the Java serialized object in J++ and J# are compatible?
Hi, I want migrate my existing J++ project to J#. But since the data stored in serialized object, my J# upgraded application cannot read those object produced by J++. Is there any way that my J# application can read j++ serialized object I have watch the produced object in notepad, the produced object is very similar. Just a few byte different. did I do something wrong in the setting Thank you Hi, I checked ...Show All
christopher.stevens Access Database
Does any one have a sample code working with an MS Access Database Hello! I don't know how much you know about databases, and how much I should explain, but here is a simple example with MS Access and J#. A good staring point could be a "ADO.NET" book, if you want in depth knowledge. 1. Open Access 2. File + New + "Blank database" 3. Name : "testDB" + "Create" 4. "Create table in Design View" 5. Filed Name - ...Show All
