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

Software Development Network >> Visual J#

Visual J#

New Question

How to set 'Default package' empty on VS 2005 IDE.
Hit a bug
how to import org package in J#
Delegate and EventArgs Question
javax.* support
Help: how can I avoid the System.OutOfMemoryException?
System.InvalidOperationException Every Time I try a particular Web Reference
Is there a public J# Roadmap ?
Where are the Object Test Bench Features?
Any possibility of supporting newer JDK features?

Top Answerers

davidliut
Mage
Patrick_msdn
guppie
MSDev23
GoCoda
kasakaimumbai
pehaada
foobar_78
freggel
Topix: Vocal
Only Title

Answer Questions

  • Dennis Pilarinos MSFT Microsoft Java++, Sun Java, Redhat Java

    I need to develope in Microsoft Java++. Can I port to SUN Unix, RedHat Linux, SCO Unix. If it is possible to port, will the application run the same in all the platfoms. Can anyone please give me advice Although I am not a Microsoft employee, I can tell you this: Microsoft J++ and J# are NOT Java.  They have similar syntax, and allow you to use some of the java core system libraries ( for instance in J# and I believe in J++ as wel ...Show All

  • JJ MAc ResourceBundle problem

    Hi; If I call ResourceBundle.getBundle("resources", locale) where locale is for a locale I don't have a resource for (I used "zz_XX") - it throws the ArgumentOutOfRange exception. In this case it should work and just use resources.properties. I also tried "en_XX" which should fall back to resources_en.properties - but again I got the exception. - dave Hi; I'm trying but each sample I create works - yet in my application it fails. I am usin ...Show All

  • CSC error

    I am new at J#... I always get this error when I debbug programs.... C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Vjc.exe /warn:4 /define:DEBUG;TRACE /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.Data.dll,C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.dll,C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.Drawing.dll,C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.Windows.Forms.dll,C:\WINDOWS\Microsoft.NET\Framew ...Show All

  • Rob Boisjolie Embedding Windows Media Player in a webpage - default image?

    Dear Forum I apologise if this is in the wrong section - I could not find a suitable place to post this thread. I really hope somebody can help me. I have been struggling for ages on something which I imagine should be very simple. I have embedded Windows Media player into a webpage fairly successfully, and it plays, pauses, volume controls work etc. The only thing is... I really want to put in a default image in before the user presses play . ...Show All

  • ChrisSd Need help

    I don't really get how to use J#. I kind of use Qbasic, but this is completly different. Could someone make a very simple program for me that will teach me how to do the basic things like type to the screen and using variables Eventually I want to make an RPG with 3D graphics and I was told that this was a good language to do this on. Can anyone help Check out the J# language introductions @ http://msd ...Show All

  • drinkwater Creating a Dataset - by dragging table from MYSQL database

    With Oracle database, I used to be able to create a dataset by making a database connection in the server explorer and dropping the table onto the dataset designer view. Can you advise if the same would work for MySql database and how. I get the foll error : Mouse drag opertaion failed. The table, view or table-valued function named ''parts'..'PO_mast'' could not be found. Foll. is the error if I try to add a Table Adapter using the wizard, when ...Show All

  • kalias 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 Hi; I'm not building, just running it. I don't want to recompile each time I need a different main in the exe. And that would never work when telling customers using it as they don't even have the compiler. thanks - dave Hi David, As of now I don't know i ...Show All

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

  • cbarru1 unhiding the parent form

    Ok, so i have a j# application form that is started with: Application.Run( new form_splash()); I'm trying to open up a new window with the following code in a click event on a button. form_main window = new form_main(); Hide(); //hide splash window window.Show(); //shift show and activate new window window.Activate(); what can I do from the new form to shift focus back to, and un-hide the splash page The main problem I guess is that I ...Show All

  • hafizsohaib using J# dll with ASP

    Hi, I've been developing a product search that does queries and rankings with the database on the site. I got everything to work perfect on my test box, but I cannot seem to get it to run on the server. Even after I register it, I get Server object error 'ASP 0177 : 80070002' Server.CreateObject Failed It does this even with an incredibly simple J# object. Do I have to compile it on the server What all do I need on th ...Show All

  • mageets using swing package in J# Browser Control

    When I just use awt package, my program runs well. But when I change a awt control Label to swing control JLabel, nothing is displayed and I got "A exception java.lang.securityException occurred in the J# Browser Control." message. Can Anyone help me (I have added the reference to VJSSupUILib ,and my security policy setting is "Area","Local Intranet","Everything".) When I use strong name in my sec ...Show All

  • Ranjeeta Nanda Rebuild Issue with Object Test Bench

    I am able to create an instance of a class in the Object Test Bench.  But everytime I attempt to invoke a method (even an empty void method) of the class, the tool asks me to rebuild it, after which it resets the class and does not execute the method.  It does this even though I have not modified the code in any way.  I try to execute the method right after I create the instance. This seems to happen if you have multiple projec ...Show All

  • kmorrill J# java.awt.Dialog in NF 2.0

    When a java.awt.Dialog is created with a parent of an existing java.awt.Frame that has an icon image set with setIconImage(), according to sun java, the dialog should inherit the title bar icon from the parent Frame. This does not happen in J#, the title bar contains a simple console window icon in it's upper left hand corner. Is there some way to overcome this default behavior and have it display a meaningful application icon ...Show All

  • leighparr Visual J# General

    What is Visual J# General Please refer to http://blogs.msdn.com/varungupta/archive/2005/11/11/491769.aspx Let me know if you have more questions. Thanks, Varun Re: Visual Studio Licening and... Since I haven't finished my post on the subjet, I'll copy & paste what Prashant Sridharan had to Re: How do I learn to write ga... Michael Abrash summarized the secret to success in three points: Hard work Hard wo ...Show All

  • cyberbeast Follow up on ResourceBundle problem

    Hi; If someone in the J# groups could help me with this - http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=147859&SiteID=1  - I think it would take just 5 - 10 minutes. And I think it would expose a bug in J# (as well as finding out what I am doing different). If you do I would be happy to declare you programming stud (or studette) of the month on GotJSharp . thanks - dave Hi David, As the indicated thread wasnt ...Show All

767778798081828384858687888990919293

©2008 Software Development Network

powered by phorum