| Thread | Last Post | Replies |
|
| Please Help | 30 May 2004 20:21 GMT | 5 |
I need to know how to write a program which will allow calculate money added to a savings account.
|
| How to capture the screen in J#? | 28 May 2004 09:09 GMT | 3 |
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 would I access WINAPI from J#
|
| WinXP Paraller Port | 27 May 2004 14:33 GMT | 3 |
Please help How to send and read the control data through the paraller port under Windows XP? Using C Builder Thanks Joe
|
| Interface implementation in J# | 27 May 2004 14:14 GMT | 4 |
I've one C# sample which contains a class public class CustomersList : CollectionBase, IBindingList {... which does not implement ALL methods of interface IBindingList. It compiles properl I've converted same class to J# with same method implementations.
|
| getoffset() | 27 May 2004 14:02 GMT | 2 |
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 advance Sjakie
|
| import a user defined class | 23 May 2004 16:19 GMT | 1 |
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 different foloders, but it does not seem to work. Compiler is giving the error that can not find the class. Thanks for your help. ...
|
| How to port the C# code with 'fixed' call into VJ#? | 18 May 2004 20:53 GMT | 2 |
The C# code is unsaf fixed(sbyte* pAsciiLower = sbArr2 szAsciiLower = new String(pAsciiLower, 0, sbArr2.Length)
|
| Watch Folder Activity | 18 May 2004 14:06 GMT | 1 |
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 advance! daniel
|
| Unable to create build (getting System.FormatException) | 17 May 2004 14:53 GMT | 1 |
The following code of VJ# gives System.FormatException on creating a Build ////////////////////////////////////// // <Snippet1 import System.*
|
| Error: 'System.Web.HttpRequest.QueryString' is a 'property' but is used like a 'method' | 17 May 2004 13:49 GMT | 4 |
Error: 'System.Web.HttpRequest.QueryString' is a 'property' but is used like a 'method How can it be rectified Thanks Jitesh
|
| InvalidOperationException was unhandled | 17 May 2004 13:29 GMT | 1 |
I am getting unhandled InvalidOperationException at runtime for statemen mySerializer.Serialize(writer, myGroup) at line no. 6 Could anybody please helpout in excecuting this code
|
| System.FormatException thrown in J# file on compilation? | 14 May 2004 15:35 GMT | 1 |
Please suggest on how to run this file Jitesh
|
| System.Security in VJ# | 14 May 2004 09:48 GMT | 2 |
A property in C# is having System.Security.Permissions.PermissionSet Attribute. When I try to convert the same with same permissionset attribute in VJ#, the code does not compile saying that "Attribute 'System.Security.Permissions.PermissionSetAttribute' is not valid on this ...
|
| Any J# syntax online reference or book? | 13 May 2004 23:06 GMT | 1 |
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 Java. Explanations on MSDN are not enough.
|
| What is the equivalent of C# unchecked keyword in J# ? | 13 May 2004 23:04 GMT | 1 |
Could anybody tell me What is the equivalent of C# unchecked keyword in J# O What is equivalent of following C# statement in J#?
|