Archived Months
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
December 2006
January 2007
February 2007
April 2007
July 2007
August 2007


all groups > vj# > october 2004

Server Error in '/' Application. .....resource cannot be found
Posted by geetha k via .NET 247 at 10/31/2004 3:55:21 AM
(Type your message here) -------------------------------- From: geetha k There is a problem that occurs on the site when i try to access it says Server Error in '/' Application. -------------------------------------------------------------------------------- The resource cannot be fou...more >>

convert bmp to jpeg
Posted by Thuy Truong via .NET 247 at 10/31/2004 3:52:50 AM
Thanks for your input. I'm writing VC++ function to convert bmp format to jpeg. I wonder if there is any function in VC++ can convert one format to others. Thuy ----------------------- Posted by a user from .NET 247 (http://www.dotnet247.com/) <Id>cWltgevigkaQS06zyJuMaQ==</Id>...more >>

API documentation for j# java packages
Posted by Harold Clements at 10/28/2004 5:49:11 AM
It would appear that J#’s java methods are not the same as Sun’s. For example the java.util.Vector package in J# does not have half the methods of the JDK1.4.2 version. Does anyone know where I can get a list of API documentation for j# java packages? I can find the Microsoft name space...more >>

The get() method in java.util.Vector
Posted by Harold Clements at 10/28/2004 3:55:02 AM
I am attempting to write a class that sorts a vector and is an extension of java.util.Vector . It basically works by finding the difference between two integer values stored in an object that the vector is holding. My problem is that I can get the code to work fine in Java 1.4.2 but when I...more >>

Migrating Tomcat Servlets to IIS environment
Posted by NO[at]SPAM at 10/27/2004 7:59:01 PM
Hi there, There is a business requirement for us to migrate the java servlets written in Java 1.4 with Tomcat 4.1 Servlet container to IIS6.0 (Dot Net enabled) servers to run in Windows 2003 Server. Is there any tool that can handle the conversion. Or we need to build the java code in Dot Ne...more >>

Iterator Problems
Posted by Harold Clements at 10/27/2004 11:17:01 AM
I have a problem with the Iterator in J#. In standard Java this code would have run through all the elements in ‘myVector’ and would have worked fine. I have imported both java.util.Vector and java.util.Iterator. Iterator myIterator = myVector.iterator(); while (myIterator.hasNext()) { ...more >>

Socket hang problem
Posted by Tejaswi at 10/26/2004 3:09:05 PM
Hello! I have a J# socket client that does an HTTP Post. Code pasted below. This client works fine on my XP and Win 2003 boxes, but on my Win 2000 Server box, the socket just hangs when it tries to read. No exception nothing just hangs. Any suggestion? public static String httpPost(String...more >>

Opacity
Posted by Chris at 10/26/2004 12:13:03 PM
I've got a Windows Application with multiple forms. One is the Menu.jsl form and the other is a Checkers.jsl form. The user clicks a button in the Menu form to open Checkers. When this happens, I want the opacity of Menu.jsl to change to 50%. When Checkers is closed, I want the opacity to ...more >>



ref parameter
Posted by Burton Wilkins at 10/20/2004 7:33:12 PM
Dear Authorities: In C# and in other languages there is support for "ref" parameter. I need to be able to accomplish the same in J#. Does anyone know how this could be accomplished? Please advise. What I want to accomplish is to pass the equivalent of reference to a "Label". The La...more >>

Server Error in '/' Application. .....resource cannot be found
Posted by geetha k via .NET 247 at 10/17/2004 3:10:51 AM
(Type your message here) -------------------------------- From: geetha k There is a problem that occurs on the site when i try to access it says Server Error in '/' Application. -------------------------------------------------------------------------------- The resource cannot be fou...more >>

Application icon
Posted by Michael Sven at 10/13/2004 10:57:44 PM
Hi I have an applciation in JSharp. Does anyone know how to associate an icon with the application, so that the icon appears whne the .exe is browsed in Windows Explorer? I have tried embedding the icon file. In CSharp it is a project property, but the corresponding property does not seem t...more >>

J# and flat bed scanner
Posted by dmk112 at 10/11/2004 1:17:51 PM
Does anyone have any idea (0r knows where I can find some information on how to control a flatbed scanner with J#? Thank - dmk11 ----------------------------------------------------------------------- Posted via http://www.codecomments.co ------------------------------------------------...more >>

J# vs Java?
Posted by Charles at 10/11/2004 9:45:04 AM
Hi all, If I were to start learning Java, would J# be a suitable IDE to work with? I know it uses .NET instead of the Java VM...but what are the real advantages? And will I be able to use it as a tool while I am learning Java...or does J# differ from Java? Thanks all...if I wasn't clear,...more >>

accessing MS SQL Server from J#
Posted by Mike U. at 10/8/2004 11:45:05 AM
Sorry for cross-posting but I had no luck in the jdbc driver group. Did anybody try to convert the MS JDBC driver for SQL Server to CLR with jbimp or ikvm, or if the developers have any intention to compile it for .NET? I'm looking for a solution to access SQL Server from the Java language that ...more >>

Mdi forms
Posted by Chris at 10/7/2004 1:03:05 PM
Here's the situation: I'm trying to create and program that has a menu screen, with several buttons on them (note that it is full-screen). It will be used for arcade games; we are trying to create a collection of different games, click checkers and tic-tac-toe. Anyways, when you click on ...more >>

How is "System.out.println" resolved to "java.io.PrintStream.print
Posted by Dave Boll at 10/7/2004 7:55:05 AM
In a vjsharp project, in vj# code, when I reference System.out.println, how is this resolved to "java.io.printstream.println" ? Is it possible to achieve this within VB.Net code by referencing certain assemblies (e.g. vjscor, etc.) and importing certain namespaces? I ask because I'd like t...more >>

InvocationTarget Exception missing StackTrace
Posted by Dylan at 10/7/2004 2:19:54 AM
We are executing a J# instance method via reflection that causes an exception to be thrown. The reflection API throws an InvocationTargetException however the details of the original exception contained within the InvocationTargetException and the StackTrace are null. This appears to b...more >>

Serious bug on ternary operator: ExecutionEngineException
Posted by Bruno Jouhier [MVP] at 10/6/2004 10:20:37 PM
The following program compiles fine bug generates an ExecutionEngineException at runtime: package TOBugJSharp; import System.Decimal; public class Buggy { /** @property */ public Decimal get_DecimalValue() { return new Decimal(1); } public Object GetValue(boolean withCast)...more >>

J# Browser Controls v1.1b repost
Posted by Brian Keller (MSFT) at 10/5/2004 12:08:36 PM
I'm pleased to announce that J# Browser Controls v1.1b has been reposted in nine languages. See http://msdn.microsoft.com/vjsharp/browsercontrols J# Browser Controls provide developers with a way to migrate their existing Java applet source code to run within the context of the .NET Framework...more >>

J# Zip Question
Posted by BuddyWork at 10/3/2004 11:43:21 PM
Do you know or have any examples on how to get ZipOutputStream/ZipInputStream classes so it can compress/uncompress without writing to a file, I basically want to pass in a string so it gets compressed by either using GZip or Zip, then I want to pass in the compression string and uncompres...more >>


DevelopmentNow Blog