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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
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 >>
|