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

Software Development Network >> Visual J#

Visual J#

New Question

Is there a public J# Roadmap ?
mouse scroll event in J#
J# x64 Support
Creating zip files without Path info
Hide standard control's properties in designer
Play sound and video in J#
Migrating JNI to P/Invoke
java.util.zip.ZipFile performance problems
Unable to load the J# Browser Control
How to hit BreakPoints in VJ#

Top Answerers

blankmonkey
Dnm77
Sodan
Luis Abreu
liyuefu
mtower
Srini A
TomGao
Prasant Swain
oreXero
Boston Area Visual
Only Title

Answer Questions

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

  • Babak Omidvar Change Decimal Separator

    Hello I have a class that I use to format a double value and return it as a string. I have been having a problem with culture settings that use a comma (rather than period) as the decimal separator. I tried the following : static { System.Globalization.CultureInfo.get_CurrentCulture().get_NumberFormat().set_NumberDecimalSeparator("."); } which causes an exception to be thrown: System.InvalidOperationException: Instance ...Show All

  • Baruchf One app, multiple main()'s

    Hi; I have a single project that has about 18 main methods in it. How can I run the created exe (it's a console app) and tell it which main to use as "the" main thanks - dave If you are building from command line you can use /m[ain]:<class> option of vjc.exe. If you are building using VS, you can set the "Startup Object" property in the Project Properties->Application page. Thanks, Gautam Hi; I'm ...Show All

  • msjonathan Difficulty in inheriting Abstract Class

    I am trying to work thru Visual Studio Hosted examples using J# - The examples only discuss C# and VB so I am trying to come up with the equivalent J#. I am stuck on code similar to the following: ( I have simplified it a bit to what is in the example - the example using C# )   Add Class: Company :   using System;   namespace Northwind { public abstract class Company { public int ID; public string Na ...Show All

  • TallMike Is there a public J# Roadmap ?

    Hi I am looking for the public J# roadmap, does anyone know where I can find it Ohad Please go through following thread, this might provide you some insight into future plans. http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=364340&SiteID=1 In general, for future releases of Visual studio, you can refer http://msdn.microsoft.com/vstudio/future/default.aspx for high level roadmap. thanks, varun What ...Show All

  • Andrei Gheorghe 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

  • marketingmaniac using J# dll with ASP

    Hi, I've been developing a product search that does queries and rankings with the database on the site. I got everything to work perfect on my test box, but I cannot seem to get it to run on the server. Even after I register it, I get Server object error 'ASP 0177 : 80070002' Server.CreateObject Failed It does this even with an incredibly simple J# object. Do I have to compile it on the server What all do I need on th ...Show All

  • JiaJun performance difference in .NET 1.0 and .NET 2.0

    I recently upgraded a sockets application from .NET 1.1 to .NET 2.0. I found that the getByName method on the INetAddress class takes several times longer to execute under .NET 2.0 than it did in .NET 1.1. That is INetAddress.getByName("10.0.0.1") is a MUCH costlier operation under 2.0. Any suggestions on how best to go about 'recovering' the lost performance would be appreciated. Currently, I am caching the resolution, but it ...Show All

  • CMP Saving different versions during the development phase , how?

    Lets say I wrote som code that is partly finished and I intend to add more and maybe change what I have at the moment. Then I would like to save my project at this moment so I can get back to this version later. What could I do Should I save my project under a new name Or is there some built in features for having different versions of a program Normally, a version management system like CVS, Visual SourceSafe, Subversion is used for suc ...Show All

  • Raoshan 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 You may know how to create resouce files if you open J++ ...Show All

  • Robert.Jack java.net.ServerSocket under J# & .NET Framework

    Hi, I've converted our Java application to C# recently, This is an Client/Server application exchanging data over tcpip sockets. Conversion was successful. But I've noticed that java.net.ServerSocket.close() does not interrupt accept() method as a result Application does not shutdown. Can you please tell me where I'm going wrong ;-) Thanks, Sameer Can you put the example please... I need try this example, ...Show All

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

  • Jasonval2005 J# tutorials?

    Hi i am a flash developer, and i was interested in learning a language for programing software. I heard that the syntax to J# is the closest to flash's ActionScript so i thought it would be the bestto learn as i am very familiar with actionscript, but i dont know where to start i dont really know anything about J# does anyone know of any tutorials for getting started Thanks You might want to ...Show All

  • Jim Losi One app, multiple main()'s

    Hi; I have a single project that has about 18 main methods in it. How can I run the created exe (it's a console app) and tell it which main to use as "the" main thanks - dave Add the following class and set it startup object. class Program {  public static void main(String[] args) throws Throwable  {   if (args.length < 1)   {    System.err.println("Missing arguments.");   &nb ...Show All

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

838485868788899091929394959697

©2008 Software Development Network

powered by phorum