| Thread | Last Post | Replies |
|
| How do I force a console application to be minimized upon launch? | 29 Apr 2004 12:24 GMT | 1 |
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 compiler options to allow this to be minimized. Any help Thanks
|
| com.ms.net.wininet.WininetStreamHandlerFactory | 29 Apr 2004 08:00 GMT | 4 |
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 other threads that say I can use the .NET classes WebRequest and WebResponse, but the link referenced has sample VB.NET or C# code
|
| Extend Classpath by custom classes | 28 Apr 2004 23:39 GMT | 4 |
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"); and the class is not found due to classpath issue Already read through the MSDN lib. and it said "extend the classpath" but not how to do ...
|
| Invoking the J# available() function from C# | 27 Apr 2004 15:59 GMT | 1 |
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 object. The available() method is useful to detect the number of bytes available to a stream reader (such as in the case of a ...
|
| Calling C++ DLL from J# | 23 Apr 2004 18:18 GMT | 5 |
I hava a C++ Class Library (.NET) with a method void compute(no1, &no2, &no3 From J# I would like to call this C++ method. I have a problem, though, that I do not know how to handle the two reference parameters (&no2 and &no3). Of course I could make two methods, each returning ...
|
| WinForms in a Web App | 23 Apr 2004 01:55 GMT | 2 |
Is there any way to use a winform in a web app I am looking for a way to do complex client-side logic
|
| convert between ubyte[] and byte[] ? | 23 Apr 2004 01:24 GMT | 3 |
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 array (where every two bytes represents one Unicode character), and was hoping to use java.lang.String.String( byteArray, encoding ) ...
|
| Future of Visual J# | 21 Apr 2004 10:43 GMT | 1 |
What waits J# in the future users after Sun agreement? Thanx, Sidar Ok, Microsoft's Turkey Academic Site Visual J# Editor, (www.msakademik.net)
|
| Namespace name could not be found | 21 Apr 2004 00:10 GMT | 1 |
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 project. Therefore, I added the second project to
|
| JDK Deadlocks with 2 app domains inside same aspnet_wp.exe | 15 Apr 2004 08:48 GMT | 3 |
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 the server was in deadlock state, and they all seem to be happening inside the JDK. They also seem to be
|
| about the agreement signed by Microsoft and Sun microsystems | 14 Apr 2004 21:49 GMT | 2 |
I noticed that Microsoft and Sun Microsystems have reached an agreement, especially Microsoft's Support for Java, I wonder if it means that MSJVM will be continuously supported by microsoft's product, and we have no need to
|
| Events in J#/WFD | 14 Apr 2004 21:17 GMT | 1 |
Where can I find a list of available events for J#/WFD? Thanks!
|
| SelectCommand tag | 14 Apr 2004 20:36 GMT | 1 |
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 J Cannot find field 'SelectCommand' in class 'System.Web.UI.WebControls.AccessDataSource' Code:
|
| Strange bug: application dies (partially) after restart | 14 Apr 2004 20:32 GMT | 5 |
We are observing a strange phenomenon on our ASP .NET applications: If the applications are cold started (after a server reboot or an II restart), they run for days without any problem. But if they get restarted while IIS is running (because the web.config file
|
| JBC popup windows -- warning banner | 12 Apr 2004 07:17 GMT | 1 |
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 warning still appears.
|