| | Rating Thread /
Thread Starter | Last Post  | Replies | Views |
|  | I would like to do a screen capture from J#
Tried using Robot, but since that is 1.3, it is not supported
Any .NET classes that do this
If not, how...
tomato
|
05-28-2004 04:08 AM
George Birbilis [MVP J#] [9880] | 2 | 35 |
|  | btw,to use the serial port from J#, see
http://www.mech.upatras.gr/~robgroup/
go to Teams/Logic/Demos/Using a Kaidan eMCee controller
you'll find a...
Joe
|
05-27-2004 09:32 AM
George Birbilis [MVP J#] [9880] | 2 | 33 |
|  | I've one C# sample which contains a class
public class CustomersList : CollectionBase, IBindingList {...
which does not implement ALL methods of...
Sameeksha
|
05-27-2004 09:14 AM
George Birbilis [MVP J#] [9880] | 4 | 43 |
|  | When I wanted to use the getOffset method in j# is wasn't there. I
there an alternative for this method? Or maybe a workaround?
Thanks in...
Sjakie
|
05-27-2004 09:02 AM
George Birbilis [MVP J#] [9880] | 2 | 54 |
|  | Does any one knows how to import a user defined class into a program that is written in J#. I have tried putting the file with the extension vjs in...
Jose
|
05-22-2004 12:51 PM
Jose | 0 | 34 |
|  | I am aware that J# applications require full trust at this
time (I am using J# 1.0 in this case). However, I am
building an library that I want to...
Vijay
|
05-20-2004 09:29 PM
Vijay | 0 | 41 |
|  | Hi all,
Since MS Mobile is out, so is there anyway or going to support or
compiled into MS Mobile ?
Thanks
Ivan
|
05-19-2004 09:10 PM
Ivan | 0 | 32 |
|  | The C# code is
unsaf
fixed(sbyte* pAsciiLower = sbArr2
szAsciiLower = new String(pAsciiLower, 0, sbArr2.Length)
Jitesh Chourasia
|
05-18-2004 03:52 PM
Manuel J. Goyenechea | 2 | 36 |
|  | Hello,
Is it possible to monitor folder activity in J# ??
if you could give me any advice i would really appreciate that!
thank you very much in...
Daniel von Fersen
|
05-18-2004 05:22 AM
Daniel von Fersen | 0 | 46 |
|  | Hi
The following code of VJ# gives System.FormatException on creating a Build
//////////////////////////////////////
// <Snippet1
import...
Vinay
|
05-17-2004 02:51 AM
Vinay | 0 | 33 |
|  | Can you suggest something on the basis of the following code?
using System;
using System.Web;
using System.Web.UI;
public class Page1:...
Jitesh Chourasia
|
05-17-2004 02:51 AM
Jitesh Chourasia | 1 | 42 |
|  | Hi
Im getting following error in my C# code
Description = "The best overloaded method match for 'System.Xml.Schema.XmlSchemaCollection.Add(string,...
Vinay
|
05-17-2004 02:41 AM
Vinay | 0 | 33 |
|  | Hi,
I got a file containing two pakages, I tried to compiles them induvidually by adding the other one but Im getting system.formatexception and VJ#...
vinay chopra
|
05-17-2004 12:36 AM
vinay chopra | 0 | 33 |
|  | Hi,
Please help me to compile following C# file
using System
using System.Xml
using System.Xml.Schema
public class Sample
public static void...
Vinay Chopra
|
05-15-2004 08:16 AM
Vinay Chopra | 0 | 33 |
|  | Hi
I am getting following error in my C# file
Description = "The type or namespace name 'ISiteMapProvider' could not be found (are you missing a...
vinay chopra
|
05-15-2004 07:11 AM
vinay chopra | 0 | 38 |
|  | Hi
Im getting following error in a c# file
""'Samples.AspNet.CsvDataSourceView' does not implement inherited abstract member...
Vinay
|
05-15-2004 06:56 AM
Vinay | 0 | 37 |
|  | A property in C# is having System.Security.Permissions.PermissionSet Attribute. When I try to convert the same with same permissionset attribute in...
Sameeksha
|
05-14-2004 04:48 AM
AT | 1 | 36 |
|  | Hi
Which assembly reference need to be included
Thank
Jitesh.
Jitesh Chourasia
|
05-14-2004 04:11 AM
Jitesh Chourasia | 0 | 30 |
|  | I am getting unhandled InvalidOperationException at runtime for statemen
mySerializer.Serialize(writer, myGroup)
at line no. 6
Could anybody please...
Prasad Godde
|
05-14-2004 02:16 AM
Prasad Godde | 0 | 43 |
|  | H
Lars-Inge Tønnessen
Thanks for your repl
Regards
Prasad Godd
Prasad Godde
|
05-14-2004 12:51 AM
Prasad Godde | 0 | 35 |
|  | Hi,
I know Sun Java, that's why I'd prefer to use .NET with J# rather than C# or
VB.NET.
But I don't know the differences between J# and Sun...
Henri
|
05-13-2004 05:51 PM
Henri | 0 | 38 |
|  | Could anybody tell me
What is the equivalent of C# unchecked keyword in J#
O
What is equivalent of following C# statement in J#?
int code =...
Prasad Godde
|
05-13-2004 07:16 AM
Prasad Godde | 0 | 36 |
|  | Hi,
The following code does not work in J#.
IAsyncResult ar1 = sampleDelegate.BeginInvoke(new AsyncCallback(AsyncResultSample.MyCallback),
new Object...
Sameeksha
|
05-13-2004 06:06 AM
Sameeksha | 2 | 32 |
|  | Can someone tell me the reason why do i get 'System.FormatException' at Compile time in j# when my j# code contains definition on main...
Manisha Agarwal
|
05-13-2004 01:16 AM
Manisha Agarwal | 0 | 31 |
|  | Hello,
GetMembers() method in System.Type returns only the public members of the current Type. But in the following code it is also returning...
Reshma
|
05-12-2004 01:11 AM
Reshma | 0 | 37 |
|  | A paper on 'Delegates in J#' is now available on MSDN from the...
AT
|
05-04-2004 04:11 PM
AT | 0 | 52 |
|  | Hello
I am getting System.InvalidOperationException in the following line while trying to execute the J# file.
XmlSerializer ser = new...
Reshma
|
05-03-2004 06:06 AM
Reshma | 0 | 32 |
|  | Hello
I am getting System.InvalidOperationException while trying to execute follwing J# file. Can any one please help me out
import System.*
import...
Anonymous
|
05-03-2004 04:56 AM
Anonymous | 0 | 38 |
|  | Great, so great to hear that. Okay, will work on it straightaway. thanks.
Wayne
|
05-01-2004 09:54 AM
Bruno Jouhier [MVP] | 2 | 31 |
|  | Hi all
I have converted a J++ project to .NET and added code to have it run
as a service. This is fine for Win2K and up but I want to allow
people...
AT
|
05-01-2004 09:44 AM
Bruno Jouhier [MVP] | 1 | 35 |
|  | Hello I have converted Java Applet to .NET technology as JBC
in code is used function
String st = new String("");
st = URLEncoder.encode(st)
if in...
Martin Friedrich
|
04-30-2004 07:32 AM
Martin Friedrich | 0 | 30 |
|  | I've got J++ code using com.ms.net.wininet.WininetStreamHandlerFactory,
and the J# compilation of this code blows up, "Cannot find class".
I've read...
Chris Morris
|
04-29-2004 02:59 AM
Bruno Jouhier [MVP] | 3 | 39 |
|  | How do I force a console application to be minimized upon launch?
I have an application which starts a J# console applicatio
I can't seem to find the...
Console guy
|
04-29-2004 02:11 AM
Console guy | 0 | 34 |
|  | Hi
I converted an old project from J++ to J# and works fine, only thing is that I have to create an object via Class.forName("com.bla.ClassName");...
MrEasy
|
04-28-2004 06:38 PM
AT | 4 | 39 |
|  | I am trying to find an equivalent C# built-in function that does the same as the J# method available() which can be invoked on a BufferedInputStream...
Mazen
|
04-26-2004 12:31 PM
Mazen | 0 | 38 |
|  | Is there any way to use a winform in a web app
I am looking for a way to do complex client-side logic
Robert Diggums
|
04-22-2004 08:55 PM
AT | 1 | 42 |
|  | What's the easiest way to convert between a ubyte array and a byte
array? Ultimately I'm trying to generate a Unicode string from an unsigned
byte...
Dan Schullman
|
04-22-2004 08:23 PM
AT | 2 | 32 |
|  | Hi - You are allowed to pass J# parameters to byref methods. There is no
special syntax. The change will be reflected in the caller. What...
Mads Pedersen
|
04-22-2004 08:11 PM
AT | 2 | 43 |
|  | What waits J# in the future users after Sun agreement?
Thanx,
Sidar Ok,
Microsoft's Turkey Academic Site Visual J# Editor,...
Sidar Ok
|
04-21-2004 04:41 AM
Sidar Ok | 0 | 37 |
|  | Does the new agreement give Sun the right to create their own .Net runtime
and compilers?
Robert Kent
|
04-20-2004 05:07 PM
Robert Kent | 0 | 52 |
|  | I have two J# VS .Net 2003 projects that compile and
execute correctly on their own.
I would like the second project to launch from within the
first...
Just Started
|
04-20-2004 01:36 AM
Just Started | 0 | 38 |
|  | We have been experiencing some severe deadlocks in our ASP application since
we migrated from J++ to J#.
I analyzed several thread dumps made while...
Bruno Jouhier [MVP]
|
04-15-2004 03:47 AM
Bruno Jouhier [MVP] | 3 | 35 |
|  | I noticed that Microsoft and Sun Microsystems have reached
an agreement, especially Microsoft's Support for Java, I
wonder if it means that MSJVM...
richard
|
04-14-2004 04:48 PM
AT | 2 | 34 |
|  | I was able to reproduce the problem and I reported the bug to the dev team.
Thanks,
Michael Green
Microsoft Developer Support
--------------------
AT
|
04-14-2004 04:30 PM
AT | 0 | 39 |
|  | Where can I find a list of available events for J#/WFD? Thanks!
Evan Halley
|
04-14-2004 04:17 PM
AT | 1 | 33 |
|  | What is the equivalent of the Tag SelectCommand in J# for the following C# code
The following code works fine in C# but gives following error in...
Jitesh
|
04-14-2004 03:36 PM
AT | 1 | 38 |
|  | Hi Michael,
I now have my Applet running but it is now throeing
security execeptions, even though it is on the local
machine.
FYI, the reason the...
Barry Mavin \(Recital\)
|
04-14-2004 03:32 PM
AT | 1 | 29 |
|  | Is there any way to remote the "warning banner" at the
bottom of the JBC dialogs and windows. My dll has been
signed and granted fulltrust, but this...
Barry Mavin \(Recital\)
|
04-12-2004 02:17 AM
AT | 1 | 36 |
|  | C# code:
Bitmap image1 = new Bitmap(@"C:\Documents and Settings\All Users\"
+ @"Documents\My Music\music.bmp", true)
What is the VJ# equivalent of...
Manisha Agarwal
|
04-08-2004 03:06 AM
Manisha Agarwal | 0 | 36 |
|  | ....\NodeBase.jsl(4): Internal Compiler Error:
f:\VS70Builds\3077\vs\src\vjsharp\SDK\bjdev\Converter\kjc\jassignment_expr.c
pp(118):
bptree
|
04-07-2004 12:46 PM
bptree | 1 | 33 |