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

Software Development Network >> Visual J#

Visual J#

New Question

onClick, Questions??
java.text.Bidi functionality
Warning - don't use ReSharper
javax.* support
JMenuBar performance broken if using heavyweight popups?
how to create DLL file in J# or convert J++ dll into J# dll
How do I create an exe file or a jar file from J#?
ObjectInputStream - cast exception
Not map fonts to unicode
J# java.awt.Dialog in NF 2.0

Top Answerers

imyousuf
cpdeepak
Stephen912
dobry
Akd02
Nigel Watling
Matt Skone
wxhhxw
RodRogue
Vivian.Sun
Topix: Sarcoma
Only Title

Answer Questions

  • Prasadi de Silva tif image processing in J# browser control

    In java tiff and bmp image file processing is supported only in JIMI or JAI package. I want to convert my tif image processing java applet to J# browser control,but it can't use JIMI and JAI library. Does J# have any correspondent image processing library Because GDI+ can handle TIFF and BMP image, you can convert TIFF and BMP image into the other format using the classes in System.Drawing namespace. YUI, V ...Show All

  • krw Need help...

    I am a J# begginer, (I started this morning) I can do some basic stuff, but I need to know to give an action to buttons. For example I want to be able make a program (like notepad) that can save text. I have everything together, except how to make buttons do something! J# Illiterate Jackthbean Hi, I am assuming that you are using visual studio or J# Express to make your application(let me know if its ot ...Show All

  • Dan Bunea MSDN Use Class Libraries with VJ#

    Hi I know this topic to be asked possibly few times before, but however I did not succeed finding any infomration useful to my problem. Suppose you got a project - say some calculator for an online game. Further suppose you intend to organize your classes needed in a VJ# Class Library. Everything's alright up to now. The Library compiles and builds successfully but when it comes to use this library I don't know how. Both projects (main ...Show All

  • Ravi Varma Erro with J# - Urgent!!!

    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

  • Mario Moore Where can you get vjsresgen?

    Hi; All of the links listed here and the ones in the msdn search are to a link that gives you page not found. However, you can get it at http://download.microsoft.com/download/3/2/E/32EC45AF-1A69-400A-817E-1E1EC1E7DA03/Whidbey/Application/Vjsresgen.zip.exe thanks - dave Also, it's not an .exe - it's a project and you have to build it. It builds fine but you do have that extra step. thanks - dave ...Show All

  • Tron Eivin is it possible to create ppc apps with j#?

    is it possible to create windows mobile games with j#   cuz all i know is some java (that i learn in school) and don't want  to completely change languages, so i am trying visual studio, and saw j#, so decided to try that, but i didn't c a j# smart device thing.....   also, can i add my own libraries or my own API   cuz i like suns API better, cuz i'm used to javax.swing and stuff.  ...Show All

  • KenJr Using javax.crypto library

    Hi, I want to port a Java .class to J#. I tried to use jbimp, because my final goal is to consumate that library in C#, but it gave me a lot of errors. I'm aware that J# uses JDK 1.1.4 libraries, but I want to know if it is possible to use newer classes with it without reimplementing all the libraries. I've read about some "runtime bridges", but I'm not wishing to use commertial products, as I'm doing a college research. ...Show All

  • neodev J# tutorials?

    Hi i am a flash developer, and i was interested in learning a language for programing software. I heard that the syntax to J# is the closest to flash's ActionScript so i thought it would be the bestto learn as i am very familiar with actionscript, but i dont know where to start i dont really know anything about J# does anyone know of any tutorials for getting started Thanks You might want to ...Show All

  • Bill Hamaker 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

  • Jag711 Erro com J# 2.0 - Urgent!!!

    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

  • Windows Mobile 5.0 smartphone Is it possible to use NotifyIcon without a form?

    Hi, I'm trying to write an application that sits in the system tray and runs in the background, displaying a balloon pop-up when a condition is met within the program. Using Visual J# 2005 Express Edition, there's a form object called NotifyIcon, which would do what I need it to do, however, it is part of a form. Is there a way of using this class without having it attached to a form If not is there any way I can achieve the same outcome I ima ...Show All

  • BillTodd Limiting textbox to text only

    Hi :) How could I limit an input for a text box to text only That is, no numbers. Maybe some exeptions for symbols. Thanks, Klaidas You can write script to manage this in the client side.   Create a script function call it as ValidateInputs and attach the script to the control using following line of code.   textboxID.Attributes.Add(“onkeyup”,” ValidateInputs”); &n ...Show All

  • mike6669 System.IO.Stream <==> java.io.InputStream/OutputStream

    Hi; So you have wrapper classes where like: DotNetStreamWrapper (java.io.InputStream stream) : implements System.IO.Stream JavaStreamWrapper (System.IO.Stream stream) : implements java.io.InputStream And same question for Enumeration <==> Iterator. - thanks - dave Hi Dave We do not support wrappers as mentioned by you, to get a java.io.InputStream from an existing System.IO.Stream or vice versa. We would be interested in knowin ...Show All

  • ventura pretty colors in tabset

    How can I change the default color for the tab control in j#, or am I stuck with the shoddy default color Hi Brian, I could validate that there is no public method to modify the default background color of TabControl. This is being tracked and investigated through http://lab.msdn.microsoft.com/ProductFeedback/viewFeedback.aspx feedbackid=e3877f1c-4cb7-48b4-87f7-1ef802b08dc3. Thanks,    &nbs ...Show All

  • pogsjaranilla Common source for Java & J#

    Hi; If you have java code and want to use a single source base for the Java & J#, here are 4 good references: J by J# is J# versions of a ton of common open source libraries - all done by 1 incredibly productive programmer . GotJSharp is a website I put together to list resources for common java source. If you know of any other sources or have suggestions for the site, please let me know. Windward Reports is a reporting progra ...Show All

789101112131415161718192021222324

©2008 Software Development Network

powered by phorum