| | Rating Thread /
Thread Starter | Last Post  | Replies | Views |
|  | Is there still an issue with the setTime() function in J#? Anytime I
use it the Modified Time of the file included in the Zip file is set...
j
|
04-19-2005 04:08 PM
j | 0 | 56 |
|  | I'm sure this has been asked before, but I searched groups.google.com
and didn't find any answers. I was wondering if anyone has created a
class...
Sam Evans
|
04-19-2005 09:12 AM
George Birbilis [MVP J#] [9880] | 2 | 37 |
|  | Is there any tool available which will translate a J# program into a true
executable program (so that users of the program do not also have...
Roger Garrett
|
04-19-2005 09:08 AM
George Birbilis [MVP J#] [9880] | 2 | 29 |
|  | The same happens with the J# 2.0 beta that comes with some of the VS
Expresses, but I tried it out on real Java, and I was surprised to see that
the...
HappyDude37
|
04-19-2005 06:14 AM
George Birbilis [MVP J#] [9880] | 4 | 31 |
|  | No more code anymore. I seem to have solved the problem. I isolated it to
prepared statements. I changed everything from prepared statements...
Cpierswim
|
04-18-2005 11:29 PM
Cpierswim | 1 | 40 |
|  | Web.
BrÃ*an
"Lars-Inge Tønnessen " wrote:
Dubh
|
04-18-2005 05:32 PM
Dubh | 5 | 51 |
|  | Suppose that I write a J# class library. When that gets compiled it produces
a .DLL file. Is that .DLL file a standard, regular type of .DLL?...
Roger Garrett
|
04-18-2005 03:56 PM
William DePalo [MVP VC++] | 1 | 40 |
|  | I did as you suggested and installed the .NET and J# redistributables on my
other computer, and restarted the computer, but I still getthe exact...
Roger Garrett
|
04-17-2005 07:46 PM
Roger Garrett | 1 | 38 |
|  | Ah, ha! And then I need to include an "import" statement an it makes the
classes within the library accesible to my code. Like magic.
Thank you once...
Roger Garrett
|
04-17-2005 01:11 PM
Roger Garrett | 0 | 33 |
|  | I can't seem to access the methods of the ControlCollection class.
I have a TabPage object: myTabPage;
I get the collection of controls for...
Roger Garrett
|
04-15-2005 05:06 PM
James Park | 1 | 40 |
|  | Have I made a horrendous mistake?
I've been writing a program in J#, since it looked like a really great
language, made development nice and easy,...
Roger Garrett
|
04-15-2005 10:25 AM
Roger Garrett | 0 | 29 |
|  | We have developed a game by using keys to move a button
in the form area. We are using the keypress event for
move the button. We would like to use...
Uday Kanetkar
|
04-15-2005 01:12 AM
Uday Kanetkar | 0 | 40 |
|  | I think you could create a new class library Rob and add references to it
from Bill and Mary.
"Roger Garrett" <RogerGarrett (AT) discussions (DOT)...
James Park
|
04-15-2005 12:31 AM
James Park | 0 | 26 |
|  | I am migrating a rather large application from J++ to J#. It has a
multi-tiered architecture and depends heavily on Java serialization for
moving...
UlfW
|
04-11-2005 07:48 AM
UlfW | 0 | 33 |
|  | I have a couple of questions about sockets and threads in J#,
Any feedback is quite welcome.
I create a server socket:
ServerSocket serverSocket...
Roger Garrett
|
04-10-2005 01:05 PM
Roger Garrett | 0 | 34 |
|  | Hi guys,
Im struggling with figuring out a way to make the following code work:
public class traffic_light implements Runnable {
enum...
MattMcSpirit
|
04-09-2005 12:45 PM
Bruno Jouhier [MVP] | 1 | 32 |
|  | I'm just getting my feet wet with J# express. I'm trying to call the eval
function in a form but I get a 'cannot find method' error. What am...
craig.kelly
|
04-09-2005 12:39 PM
Bruno Jouhier [MVP] | 1 | 35 |
|  | yes i know threads and you recommend me to use pipes between threads or
server/client role-changes to message eachother. yes, my application will...
asilter
|
04-08-2005 02:11 PM
asilter | 2 | 36 |
|  | that is a String type of data and i know that BufferedReader.readLine()
returns String. My code is below:
package ChatVisual2Client;
import...
asilter
|
04-08-2005 01:31 PM
asilter | 1 | 34 |
|  | I have Visual Studio 2003 ...
But I think I had previous a Microsoft .NET Framework on an earlier version
(because that I told you that maybe I have...
Radu Mirescu
|
04-04-2005 12:27 AM
Radu Mirescu | 5 | 31 |
|  | I'm trying to integrate some program logic written in J# with a C# GUI.
Although there is a single entry point for the program (in the J#
code),...
Wizard1027
|
04-02-2005 03:09 AM
George Birbilis [MVP J#] [9880] | 2 | 31 |
|  | btw, if the DB also has an ODBC interface you could try a JDBC-ODBC bridge
--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
George Birbilis <birbilis (AT)...
sharpshin89
|
04-02-2005 02:51 AM
George Birbilis [MVP J#] [9880] | 1 | 30 |
|  | Hi,
I'm writing some code for transferring datas between a C++ code (as
Server) and a J# code (as Client) with a Socket.
It works well but i realize...
Stéphane Postollec
|
04-02-2005 02:16 AM
Manuel J. Goyenechea | 1 | 32 |
|  | I'm writing a program that needs to use a database and I'm inserting a lot of
information into a database all at once. My program creates about...
Cpierswim
|
04-01-2005 08:41 PM
Cpierswim | 1 | 36 |
|  | Hi there,
Im pretty new to Java and J#, however, ive produced 2 classes, found below,
that simulate the changing of traffic lights. The first,...
MattMcSpirit
|
03-29-2005 03:50 PM
George Birbilis [MVP J#] [9880] | 6 | 41 |
|  | I'm completely new to Java but I have done some console programming using
C++. I've tried using Sun's j2sdk1.4.2 along with Notepad but when I open...
357mag
|
03-26-2005 01:51 AM
Bruno Jouhier [MVP] | 2 | 50 |
|  | I need to stick to regular java code in this program I'm making and I'm
having trouble using the java.sql package. This is what this problem...
Cpierswim
|
03-19-2005 03:21 PM
Cpierswim | 2 | 36 |
|  | I can reply for your letter ... after some...
ViS_Liner
|
03-17-2005 06:36 AM
ViS_Liner | 0 | 28 |
|  | well,
i got a project in c# referencing a dll originally written in j#.
i suppose that in deployment, the target machine don't need j# redist
package...
alocin
|
03-11-2005 04:23 AM
alocin | 0 | 33 |
|  | Thank you for reply,
but the problem does not resolve, the size is very hiegh, the
dotnetfx.exe not for support my program only but for supports...
ViS_Liner
|
03-10-2005 01:41 PM
Avid J# Programmer | 1 | 31 |
|  | Thanks for the heads up Lars-Inge, its a shame i have to go through C# though
=( hopefully this is a recognized bug, and will be fixed in a future...
Avid J# Programmer
|
03-10-2005 01:37 PM
Avid J# Programmer | 2 | 39 |
|  | Sorry, but I'm not familiar with the particular library you're using. Also,
since this is a J# forum, you may get better results asking this...
Avid J# Programmer
|
03-10-2005 01:35 PM
Avid J# Programmer | 0 | 39 |
|  | Thank you for reply ...
Regards,
Vis_liner
--
ViS_Liner
|
03-10-2005 04:04 AM
ViS_Liner | 0 | 27 |
|  | hi
i have tow O.S one istalled stedio.net and thier packages,
i have create my project which can already to run,the problem the
project does not...
ViS_Liner
|
03-09-2005 07:15 AM
ViS_Liner | 0 | 33 |
|  | I've never done a database before, and I need some help.
How do I setup a Microsoft Access database (I only need a very lightwight
one, I'm not...
Cpierswim
|
03-08-2005 10:21 PM
Cpierswim | 0 | 53 |
|  | We are writing a GIS application in C# and using Vivid Solutions’ Java
Topology Suite converted to J# for our Computational Geometry library. I...
Keith McLeod
|
03-08-2005 11:09 AM
Steve Hickman | 3 | 30 |
|  | Lars-Inge Tønnessen a écrit :
Yes you're right since i add the path to all my DLL in the system Path
variable, my program don't crash and don't...
Stéphane Postollec
|
03-03-2005 03:31 AM
Stéphane Postollec | 2 | 29 |
|  | Thanx ,thats realy be great!
Regards,
Vis_liner
--
ViS_Liner
------------------------------------------------------------------------
ViS_Liner
|
03-03-2005 03:03 AM
ViS_Liner | 0 | 32 |
|  | Well, I'll be happy to use 2005 when it comes out in 6 months, but this is
not going to solve my problem for now, because I can't ship Beta code to...
DotNetDev8080
|
03-02-2005 06:21 PM
DotNetDev8080 | 1 | 28 |
|  | Hi
I have no idia to write code that can done to sends Emial
to any mail ...in j#
any help would great ...
--
ViS_Liner
ViS_Liner
|
03-02-2005 06:32 AM
ViS_Liner | 0 | 35 |
|  | Is it possible to define customer attributes in a J# application? I've seen
it done in C#, but i tried it in J# and it wouldn't work. I tried...
Avid J# Programmer
|
02-28-2005 05:43 PM
SamAbo | 3 | 32 |
|  | Oh~thx~
I could connected now,but that sounds odd.
It said in the second level of trust for assemblies
the program can connected back to their site...
mela mela via DotNetMonster.com
|
02-28-2005 06:13 AM
mela mela via DotNetMonster.com | 2 | 35 |
|  | well its not huge, but it will still be some work, but, hey if i wanna do it
i have to do it :p
Chris Jones
|
02-27-2005 03:35 PM
Chris Jones | 1 | 33 |
|  | I have a double value 1.2344567
I want to convert to a String with just two decimal places (always showing
two places even if zeroes).
Any...
Lou
|
02-24-2005 11:05 PM
atw13 | 1 | 34 |
|  | Can anyone point me to some good examples of implementing dragging?
Specifically, I would like to seamlessly drag a picturebox from one panel to
an...
atw13
|
02-24-2005 10:47 PM
atw13 | 0 | 48 |
|  | Hi,
I have a strange problem when adding a year to a 'leap' date. i.e.
2004/02/29 (yyyy/mm/dd) and wondering if anyone else has experienced
it....
burtr
|
02-23-2005 11:02 AM
burtr | 0 | 35 |
|  | Hello,
I have code dating from VJ++ on NT4 which ported to J# on Win2003 last year.
This appeared to go well and little needed to be changed; the...
AT
|
02-22-2005 05:36 AM
AT | 0 | 37 |
|  | Try out our free graph component.
----
Bob
http://www.componentXtra.com
Free Graph Component for .NET
Chris Jones
|
02-18-2005 01:43 PM
AT | 3 | 71 |
|  | I have been making a wallpaper changer, and have made it to a large extent.
Now I want to add some customizable options in the program, Like the...
Sushovan
|
02-17-2005 07:21 AM
Sushovan | 0 | 36 |
|  | If I have found the page
"../vjsamVjsresgenSampleConvertResourceFileToResxFile.asp" in the msdn web
site , I don't find the tool "vjsresgen" ! I...
olivier gattaz
|
02-16-2005 11:23 AM
olivier gattaz | 0 | 46 |