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# > august 2005

What format?
Posted by c8prog at 8/23/2005 7:58:03 PM
import System.*; class Format { public static void main(String[] args) { Console.WriteLine("{0,5},{1,-5}","10","10"); } } Above program is good result like C#.( 10,10 ) But if I write 'Console.WriteLine("{0,5},{1,-5}",10,10);' Console.WriteLine not support (string,in...more >>


J# URLConnection does not allow setting cookies
Posted by Anna at 8/22/2005 2:49:34 PM
Hi, I cannot set cookie header with J# URLConnection class method setRequestProperty("Cookie", "cookie_name=cookie_value"). Cookie header is empty as received by the server. I cannot use System.Net.Cookie class since we have a single code base for Java and J#. Is it a known bug? Is it go...more >>

conversion of java code to J#
Posted by Colibasi at 8/19/2005 4:26:01 PM
I would like to have a JTextArea with a background white and text should be readonly. The way I tried is something like this: JTextArea text = new JTextArea(); text.setEditable(false); text.setBackground(Color.white); In Java this works ok the backround is set to white. In J# the backgro...more >>

Anyone using single source for J# and java?
Posted by David Thielen at 8/16/2005 8:02:29 AM
Hi; We're about to try getting our java source to compile under J# (.net 2.0 only). We presently build under jdk 1.3. And it's critical for us that we remain with a single code base. Has anyone here done this? And if so, any words of wisdom? thanks - dave david@at-at-at@windward.dot....more >>

C++ Discussion Group?
Posted by Roger Garrett at 8/16/2005 6:42:04 AM
Hi, I've used this J# discussion group in the past and found it to be quite helpful in getting my questions answered. I now have an issue regarding C++ Sockets but cannot find where the comparable C++ discussion group is on msdn. Can someone please point me to it? Thanks, - Roger ...more >>

J# and Java runtimes
Posted by Howard Kaikow at 8/15/2005 12:32:15 PM
Do the Java Runtimes from www.java.com cause any conflicts with J#? -- http://www.standards.com/; See Howard Kaikow's web site. ...more >>

Problems with picturebox
Posted by indubidu at 8/13/2005 12:00:00 AM
Hi, first, sorry for my BAD english. I come from the JAVA pogramming and now I try to programming in J#. M problem, I have 3 classes, a ControlClass(with a button) and ViewClass(with a picturebox, declared as public) and the MainClass( form that contains the ControllClass and the ViewClass)...more >>

How to check if the client machine has J# Browser Controls 1.1b
Posted by Dharmesh at 8/11/2005 3:21:05 AM
Hi, I need to check if the client machine has J# Browser Controls 1.1b installed throught my asp.net page.Please le me know how do i go about it . Life Flash player does if u dont have the plugin installed it checks and redirects you to the installation URL i want to do some thing on the same...more >>



Error: vjssupuilib.exe install
Posted by J at 8/7/2005 8:10:58 PM
vjssupuilib.exe I get an error during the installation and it says something may be wrong with the package. Is there another download I can get? Thanks ...more >>


DevelopmentNow Blog