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

Software Development Network >> Visual J#

Visual J#

New Question

Creating a Dataset - by dragging table from MYSQL database
java.lang.Math.hypot J# equivalent?
Error Configuring Web Site
XUI for J# preview release launched
How do I in the best way get this info from a String
Swing plug-in in jsharp
How to solve mutiple execute files
Visual J# 1.1 not loaded after installing .NET Framework 2.0
too many images = greater load time
New Release of J# Browser Controls

Top Answerers

C#Geek
Gidon Shavit
andy2345
steveQ56
Bob McD
AndyBTechune
hoowahfun
Amitkumar
drougnor
Jati Indrayanto
Five Practical XQuery Applications
Only Title

Answer Questions

  • kurjan Bug in for loop?

    The following seems to increment i by 2. Is this a known bug How do I report it public static void test() { int [] counts = new int [11]; int [] theElements = new int [11]; for ( int i=0; i<=11; ) counts[( int )(theElements[i++]-0)]++; } I found the bug in Visual J# 2003 and 2005, but I cound not be a short code.See http://www.ujihara.jp/CodeTips/VJSharp/ja/jsharp- ...Show All

  • jmurray_mi Adding an Access Connection to Visual J# 2005 Express beta 2

    I have been trying to add a new data source to a J# application under Visual J# 2005 Express beta2 that I downloaded a few days ago. I select the Microsoft Access Database File (OLE DB) and specify a path and the 'Test Connection' button works. However, when I validate, I get the message 'The parameter is incorrect.' Love it.. I have no idea which parameter is involved. I have tried looking at the advanced properties but cannot see anything unus ...Show All

  • Piotr Jelonkiewicz 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

  • Wale M - MSFT microsoft word documents

    Hi, I'm trying to make an aplicarion that modifys a word document (plantilla.doc). I'm changing it byte to byte, but then I need cange its length. Is there an easyer method to do that Hi If your question is about modifying the file size, for example, writing to the end of a file and making it bigger, this is possible with java.io.RandomAccessFile class, which can be used to change the bytes within the existing file contents too ...Show All

  • Gary B Welcome!

    Welcome to the Visual J# forum. My name is Brian Keller, and I am the product manager for Visual J#. Please post your questions here and we'll try to answer them as quickly as we can. Cheers - Brian Keller Product Manager Visual J#   Gody Yan wrote: Does it have the Visual J#.net I want to study Java. Gody, I'm not sure I understand your question. Does what have Visual J# Visual Studio ships with Visual J# and you can get mo ...Show All

  • allenmpcx getResourceAsStream() doesn't work

    Hi; The following code works: System .IO. Stream stream = Class .ToType( SystemWrapper . class ).get_Assembly().GetManifestResourceStream( "resources.resources_en_US.properties" ); This doesn't: java.io. InputStream is = SystemWrapper . class .getResourceAsStream( "resources.resources_en_US.properties" ); Why (SystemWrapper is the class the above calls are in.) thanks - dave   DavidThi808 wrote: Hi; I created a class with ...Show All

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

  • Yogesh Ranade An unhandled exception of type 'java.io.FileNotFoundException' occurred in vjslib.dll

    I keep getting this error and I do not know how to fix it.  get the error after it compiles and befor the form shows up. my code looks like this: private void Form5_Load (Object sender, System.EventArgs e) throws Exception {    int here = 0;    for ( int NumberOfStudents=0; NumberOfStudents<2500;NumberOfStudents++)    {    BufferedReader Stuff = new BufferedReader( new FileReade ...Show All

  • Daniel Leom 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

  • MusicGod "Interface implemented twice" 2.0 compiler bug?

    Given this file (Stuff.js): public class MyClass { public static interface MyInterface { public void DoThingA(); } } public class MyOtherClass { public static interface MyInterface { public void DoThingB(); } } public class MyImplementer implements MyClass.MyInterface, MyOtherClass.MyInterface { public void DoThingA() {}; public void DoThingB() {}; public static void main(String[] args) {} } Doesn't com ...Show All

  • slight MySQL Managed Providers

    Is this what I should be using with a MySQL database   http://sourceforge.net/projects/mysqlnet/ My application is a for church management and consists of numberous fields for data entry.  How do I go about connecting the app. to a database (of any kind)   Do I use datasets Thanks! Hi, Yes you are on the right track ByteFx.Data has been acquired and made as the official managed provider for ADO.NET For Connecting to a data ...Show All

  • Jim Groark System.out.print and String.length > ~64K bug?

    I have ran into a problem where if a String length is around 63-64K in size the System.out.println method will not print the value of the string. Has anybody else experience this This is code I used to reproduce it. int indent = 70000; int k = 0; StringBuffer sb = new StringBuffer(); for (int i = 0; i < indent; i += 1) { sb.append("a"); if (sb.length() >= 53200+k) { System.out.print ...Show All

  • MikeGrozny a Bug error !

    hellow to all .. i have microsoft j++ on my pc and the .net ... i am trying to run a program that is made from a java applet , when i run it it open's exploer , and then i recive the microsoft colse message from the internet exploer ! any one have anyidea what is the reason and how can i solve it thxx Just to understand your problem, - What error message do you see on the internet explorer. - Could you post some small code snippet ...Show All

  • Philip_Bullard about J# browser control

    on the client machine using J# browser control can I 1. access local file system,such as load a image for editing; 2. transfer file to and from a server(not the web host) 3. load ,display and save a tif or bmp image file   if can,how?   Ihave signed the assembly that contains my J# Browser Control code with a strong name, and in .NET Framework Configuration tool,I have specified strong name and fulltrust, But ...Show All

  • Samuel D. Colak Visual J# Express raw Java apps?

    does anyone know if Visual J# Express can compile and run raw Java code thanks for your help Please checkout following post - http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=198123&SiteID=1 Thanks, Varun ...Show All

181920212223242526272829303132333435

©2008 Software Development Network

powered by phorum