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

Software Development Network >> Visual J#

Visual J#

New Question

how to create DLL file in J# or convert J++ dll into J# dll
java (J2EE 1.4) convert to J#
Is the Java serialized object in J++ and J# are compatible?
World's greatest IDE
Saving different versions during the development phase , how?
Any possibility of supporting newer JDK features?
Creating zip files without Path info
axWebBrowser
java.lang.Math.hypot J# equivalent?
ObjectInputStream - cast exception

Top Answerers

Leneise44
SimHrdy
Mad Max
MochaSoft
Slav
nabeel herzalla
ETA76
dawnhornby
Merzhin
Kristofer Liljeblad
Gizmodo
Only Title

Answer Questions

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

  • Michael Xing - MSFT WFC (com.ms.wfc.html) OBJECT Tag call no working

    Hi, I have a Java 1.1 (J++) HTA application. All the clases I have were migrated fine to the J#. It is without compilation errors. But I have many HTML pages that need to load some classes from a managed assembly. I follow the instructions below modifing all my OBJECT tags: http://msdn.microsoft.com/library/default.asp url=/library/en-us/dv_vjsharp/html/vjgrfUpgradingComponentsThatUseCommswfchtmlPackage.asp Even I created a simple page to lo ...Show All

  • Stephen123 J# JDBC Interface with Oracle10g and Mysql 4.1

    Greetings, I would like to create a JDBC Application to run queries against a MySql 4.12 on Windows 2003 database and then insert the query results into Oracle10g on Linux. I understand Java has a JVM environment to devlop the JDBC api and create an open connection to both database platforms. Since I do not have Java programming experience, I would like to create this program using VS J#. I do know that .net has a JDBC driver to Ora ...Show All

  • Hami Problems with 'Alter Login'

    I have a Win32 program to restore a SQL Server backup, and properly map the SQL Server login IDs in the restored database, with the Logins on the Server. I even create the Logins on the server if they don't exist. All this worked great on 7.0 and 2000. In 2005 I'm using the 'Alter Login' command, as I need to specify 'CHECK_POLICY = OFF'. If I restore a backup from my Win32 program, the restore works. The I execute the following command to se ...Show All

  • ThisObject unsafe dll in J# browser control

    In a multi-dll J# browser control, the DLL containing the main J# Browser Control class uses another dll which is written in C# and contains unsafe code. I got java.lang.securityException. Anyone can help me to deal with such situation regards When launch the browser control, I got " An exception java.lang.securityException occurred in the J# browser control" in the status bar in IE. ...Show All

  • ams_ashraf 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 Dave, Below is the scenario that's been worked on: All the following files are in a ...Show All

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

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

  • wilam newbie: trouble connecting windows form to SQL table

    Thanks to anyone who can help... I'm building a data entry windows form in VS.Net 2003 J# that requires the data to be sent to a SQL Server table (the table's name is "Local") when the form's "SAVE" button is clicked. I've built the form using the windows form designer. There are six fields that will use SQL statements to send data to the Local table, and none of the fields are permitted to be null values. Two of the fields a ...Show All

  • FlintZA 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 Hello, Thank you& ...Show All

  • Sam Betts J# Books & Questions

    I'm a new developer and am planning to write an application for church office administration.  It would keep track of facility usage, payroll, members, attendees, donations and general accounting.  I've looked into a couple different languages and have narrowed it down to J# or Omnis Studio (Omnis.net), which appears to be underdeveloped. However, I'm having trouble finding resources (in print or electronic form) for J# and learning it ...Show All

  • Paurav Chudasama System.InvalidOperationException Every Time I try a particular Web Reference

    Greetings Fellow J# Developers! I am currently working on a project which requires me to make references to the Autodesk Vault Web API.  This API apparantly at some point passes in an array of INTS or LONGS.  Although I cannot post the code from their end (on account it is closed source), I can post my code that is generating the error (though I don't feel it will be of any help).  I posted this to the Autodesk Vault user group, ...Show All

  • vijayasekar Crash in Serialization + Multiple Threads

    I encounter NullPointerExceptions when I use Java-Serialization in multiple threads (.NET v1.1.4322, vjslib 1.0.5000.0). Here my test program: package SerializationCrash; import java.io.*; public class Program { public static class Transfer implements java.io.Serializable { public int _a; public String _b; public double _c; public Transfer() {} public Transfer(int a, String b, doubl ...Show All

  • RSudama Why is the J# Redistributable package needed?

    Hi! Why is the J# Redistributable Package needed to run a J# application Or can I just redistribute some assemblies For example, if I develop an application in Borland Delphi using WinForms, I can compile this application to an exe file. This exe file can be executed on any computer that has the .Net Runtime Framework installed. No Delphi .Net Redistributable Package exists. If I develop an application in Dephi using the VCL.NET api all I ha ...Show All

  • pixielightning opening a Form in a form

    hi...im trying to make a program through visual j# that is going to need more then one window to operate.....for example if you were to click a button labelled "Create"...a new window would open up asking you for information......im not sure how i would do this....im guessing opening a form in the form would be the way but i dont know how to do that......if anybody knows any other ways or can help me out with this it would be greatly appreciated ...Show All

123456789101112131415161718

©2008 Software Development Network

powered by phorum