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

Software Development Network >> Visual J#

Visual J#

New Question

java (J2EE 1.4) convert to J#
Access SQL Server from J#
how to create DLL file in J# or convert J++ dll into J# dll
litlle problem
Why is the J# Redistributable package needed?
ZipFile.close() not working as expected
How to hit BreakPoints in VJ#
System.getProperty("java.version") == null
axWebBrowser
axWebBrowser

Top Answerers

JamesHeiser
Dan Kitzmann
Karthikeyan Mahadevan
ScruffyDuck
alex2308
Bayamo
Stephen Solt
lhe
One Marobela
Shyam Vaidya
Murach's Beginning Visual
Only Title

Answer Questions

  • Jesse Anderson Is J# included in .NET 2.0 RTM Redist?

    As you all know, Visual Studio 2005 and the .NET framework 2.0 were released yesterday. I have found the dotnetfx redist on MS downloads, but no J# 2.0 redist. Is it finally included in the regular .NET setup, or will it come later J# Residt will be shipped separately and its going to be very soon. For Beta version please visit http://msdn.microsoft.com/vjsharp/downloads/howtoget/default.aspx  to get VJ# redist. L ...Show All

  • Labi How do I get the separator + a more general question

    I have a textbox in which I enter numbers. I extract the individual strings and I would like to know how I can extract the specific separators. Also a more general question. If the processing of this text data would get more complicated how should I proceed So far as seen in the code example it's no problem doing everything inside the textbox change event function. For the moment the indata is supposed to be integers that are added up. But I wou ...Show All

  • Worrior How do I create an exe file or a jar file from J#?

    I need to provide someone (a science teacher) with just an exe that they can run. The program prompt for some values, perform calcuations and produces a table of outputs.  They do not have Visual Studio NET installed on their computer.  How do I make an executable in J# Thanks! Mrs. Bellacera If you build your project, an exe will be created in the bin\debug or bin\release folder. You can run this directly, but you will need ...Show All

  • npvw Visual J Redistributor package from non admin account

    Hi, I have a VB.Net app that depends on the redistributed Visual J package. It all installs well and works under Administrator. Is there any reason why this won't work under a normal user account Regards Phil Specific scenarios in which application might demand for admin privileges may be accessing any file resource which required admin priviledges. Is your application running fine when you dont use ...Show All

  • indra bayu Reference parameters

    I'm trying to access a class library written in C++/CLI from J#. So far everything worked out but I have one callback which I'm having trouble with. The problem is that I am not sure how to specify reference parameters. In C# it would have been done with 'ref' keyword. The delegate looks like this: delegate unsigned long CustomCallBack(MY_CLASS ^%pClass); the callback is suppose to fill up a instance of pClass and return with a succes/failure r ...Show All

  • Macrel hi

    Hai ,,,, a simple Question ... Is there any similiraties between C# and J#... Yes, you are right...if you compile code written in a language that runs on .NET, Then the compile code (called IL) can run on any machine that has CLR. i m very new to the .net. but this .NET Common Language Runtime (CLR) thing, has a simular idea to the Java's JRE everything that has CLR can run .net codes without ...Show All

  • Antwan43868 J# .NET 2003 Redistriuteable 1.1 Install Problems

    I was installing J# .NET 2003 when in the middle of installation of the redistributable packet my computer crashed.  I am trying to reinstall but it always fails.  I believe this may be due to the fact that it cashed when insalling the first time so there are still partsof it installed.  How would I uninstall what is installed so far Hi, Does it show any entry for J# Redist\.NET Framework in Ad ...Show All

  • WhiteGandalf Automated keyboard output

    Hey all, I was wondering how you do automated keyboard output with Visual J#. What I mean by automated keyboard output is a macro program that presses keys or click the mouse for you.For some reason, I noticed that Visual J# does not have the Robot class in the java.awt package. There is some other package that is used to do automated keyboard output Thanks Hi, you can use System.Windows.Forms .SendKeys c ...Show All

  • Omar Damiani Urgent for final task, transfer from J# to Java!

    Hi, I'm in crisis for my final task. First, can J# accept/filter only Sun's Java code I mean, J# has delegate, events, blablabla, while Java can't. Can J# filter those Second, J# is somehow a little different compared to Java. For example, it doesn't overload the conn.createStatement() method, which is overloaded by Java. I mean, how can I convert existing Java code(which takes parameters) to J# code (which takes no parameters) ...Show All

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

  • Vaidotas .Settings files

    I am trying to use a .settings file to store users application data such as database usernames and passwords etc. I have set up a .settings file with a few entries such as: Name: odbcName Type: String Scope:Application Value: I have been able to get the contents of the settings file if i put something in the value field by using the following code: Settings1 mySettings = new Settings1 (); String odbcName = mySettings.get_odbcNa ...Show All

  • ShadowMan Web Browser, HTML selection

    Hi, I have implemented a simple Web Browser using the inbuilt Web Browser component. I now need to be able to highlight some text on the web page and for this to then be selected by the J# program. This is possible in Java by using the getSelectionSrat and getSelectionEnd methods linked to the JEditorPane, and it is possible in C# by using IHTMLSelectionObject and IHTMLTxtRange, but now I need to find the J# version! Regards Richard ...Show All

  • JakobH long & int mismatch error (bug-information for the j# team)

    Hi J#-Team, as i don't know where to post any j#-java language differences, i am posting it to this forum. The calculation of the following values is different in j# and java: public class Test { public final static long NUMBER=90; public static void main(String[] args) { System.out.println(NUMBER*24*3600*1000); } } // java output is 7776000000 // j# output is -813934592 best regards, atem Thanks for rep ...Show All

  • rhapsodyv Smart Client Deployment

    Hi, i’m new on Smart Client Deployment. I now that there are new things on .net 2.0, but i’m still working with version 1.43. I’m trying to publish on a IIS a Windows Forms executable made obviusly on .Net. Everything works fine on the client side until i use some J# dll and i get the following message... java.lang.NullPointerException: Referencia a objeto no establecida como instancia de un objeto.    at Etelecom.Programas.wconexion. ...Show All

  • MSSam Help: how can I avoid the System.OutOfMemoryException?

    Dear All, A System.OutOfMemoryException always occurs in my program when the input data size becomes larger. Basically my program uses a recursive method to travel all paths in a graph. For example, the graph's configuration looks like this: three nodes A, B, and C. There is one edge between B and C, and the only thing that changes is the number of edges between A and B. When there are 2000 edges between A and B, my program works fine. But if ...Show All

323334353637383940414243444546474849

©2008 Software Development Network

powered by phorum