| Thread | Last Post | Replies |
|
| Using Java code and libraries in J# | 29 Dec 2004 12:10 GMT | 3 |
I’m looking to reference a Java JAR file in a J# (actually, VB.NET would be best) application. I’ve noticed that I can only reference dll or exe files in my applications. Is there no way to reference a JAR file in a J# application? Kind of seems out of place considering it’s a ...
|
| Create a file from a binary stream | 27 Dec 2004 18:44 GMT | 1 |
I have stored a binary stream of a file in the db. When I take this value and I put it in a Object, then how can I create the file to stored it on the hard disk?
|
| UI does not refresh | 27 Dec 2004 18:14 GMT | 1 |
I have created a small application which uses a Windows Form. During execution, if I switch to another application (say ALT-TAB) and then return to my application that still executes, the UI goes blank (well, white really) and does not refresh until the program stops
|
| J# program deployment question | 21 Dec 2004 16:41 GMT | 3 |
I've got a Java program that was ported to J#. I need to have this program hosted on a remote server. The ported program is to be used by an ASP.net C# application on that server(Windows Server 2003). The thing is I can't install the J# Redistributable on the server since it ...
|
| CType() | 20 Dec 2004 21:06 GMT | 1 |
Does exist this function in J#? Is there anyone who can help me?
|
| DataSet Merge of CSV file with a DB table | 18 Dec 2004 18:53 GMT | 2 |
The problem is I have a .CVS file which I need to read and insert into a DB. The CSV file and the DB table have the exact same fields. My solution was to build a form which has an sqlDataAdapter with a generated dataset, dsSQL. My form also has an odbcDataAdapter to read the ...
|
| simple 3D app strictly in J# | 17 Dec 2004 21:20 GMT | 3 |
I've been all over the net and I can't find any tutorials for DirectX in J#. I know C# has alot of similarities, but I would greatly appreciate a URL to a website devoted to directx graphics (2D and 3D) in J# only. Or, if someone could quickly whip up some code on how to get a 3D
|
| MS-MQ and J# | 16 Dec 2004 18:50 GMT | 5 |
Hello, everybody! Does anyone have an experience of using MS-MQ messaging system under j#? I have a trouble - I can't get message body, I always receive messages which have bodylength==0. I'm using MS-MQ functionality which is accessible after
|
| Can anyone help me with DSA | 12 Dec 2004 16:15 GMT | 1 |
If I use this little Prg under Sun's Java, the outputbytearray (byte1 is ~46 bytes long! If I use it under J# the outputbytearray (byte1) i all the time only 40 bytes long! Can anyone show me how to correct thi problem? I can't use the "generated" key anymore under J#, because th
|
| UML | 12 Dec 2004 12:29 GMT | 1 |
i want to ask is it possible to generate Class Diagram from VS c#.net? because i really confuse on how to draw class diagram. and one more thing, is user interface and class are the
|
| j# DataTable add columns? | 11 Dec 2004 21:45 GMT | 1 |
Do you know of a way to add columns to a DataTable? I have to use a DataView, which needs a DataTable, with columns.
|
| J# reflection performance problem | 06 Dec 2004 21:47 GMT | 1 |
I have the following java code: ReflectionTest.java package com.test; import java.lang.reflect.*;
|
| javamail - Is it possible? | 06 Dec 2004 09:39 GMT | 2 |
I am new to VJ# (less than a week), but I am alright in Java. I am trying to make my vj app to send emails and I though I would use javamail as I have done in the past. *But*, from what I see javamail is not supported in VJ# (.Net Studio
|
| jtapi | 06 Dec 2004 08:03 GMT | 4 |
Has anybody tried to jbimp jtapi ??? Regards Thorsten
|
| Output with: Value.formatNumber(double, n) ? | 01 Dec 2004 20:27 GMT | 2 |
I have a little problem with the source code of J#. I would like to have a formated output of a var (e.g. 'sum') in a text box. In J++ I have to import com.ms.wfc.util.*;
|