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

Software Development Network >> Visual J#

Visual J#

New Question

How to hit BreakPoints in VJ#
LiveConnect and JSObject
Publishing a project
J# x64 Support
Reference to vjslib.dll fails after RTM Framework 2.0 installation
Is the Java serialized object in J++ and J# are compatible?
Crash in Serialization + Multiple Threads
Dynamically adding items to asp:ListBox
J# x64 Support
Simple Client / Server app, not working?

Top Answerers

Alain Dupont
Tony_
jackzar
emalik
Sriram Rajamanuri
chale
WhiteClaw48
gisgeezer
mandar17367
Dr Wu
Topix: Food
Only Title

Answer Questions

  • Iyana Creating documentation for our project

    Hi; Any suggestions on how we build up our documentation for our API nDoc does not handle VS 2005 and does not understand java style comments. thanks - dave Any chance Microsoft might release their documentation tool Maybe open source it like they did with WIX It sure would be nice to have... Especially since ndoc is not available for VS 2005 yet for any language - and may not be ready soon - http://sourceforge.net/mailarchive/foru ...Show All

  • Fallendown Visual J# no symbals loading

    my forms start up then shut down immediatly and i get the following messages: 'DefaultDomain': Loaded 'c:\windows\microsoft.net\framework\v1.1.4322\mscorlib.dll', No symbols loaded. 'Project1': Loaded 'C:\Documents and Settings\Administrator\My Documents\Visual Studio Projects\Project1\bin\Debug\Project1.exe', Symbols loaded. 'Project1.exe': Loaded 'c:\windows\assembly\gac\vjslib\1.0.5000.0__b03f5f7f11d50a3a\vjslib.dll', No symbols loaded. 'Proj ...Show All

  • jms04081974 Visual J# General

    What is Visual J# General Re: Visual Studio Licening and... Since I haven't finished my post on the subjet, I'll copy & paste what Prashant Sridharan had to Re: How do I learn to write ga... Michael Abrash summarized the secret to success in three points: Hard work Hard work, and Hard work Re: LINQ May 06 CTP installed ... Here is the proper command line override to work around skipped over installation actions due to ...Show All

  • tansu J# is causing problems for me like usual.

    I have just finished the problem before and then saved my work. I always leave the program running for a while after I save to make sure it saves. The problem is J# will no longer let me access my code, because it wants somthing from the USB key that I backed up to. Unfortunatly I do not have the USB key right now and I need to access the code does any one know how to do that. Sorry about all of the question I keep asking. This is a major ...Show All

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

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

  • TSCH is it possible to create ppc apps with j#?

    is it possible to create windows mobile games with j#   cuz all i know is some java (that i learn in school) and don't want  to completely change languages, so i am trying visual studio, and saw j#, so decided to try that, but i didn't c a j# smart device thing.....   also, can i add my own libraries or my own API   cuz i like suns API better, cuz i'm used to javax.swing and stuff.  ...Show All

  • paragp J# is causing problems for me like usual.

    I have just finished the problem before and then saved my work. I always leave the program running for a while after I save to make sure it saves. The problem is J# will no longer let me access my code, because it wants somthing from the USB key that I backed up to. Unfortunatly I do not have the USB key right now and I need to access the code does any one know how to do that. Sorry about all of the question I keep asking. This is a major ...Show All

  • MikeOzz How can I encrypt a String to put it into a Database?

    How can I encrypt a String to put it into a Database I've tried with: public static String encrypt( String textoplano) throws IllegalStateException { MessageDigest md = null ; try { md = MessageDigest .getInstance( "SHA" ); // Instancia de generador SHA-1 } catch ( NoSuchAlgorithmException e) { throw new IllegalStateException (e.getMessage()); } try { md.update(texto ...Show All

  • Alquimista09 Problem with C++/CLI and J# interaction bug

    I'm having a problem with C++/CLI and J#. I am writing a class library in C++/CLI and want to use it from J#. I narrowed down my code and wrote a repro: a.cpp: #using <mscorlib.dll> #include <stdio.h> using namespace System; namespace AA { public ref class A { public : unsigned long Print() { printf( "Hello\n" ); return 0; } }; } b.jsl: import System.*; import AA.*; public class Test { public static void main( Stri ...Show All

  • danoliv Access SQL Server from J#

    Hi, I'm triying to make a visual java project that includes a SQL server database and I don't know how. It's the first time I do that. I have made the SQL database, but I don't know how initiate the connection with it. Hi, You may also like to refer this post . This post has got a working sample code also. I would still suggest you to go use Data Configuration Wizard instead of writing the code yourself. Code in the recommended post has a ...Show All

  • RMS rookie Any good Add-Ins for VS 2005/J#?

    Hi; In the java world I use IntelliJ and in the C# world I use Visual Studio wit ReSharper & nunitaddin. Is there anything like this for VS 2005/J# ReSharper flat-out does not work with J# (they officially don't support it and most of it's features are turned off in J#). And nunitaddin does not understand J# (for a main()) or junit. And Visual Studio doesn't come close to having the features found in ReSharper & nunitaddin. Anythinf out ...Show All

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

  • Bruce L-C MVP Need help

    I don't really get how to use J#. I kind of use Qbasic, but this is completly different. Could someone make a very simple program for me that will teach me how to do the basic things like type to the screen and using variables Eventually I want to make an RPG with 3D graphics and I was told that this was a good language to do this on. Can anyone help Check out the J# language introductions @ http://msd ...Show All

  • Jay McCleery Visual J# Redistributable Package v2.0.50727

    I have installed Visaul Studio 2005 with C#. Recently, I am testing a sample program (BaseStockService) from WSE 3.0. I couldn't open the solution file as the VS 2005 complained it needs "Visual J# Redistributable Package v2.0.050727" installed. Well, I don't know why a C# project will need J# installed. But the point is where I can find this package I searched everywhere but in vain. Could anyone shed some light on this Thank you i ...Show All

575859606162636465666768697071727374

©2008 Software Development Network

powered by phorum