all groups > vj# > july 2005
Aero Glass
Posted by David McGree at 7/28/2005 9:44:02 PM
Hi.
I installed Vista Beta this morning, but the glass look (transparent edges
etc. as seen in all beta 1 screentshots) aren't there.
My graphics card is an nVidia 6600, and I have a 2.53ghz processor with
512mb of
ram, so that shouldn't be the problem.
... more >>
ZipEntry class - date setting
Posted by Sreelu at 7/27/2005 7:53:01 PM
Hi
I'm using ZipEntry class in one of my asp.net applications(c# is code
behind). I'm able to successfully zip a file, but the date of the zipped file
is shown as 1/1/1980. I tried to ZipEntry.setTime(long), but it is also of
no use. How to get orignal file date/tiime for the zipped file. ... more >>
Java API for XML Processing
Posted by lankylad at 7/26/2005 10:12:03 AM
Is it possible to use the JAXP libraries in J#? I have downloaded them from
Sun and tried to convert them using Jbimp, but no joy... more >>
calling action function of the inner class in main function
Posted by anoop at 7/20/2005 9:39:14 AM
Hello,
How can I call the action function of the inner class in main
function of the .java code file applet Application.
Thank you.... more >>
java.text.DecimalFormat
Posted by Andy W. at 7/20/2005 9:31:02 AM
Hi,
The following piece of code is producing an odd result. Upon execution
s1="2199.76" whilst strangely s2="2199.77".
java.text.DecimalFormat DF = new java.text.DecimalFormat("#,##0.00", new
DecimalFormatSymbols( Locale.US ) );
double d1 = 2199.76;
String s1 = DF.format( d1 );
doub... more >>
how to instantiate the inner class.
Posted by anoop at 7/16/2005 10:36:05 AM
Hello,
I created a .java code file in Visual J#.Net and converted it into
the application by adding the "public static void main(String args[])"
function.
I have created the two classes one extends from Applet, and the other
extends from Frame. The class which I inherited from the ... more >>
Microsoft J# Browser Controls Question
Posted by Jason Chu at 7/15/2005 7:21:05 AM
I have a java applet, that by using JNI, allows u to use a scanner through a
c++ built dll with twain.
That scanned image is then saved to disk (JAR signed), and in turn, is
uploaded to a webservice.
I'm not really sure how this Browser Controls work, but would it allow me to
turn all thos... more >>
|