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

Software Development Network >> Visual J#

Visual J#

New Question

How to access Java Language Conversion Assistant
Automated keyboard output
Creating a Dataset - by dragging table from MYSQL database
deploying j# runtime
axWebBrowser
j# form load
Cannot find type 'javax.swing.JEditorPane'
Editable Label in J#
Passed value in ASP Pages
v2.0 Bugs

Top Answerers

arktseytlin
Mr.Smith
small_mountain_0705
carywinton
troff
Aj - Malta
Liviu Uba
carl lorentson
A Neary
Mich_chool
Sp茅cification OPML 1.0
Only Title

Answer Questions

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

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

  • Steve Starck 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 As you have mentioned in the Help, the JLCA tool can be accessed from File->Open->Convert… menu. You may wa ...Show All

  • Chris Nurse 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

  • James Newman Postdata in webbrowser.Navigate

    Hi, I want to Navigate to a site "anysite.php" and sending postdata. If I call Navigate method "anysite.php" is shown. But there is no postdata. Source Code: String postdata = "u=idcode" ; System .Text. ASCIIEncoding a = new System .Text. ASCIIEncoding (); ubyte [] byte1 = a.GetBytes(postdata); webBrowser1.Navigate( "anysite.php" , "_SELF" ,byte1, "" ); The webbrowser shows Method=post instead of method=get but c ...Show All

  • EstherAu 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, wow thats a lot of errors. Now the question is if there is a tool that is strong enough to meet your requiremen ...Show All

  • JPresto LiveConnect and JSObject

    Do we have full Live Connect and JSObject capability in J# 2.0 Nothing has changed right Also, are there any notable performance improvements in Live Connect functionality in J# over MVM thanks, Bora Ertung Hi Varun, thanks for the update. Bora Ertung Hi Bora, Yes, Live Connect and JSObject is supported. Note that JBC is now integrated in Visual J# 2005. There are no specifi ...Show All

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

  • ccaci running server object method from client-side on the network

    hi , i have written two little applications one is working on the client-side. the other one is running on the server-side. i have created an interface on both sides with the same name "ServisArayuzu" and these interfaces has one method . public interface ServisArayuzu { public String getIsim(); } both classes on the server and on the client side implements this interface differently. try { server= new ServerSocket(1500); nextClient= ...Show All

  • Martin Hansen Application does not exit, remains in memory

    I have a quite sizeable application written primarily in J# (with some C#). Under the .NET framework 2.0, when the close button on the main window is clicked, the exe remains in memory after the application exits. In the previous version of the .NET framework this did not happen. There is one slight difference in the code under 2.0. In the form_Closed() event, it is now illegal to put a System.exit() call which worked perfectly well in the prev ...Show All

  • Klaus65 case statement

    Now I need to know how to use case statements with VJ#. Thanks int a = some number...; switch(a) { case 1: // handle 1 break; case 2: // handle 2 break; case 3: case 4: // handle 3 and 4 break; default: // hadnle more than 4 values break; } } ...Show All

  • CRasmussen Using 'My' in J#

    Hi friends! i need use the word "My" in Visual Basic, i can use 'My' but in J# can i Somebody can help me or a example thanks! My is a little bit of syntactic sugar in VB, it does not exist in C#, and probably not J#. It gives you nothing but shortcuts, everything it offers is available directly from scoping namespaces and classes in the framework. What are you trying to do I want build a simple aplication! Si ...Show All

  • footballism Reading Text File and Dumping Data into MS SQL Server Database

    I want to create an interface that will allow me to choose a text file and have that data populate a database and then that information is shown in the interface. Can someone just push me in the right direction Go slow I haven't programmed in Java in over 3 years. Helps me out some and I appreciate the time, but I guess I needed Java 101 again cause I kinda understand the code.....I do understand the ...Show All

  • aschreiber drag and drop

    I am creating chess game and I want to move chess. How can I drag and drop chess Chess is picture. Thank you. If you are using VS 2005, you can Drog and Drop PictureBox item from ToolBox. Choose image source as your chess image. I am a student at the Technical University Iasi in Romania, in Computer Sciences,, and I have to build such a project for myself, my trouble is that I have to build it in J#, but I have an example f ...Show All

  • Lemonsprig 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, I have tryed this solution but it gives me about 36000 errors. It doesn't support J2EE 1.4. It supports only J2 ...Show All

383940414243444546474849505152535455

©2008 Software Development Network

powered by phorum