HighTechTalks DotNet Forums  

Sponsored Links


Dotnet VJSharp microsoft.public.dotnet.vjsharp


Discuss in the Dotnet VJSharp forum.



Post New Thread
Threads in Forum : Dotnet VJSharp Forum Tools Search this Forum
  Rating Thread / Thread Starter Last Post Reverse Sort Order    Replies         Views     
How to put an integer inside an Object array. I need to accept an integer form console and put it in addparams function. If i do Object addParams =...
Abc
02-10-2004 11:31 PM
Abc Go to last post
0 42
Actually i have to pass two numbers that are read form console to Activator.CreateInstance() function. So I wrote following code void...
Abc
02-10-2004 10:36 PM
Abc Go to last post
1 32
Lars-Inge Tønnessen wrote: Thx for the suggestion -- I've got that plus some other options for dealing with this in terms of updating the app to...
Chris Morris
02-10-2004 02:31 PM
AT Go to last post
5 40
Hi Has anyone ever tried to override ProcessCmdKey in J#? Is there any way to work around the lack of the ByRef/ref keyword in J#? Has anyone tried...
Harms
02-10-2004 06:11 AM
Harms Go to last post
0 24
hi I'm working on a project which have j# browser controls. It needs to connect to the database(SQL) and get some data, which must be displayed on...
SriLakshmi.P
02-10-2004 05:44 AM
AT Go to last post
1 34
I am a heavy user of remote scripting in my ASP pages. Some of my customers are now getting new PC's without MS JVM and pages with Remote Scripting...
Don Norris
02-09-2004 06:35 PM
AT Go to last post
1 31
"Click once" is a very cool demo. The question is can a J# application run in that environment? If the J# redistributable can download the first...
Yb Wang
02-09-2004 06:30 PM
AT Go to last post
2 22
Hi Everyone, You cannot place an AWT control onto a Windows form. You will need to create a panel (an AWT control itself) and place the AWT control...
Jay
02-09-2004 02:40 PM
AT Go to last post
5 24
I tried that first and it worked fine. Using the example above, it finds MyClass.Main in the external file (t2.netmodule) just fine. It does not...
AT
02-09-2004 02:35 PM
AT Go to last post
11 56
I appears IE running executables over the net is just the way it is. I wonder how feasible would it be to actually let it run as a...
Mike Smith
02-09-2004 12:19 PM
Mike Smith Go to last post
5 36
The Visual J# .NET runtime can be downloaded for free...
V.Weber
02-08-2004 06:07 PM
Peter van der Goes Go to last post
2 21
Finally I got a chance to restall (uninstall and reinstall) J# 1.1 redistributable and Microsoft supplemental UI library on the production server. ...
Sarah
02-06-2004 08:01 AM
Sarah Go to last post
1 19
Check altogether quality of code. It may be algorithms,or programming errors etc. In short given an input file , it should give the quality of code...
Abc
02-05-2004 03:17 PM
Alexandre Kozlov Go to last post
3 22
We created a Windows Service with J#. The service will start OK on computers that are a member of a domain, but when we try to start it on a server...
Bryan
02-05-2004 03:12 PM
Bryan Go to last post
1 21
I am trying to develop J# browser controls. I have vs.net 2003 and have installed the j# runtime. My J# Controls do not work because for some...
anonymous
02-05-2004 12:18 AM
AT Go to last post
5 29
Hi Could someone show, where the problem is in the following code? Or there is a problem with J# AWT implementation What is the solution The sample...
Alex
02-04-2004 08:51 PM
Alex Go to last post
0 25
My initial optimizim may have been premature. I cannot find anything in the registry that looks like it was put there by the J# redistributable. ...
Mike Smith
02-03-2004 12:51 PM
Mike Smith Go to last post
7 20
Thanks! Well, that sucks :-(. I guess I will give the Java language converter a shot. Marius "Lars-Inge Tønnessen" <http://emailme.larsinge.com>...
AT
02-03-2004 11:14 AM
AT Go to last post
1 30
Hi, In JAVA I can by pass the proxy using these lines of code: System.getProperties().put( "proxySet", "true" ); System.getProperties().put(...
Andrew Jones
02-02-2004 06:35 PM
Andrew Jones Go to last post
0 49
Thanks Lars-Inge, I am using a type 4 driver for SQL Sever that I downloaded free, including source code. However, it does not support a lot of...
Liam
01-31-2004 01:21 PM
Liam Go to last post
4 29
I have an app, testApp, that contains an abstract class Base. I have a dll, testDll, that contains a class Derived, which extends Base. (Base is...
AT
01-30-2004 02:26 PM
AT Go to last post
1 19
The error I get is with "this.panel1.get_Controls().AddRange(new System.Windows.Forms.Control {this.chart}); It gives me a compile error that it...
Jay Canale
01-29-2004 03:21 PM
Jay Canale Go to last post
2 33
Lars-Inge Tønnessen wrote: right away. this way you don't have to "rename" it. if you don't give it an extension, it will default to .jsl.
Horus Alkebulan
01-28-2004 06:25 PM
Ken Larson Go to last post
1 27
Hello, I am working on a C# system that requires interfacing with an existing Java software. We are trying to come with the best way of achieving...
01-28-2004 05:11 PM
Wayne Citrin Go to last post
1 21
I want to omplement an interface, in VB and C# it will do this for you, I tried right clicking on the interface in the class view but this does...
MS Public
01-26-2004 12:28 PM
MS Public Go to last post
0 25
Thank you very much for your help. That link is very helpful.
Ryan
01-23-2004 02:46 PM
Ryan Go to last post
1 45
Hi folks, I just thought you might be interested in reading a brand new whitepaper discussing Exception Handling. You can find it at the following...
AT
01-23-2004 02:22 PM
AT Go to last post
0 25
I have a java app I am deploying to .NET using jbimp to convet my jar to a j# exe file. It works great but I want to give it an icon that you see on...
AT
01-23-2004 01:10 AM
AT Go to last post
7 22
1.) I want to refer to the BackgroundImage on the form I am using. However, it tells me that it is not defined in this context. Whats wrong with...
MS Public
01-21-2004 08:16 AM
MS Public Go to last post
1 24
What is the correct syntax for the enum statement in j#. I have tried this public enum myEnum { ABC =1, DEF=2 } That did not work but
MS Public
01-21-2004 08:14 AM
MS Public Go to last post
1 39
I was incorrect when I stated that. There are no current plans to include the J# Browser control library or the J# runtime with the .Net...
Mickey Segal
01-20-2004 03:48 PM
AT Go to last post
16 52
Hi, I am getting an error telling me that the 'int' expected an identifier, what should my statement look like. This is a class member static...
MS Public
01-20-2004 10:57 AM
MS Public Go to last post
1 25
The second syntax did not work either.
MS Public
01-20-2004 10:51 AM
MS Public Go to last post
0 32
It would seem from the activity on this newsgroup that the number of developers using J# are few and far between. Does anyone concur with me, or are...
MS Public
01-20-2004 10:51 AM
MS Public Go to last post
0 25
Hi! I am trying to link a jar file converting it into a dll and then add it as a reference to a .NET project. The jar file contains a lots of ".java"...
AT
01-20-2004 05:35 AM
AT Go to last post
4 40
So what do I need for it? I have the first (release) incarnetion of Visual Studio.NET Professional along with j# that came with it. What do I need...
Ike
01-19-2004 07:33 PM
Ike Go to last post
3 28
Hi, sorry if this issue has already been asked, but I've read and read about transitioning from Java classes to Visual J# and still am having...
Thao
01-19-2004 04:52 PM
AT Go to last post
2 22
Hello, Could anyone provide a real example of how to use this compiler option? I can't manage to puzzle out how to use it, and the docs are not much...
keith
01-19-2004 04:25 PM
AT Go to last post
3 36
Does work Java Applets on J# or J# only language for writting forms ? Drawing ect. Tex.
tex
01-19-2004 09:57 AM
tex Go to last post
0 31
..NETiT, www.dotnetit.org, is a repository for Open Source projects that have been ported to Microsoft .NET. jCollections - GNU Classpath 0.6.0...
Manuel J. Goyenechea
01-18-2004 10:07 PM
Manuel J. Goyenechea Go to last post
0 21
is it possible to include the j# redist as part of a setup program? i want to make it similar to installing the .net framework. by that i mean,...
AT
01-16-2004 09:48 AM
AT Go to last post
0 29
"Lars-Inge Tønnessen" <http://emailme.larsinge.com> wrote... Mange tak din hjaelp (kan du forsta Danske) :-) In any case... interesting video. I...
Tom Leylan
01-14-2004 07:00 PM
Tom Leylan Go to last post
5 32
Ok...ok. As a developer, again I want to write once, have it run in either ..NET or Sun's JVM. Since these tow monolithic entities are NOT...
Ike
01-14-2004 05:11 PM
Ken Larson Go to last post
1 35
Or it could be rephrased: "Sun's professional Swing developers have not indicated a strong demand for J# functionality, probably due to the low J#...
Ike
01-14-2004 10:38 AM
Ken Larson Go to last post
2 28
http://osnews.com/story.php?news_id=5602 Interesting benchmark tests of various languages including java and J# - the I/O performance on J# is not...
Ken Larson
01-13-2004 07:19 AM
Ken Larson Go to last post
0 23
Hi Everyone, In order to run a J# application you would need to have the .Net Framework *and* the J# Redist installed. Currently these are not...
AT
01-13-2004 07:09 AM
Ken Larson Go to last post
4 43
max wrote: JDBC-compatible wrapper classes in J# around the OleDb and Odbc .net classes. They are not really in a production state at this point,...
Ken Larson
01-13-2004 07:04 AM
Ken Larson Go to last post
0 22
Hi.. Thanks for reading my e mail.. i'm a newbie in J#, could someone out there help me to learn about this stuff..?? regards Reincha
Reincha
01-12-2004 06:36 PM
AT Go to last post
1 27
Dan, Your code is pretty much what I had tried originally, although I had created a console application and just added the call...
Dan Clayden
01-12-2004 06:33 PM
AT Go to last post
5 48
..NET Source, www.dotnetsource.org, is a repository for Open Source projects that have been ported to Microsoft .NET. Released jCollections - GNU...
Manuel J. Goyenechea
01-12-2004 10:59 AM
Manuel J. Goyenechea Go to last post
0 25
Post New Thread

Display Options
Showing threads 601 to 650 of 721
Sorted By Sort Order
From The
Forum Tools Search this Forum
Search this Forum :

Advanced Search

New posts New posts More than 15 replies or 150 views Hot thread with new posts
No new posts No new posts More than 15 replies or 150 views Hot thread with no new posts
Closed Thread Thread is closed  
 
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off


Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.