Software Development Network Logo
  • Windows Forms
  • SQL Server
  • Visual J#
  • Smart Device
  • Game Technologies
  • Visual Studio
  • Windows Vista
  • Microsoft ISV
  • Visual C#
  • Visual Basic
  • Visual C++
  • VS Team System
  • Visual FoxPro
  • Architecture
  • VS Express Editions

Software Development Network >> Visual J#

Visual J#

New Question

deploying j# runtime
How to hit BreakPoints in VJ#
Welcome!
J# Books & Questions
Data Base Mapping
Is there a public J# Roadmap ?
File association
Welcome!
Reference parameters
Enterprise Mobile Apps: Java, J# or C#?

Top Answerers

dane_msft
edepicier
kp6453
abhijeet.koli
LearnerNM
Kris Wragg
Anujpathania
Prasadi de Silva
F. C.
Hans Verkoijen
Peter Garthe Softwareentwicklung
Only Title

Answer Questions

  • Jeremy613 Passed value in ASP Pages

    Hi, I would like to know how to retrieve a passed value in J#. I have a new page and I want to access it's passed value. New Retrieved Page Example URL: http://test/default.aspx pageStatus=0 I have an int variable (int pageStatus;) in my default.aspx page and I want to assign this variable the value found in http://test/default.aspx pageStatus=0 What method do I use Thanks in advance, Allan I am new to progr ...Show All

  • Richard Siddaway Does Vj# allows to get Parent Window of an Iframe

    Hi all    we are now porting the webappplication codes from vj++ to vJ#. In that we are accessing a parent iframe window from its child window ,which was working in vj++.But the same code now ported to vj# seems to be not working.Whether any other things need to work or not.so please provide some ideas to get its parent or its topwindow. the sample code DhWindow botomWindow= this .getWindow().getParent().getParent(); DhWi ...Show All

  • Juan T. Llibre Pet peeve of the day

    Hi all; When will we have Documentation for the classes and listing the methods in the classes J# doesn’t support (ie exist but throw a NotSupported exception) thanks - dave Hi; I looked. Only  http://msdn2.microsoft.com/en-us/library/hyx4hd7e(en-US,VS.80).aspx had links to some of the standard java classes and it has the disclaimer "but only the most important classes in the following packages are documented at this time". When wi ...Show All

  • ram alisam Application does not exit, remains in memory

    I have a quite sizeable application written primarily in J# (with some C#). Under the .NET framework 2.0, when the close button on the main window is clicked, the exe remains in memory after the application exits. In the previous version of the .NET framework this did not happen. There is one slight difference in the code under 2.0. In the form_Closed() event, it is now illegal to put a System.exit() call which worked perfectly well in the prev ...Show All

  • tanitoUy 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

  • Tom Minka Error - Cannot find the Web Service

    I have created a Web Service using VWD 2005 and verified that it is working correctly. I am now trying to access this service from a J# application (named HelloClient) but I get the error. In the HelloClient project, I have created a Web Reference that I have named LeService, which points to http://localhost:8081/HelloService/Service.asmx. On Form1.jsl, I have added a button for which I have the following event handler: private void button1_Cl ...Show All

  • droby10 onClick, Questions??

    I have some check boxes with lables like 'checkBox" _________ I want to be able to check that check box with click on that label anywhere, you know like onMouseOver event i am not sure how that works here is what i got so far...I am using ColdFusion but i believe this problem is java related i think, any help would be appreciated.. <tr> <tr onMouseOver="checkbox"</tr> <cfoutput><td>< ...Show All

  • mbutcher 100% CPU usage !!

    hellow to all .. i am runing visual j++ 6.0 on my centrino 1.6 and 512RAM ... and i am amesd that the j++ take 100 CPU usage and i can't even use it the laptop is so slow and i can not function at all !! not just on my laptop , my friends tould me the same !  i am runing windows xp sp2 .. hellppp !!! i am not running something esle than the vj++ and from the second that i load it , it is so slow even if i do not type anything ! the pr ...Show All

  • dtvsms 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

  • Mahesh Dudgikar - MSFT running 64bit in J# express

    I have Windows xp 64bit edition, and I'm using J# express. I'm trying to run my application in 64 bit. If i'm looking at the task manager, i can see my process name and *32 next to it, does that mean it's running on 32 bit When I'm trying to run applications in C# express there is no *32 sign in the task manager. Hi, J# 2.0 doesn't have support for building applications for 64 bit platforms. It builds for x86 only. Thanks. ...Show All

  • FlyingCarrot Problem:convert java class file to dll with Jbimp

    Hi, I want to connect Joram JMS Server with .Net, I wrote a small java program "TestSend.java" , and it uses the APIs as jms.jar, jndi.jar and so on to send messages to the local JMS server with JNDI. Its source code is: --------------------------------------------------------------------- import javax.jms.*; import javax.naming.*; import java.util.Hashtable; public class TestSend {   Hashtable jndiProps = new Hashtable();   ...Show All

  • PaulLaudeman Java Conversion Tool Help

    I installed Beta Version II of the IDE and Java Conversion tool.  When I ran the tool it appears to have run fine.  The problem however is that when I click on the correction links to get the examples on how to convert some of the code it can not find the help.  I did a full install of the MSDN help that came with the conversion tool and with VS 2005 and still no documentation on how to do the actual conversion.  Also searche ...Show All

  • J A N LiveConnect (JSObject) works in 1.1, doesn't work in 2.0 ?!

    I have a trivially small applet (J# browser control) with a constructor that just does this: netscape.javascript.JSObject.getWindow (this); If I build this with Visual Studio .NET (framework 1.1.4322) and embed it in a web page, it runs fine in IE6. But if I build it in Visual Studio 2005 (framework 2.0.50727) it throws a NullPointerException when run. (Without this call, applets work fine in 2.0.) Has anyone else seen this problem An ...Show All

  • Nirmala VS.NET B2 - Object Test Bench

    Hey, I was using Object test bench on Beta1 and that is really amazin feature. I use Beta2 now and I cant use Object Test Bench. In some project it is working.. but others dont include object test bench. I didnt understand what is wrong If it is mutli project solution then OTB is supported on only startup project in a given solution in Beta2. Please provide more info about list of projects/solutions on which you don't get OTB. thanks ...Show All

  • Bhags Unable to load the J# Browser Control

    I've created an html page with ONLY the following code.... <OBJECT WIDTH="1024" HEIGHT="768" CLASSID="clsid:a399591c-0fd0-41f8-9d25-bd76f632415f" VJSCODEBASE="myfile.dll#_0" ID="Object1" > </OBJECT> where the dll file is named "myfile.dll" and the first class file is _0.jsl and each time I load the file into internet explorer the statusbar shows: "Unable t ...Show All

394041424344454647484950515253545556

©2008 Software Development Network

powered by phorum