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

Software Development Network >> Visual J#

Visual J#

New Question

how to create DLL file in J# or convert J++ dll into J# dll
Any good Add-Ins for VS 2005/J#?
How different J# is from Java?
is there a way to include SWT
Assembly info Attributes
New Release of J# Browser Controls
method to cast to/from ubyte[]/byte[]
How to hit BreakPoints in VJ#
Access SQL Server from J#
ResourceBundle problem

Top Answerers

JWTK
Elias Marin
Roedeske
chikloo
ptah
ZHA
mike11d11
Mike McGavin
Sumant Gupta
Leyan
David Nye, Consultant
Only Title

Answer Questions

  • Skeebopstop J# limits

    Hi, I just saw this from Andrew Binstock article (http://www.devx.com/SummitDays/Article/6918) ---------------------------------------------------------------------------------------------- the J# does not support applets, the Java Native Interface (JNI), Raw Native Interface (RNI), or remote method invocation (RMI). J# is intended strictly for stand-alone client-side software ------------------------------------------------------------------- ...Show All

  • glentrino2duo How to access Java Language Conversion Assistant

    I'm trying  use JLCA tool, but don't know how to access it from VS2005. I've look into the help, it says go to File->Open->Convert,  but when I go to File, I can't fine a Open menu, there is just Open Project, Open File menu available. Anyone have an idea on this Thanks. Lennie I've already able to find the JLCA tool througt Costomize window. Thanks. I f ...Show All

  • DWEBB1965 Does Vj# allows to get Parent Window of an Iframe

    Hi all    we are now porting the webappplication codes from vj++ to vJ#. In that we are accessing a parent iframe window from its child window ,which was working in vj++.But the same code now ported to vj# seems to be not working.Whether any other things need to work or not.so please provide some ideas to get its parent or its topwindow. the sample code DhWindow botomWindow= this .getWindow().getParent().getParent(); DhWi ...Show All

  • Pascal Geuze please help ?!

    I am new at java... I have found this example for sending mail... import java.io.*; import javax.mail.*; import javax.mail.internet.*; import javax.activation.*; public class SendApp {     public static void send(String smtpHost, int smtpPort,                             String from, String to,       ...Show All

  • Dan Rogers java (J2EE 1.4) convert to J#

    Hi, I want to convert my application in java (J2EE 1.4) to J# with minimum changes. Where can I get the script Thank's Alexei (I have tryed JLCA 2.0, 3.0 and it gives me about 100,000 errors becouse it convert to C#. I don't have a time for working on errors. I read that Java can be converted to J# with minimum errors.) Hi, J# doesnt implement J2EE stack in itself. You would have to use JLCA to convert to .NET For the J2EE versi ...Show All

  • LorenaHE Simple Echo Server

    I am using Visual J# 2005 Express Beta 2 to create a simple echo server. I have created the form and design and able am able to launch the program. I have created a RichTextbox to display the connections and 'echo's. The problem is when after starting the echo server by clicking on a button, the program stops responding. But the echo server is running in the background because I am able to connect to the echo server (localhos ...Show All

  • CyK Enum Problem

    How do I convert this from java to j# private enum Status {CONTINUE, WON, LOST}; Thanks for the help. Hi, In Visual Studio 2005 (.net framework v2.0), your enum code must compile as it is. PLease refer this link for more on enums in J#. Thanks. Hi, In VS2003, J# didn't support writing enums though it supported consuming them :(. AS an workaround, 1. You can expose a set of named constants  ...Show All

  • Ever Olano 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

  • amundra Error Configuring Web Site

    I am using Visual Studio 2005 Beta 2 - I have completed Soup-to-Nuts 1 thru 9 doing them in Visual J# and have had to create all added code and files that appear from one lab to the next, not to mention the problems with the differences in ADO .Net with datasets and table adapters anyway I have go thru that, now Lab 10 deals with Web applications so I decided to revist the Lab "Creating ASP.NET Web Applications with J# - Part 1" I ...Show All

  • ohansen unable to open C# solution after converting it using JLCA

    Hi, i am using VS.Net 2005 Beta 2, successfully converted a J2EE application to C# project. But when i tried to open C# solution second time it is not opening. Have someone come across this situation Can somebody address this issue. Thanks. Hi, Could you please tell us the error message you are getting That will really be helpful in narrowing down the issue. Thanks. ...Show All

  • That Tim Guy Error Configuring Web Site

    I am using Visual Studio 2005 Beta 2 - I have completed Soup-to-Nuts 1 thru 9 doing them in Visual J# and have had to create all added code and files that appear from one lab to the next, not to mention the problems with the differences in ADO .Net with datasets and table adapters anyway I have go thru that, now Lab 10 deals with Web applications so I decided to revist the Lab "Creating ASP.NET Web Applications with J# - Part 1" I ...Show All

  • JamesParker too many images = greater load time

    ok, ive got a good... 96 images on a form with scrollbars, as your scrolling left and right, it takes a while for the images to reload, is there a way to speed up the load How are they being loaded/displayed Store the images inside your class, and then draw them in your OnPaint handler.  You'd want to store them in a container of some sort, probably a Dictionary and come up with some way of lookin ...Show All

  • RahulGangwar java.text.Bidi functionality

    Hi; What .net class has the same functionality as java.text.Bidi (which I assume is not in J#) All I need is the ability to give a method a string and find where the string changes direction. thanks - dave Hi; It looks like this could do it. Does the following sound correct to you: 1. call ScriptStringAnalyse() to get the SCRIPT_STRING_ANALYSIS data. 2. call ScriptString XtoCP() character by character. 3. if the character position is prev ...Show All

  • hcoloc Simple Client / Server app, not working?

    Hi, I am using VS.NET 2005 beta 2, and I'm having a problem setting up a simple console client / server application using ServerSockets and Sockets. Using my code, the server gets up and running, and receives a connection from the client. However, for some reason I cannot send information to the server and receive information back after this happens. Here is my code: SERVER ================= private static class sessionThread extends T ...Show All

  • beeaton ODBC error message: [Microsoft][ODBC SQL Server Driver]00107002COUNT

    I'd like to execute a stored procedure on SQL server 2005 through the com.ms.jdbc.odbc.JdbcOdbcDriver driver but i get an error message: "[Microsoft][ODBC SQL Server Driver]00107002COUNT mez vagy szintaktikai hiba" On SQL server 2000 it works. Best regards, Ferenc It will be great if you can post us small reproducible code snippet of stored procedure and the program which invokes stored procedure. Pl ...Show All

123456789101112131415

©2008 Software Development Network

powered by phorum