Answer Questions
John Lagnese running server object method from client-side on the network
hi , i have written two little applications one is working on the client-side. the other one is running on the server-side. i have created an interface on both sides with the same name "ServisArayuzu" and these interfaces has one method . public interface ServisArayuzu { public String getIsim(); } both classes on the server and on the client side implements this interface differently. try { server= new ServerSocket(1500); nextClient= ...Show All
Andrew_M J# Browser Control under 2.0
I have an application running in ie using the JBC that ships with 2.0. Whenever a modal dialog is displayed, then my system will "beep". Atempting to move the dialog around inside the JBC container causes coruption of the display. The graphics context gets all messed up. I have signed the dll that is loaded and given it FullTrust. This did not occur in 1.1, but renders the JBC virtually useless. Any ideas on how to resolve this behavio ...Show All
xfx WindowsApplication with j#
Hi all, I am new with J# programming. How I can build a windows [form] application that has single input line and a button, that reads an integer number when button is pressed prints factorial of that number. Hi, Please Check this walkthrough ... http://msdn.microsoft.com/library/default.asp url=/library/en-us/dv_vjsharp/html/vjwlkwalkthroughcreatingwindows-basedapplicationusingj.asp This walkthrough adds a label a ...Show All
windsurfer Using javax.crypto library
Hi, I want to port a Java .class to J#. I tried to use jbimp, because my final goal is to consumate that library in C#, but it gave me a lot of errors. I'm aware that J# uses JDK 1.1.4 libraries, but I want to know if it is possible to use newer classes with it without reimplementing all the libraries. I've read about some "runtime bridges", but I'm not wishing to use commertial products, as I'm doing a college research. ...Show All
Milosz13563 Return a class in a get-method
How do I return a userdefined classtype (other than Object) in a get-method It is easy in java, but in V J# public class WhatEver { private MyClass myClass; public WhatEver() { myClass = new MyClass(); } public MyClass getMyClass() { return myClass; } } The code is... /** * Get Card at i'th possition in deck. */ public Car ...Show All
ogg J# is causing problems for me like usual.
I have just finished the problem before and then saved my work. I always leave the program running for a while after I save to make sure it saves. The problem is J# will no longer let me access my code, because it wants somthing from the USB key that I backed up to. Unfortunatly I do not have the USB key right now and I need to access the code does any one know how to do that. Sorry about all of the question I keep asking. This is a major ...Show All
CyberLiu GNU Classpath "95% and counting" 0.19 released
The full announcement is available here: http://www.gnu.org/software/classpath/announce/20051102.html Am posting this announcement here as a way of suggesting that the J# team could consider adopting a community developed Java class library as a quicker means to get to at least Java 1.4 compatibility. On the IKVM.NET home page (a similar technology to J#) one will see that that open source project is leveraging the GNU Classpath libraries. I use ...Show All
Lee-Shannon J# Browser Control under 2.0
I have an application running in ie using the JBC that ships with 2.0. Whenever a modal dialog is displayed, then my system will "beep". Atempting to move the dialog around inside the JBC container causes coruption of the display. The graphics context gets all messed up. I have signed the dll that is loaded and given it FullTrust. This did not occur in 1.1, but renders the JBC virtually useless. Any ideas on how to resolve this behavio ...Show All
JKD Running a Simple Program in J#
I created my first application in J#. In the Form1_load procedure I put System.out.println("Hello World"); I build the application. It compiles clean. How do I run it It's not too obvious. I did install the J# Redistribution Package. HELP! This is so simple.. but I'm stumped!!! Thanks so much that worked beautifully! I has to download vjssupulib from a website. I had another question but it's related to Visua ...Show All
gpermant Pet peeve of the day
Hi; I just spent about an hour in another place having to work around the fact that J# does not support vary many encodings - in String, Readers/Writers, etc. And what is really annoying is that .NET has this support and the J# team is in India so they are aware that the world uses languages other than English. I wish they had fully implemented this. - dave Hi, This is what our Program Manager Pratap Lakshman has to say on this is ...Show All
Eric Q D Open a picture from file
Hello! :) I'm programming in Visual J# and I ran into a problem. For small pictures (thumbnails) I use pictureBoxes. However, I would like that a user could open a full size picture. I would like the picture to be in asome folder and that the program would load it and open it in user's default image wieving program. That way my .exe file would be much smaller and I think work faster. Any help appreciated ...Show All
ploskikl Welcome!
Welcome to the Visual J# forum. My name is Brian Keller, and I am the product manager for Visual J#. Please post your questions here and we'll try to answer them as quickly as we can. Cheers - Brian Keller Product Manager Visual J# I'm working at north europes largest cancer hospital as a programmer in Oslo Norway. I received my MVP award while I was a computer science student. I have been working for 6 months now. My supervisor at my un ...Show All
metaza Visual J# Express raw Java apps?
does anyone know if Visual J# Express can compile and run raw Java code thanks for your help Please checkout following post - http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=198123&SiteID=1 Thanks, Varun ...Show All
loreyvt COM object that has been separated from its underlying RCW cannot be used exception within threads
Hi, We are having code in which we start a new thread and set it as STA. This new thread initializes IHTMLWindow2 object and then starts another thread. But, in that second thread if we try to access the IHTMLWindow2 which is initialized in the first thread we are getting this exception "COM object that has been separated from its underlying RCW cannot be used". If we do not set the first thread to STA, we coudn't access the windows ...Show All
elix VS B2 - object test bench
Hey, I was using Object test bench on Beta1 and that is really amazin feature. I use Beta2 now and I cant use Object Test Bench. In some project it is working.. but others dont include object test bench. I didnt understand what is wrong http://forums.microsoft.com/msdn/ShowPost.aspx PostID=7111 Im sorry.. I posted that to wrong forum.. it is the true one.. sorry. In Beta2 we support OTB for VB projects too. Could you let u ...Show All
