Answer Questions
NasSt J# tutorials?
Hi i am a flash developer, and i was interested in learning a language for programing software. I heard that the syntax to J# is the closest to flash's ActionScript so i thought it would be the bestto learn as i am very familiar with actionscript, but i dont know where to start i dont really know anything about J# does anyone know of any tutorials for getting started Thanks There is very needful help menu in J# ...Show All
Nitin Arora Acquiring Installer/Deployment templates
I am trying to publish my project, but when I run the installer it dies because the the project has been improperly formatted. I have been unable to find any references to formatting during publishing, or even system requirements for the published version. If you have an easy solution or if you can point me in the direction of reference material for this that would be great. Thanks. I have no need for ClickOnc ...Show All
mikkeX Difficulty of porting to J# from Sun Java?
I asked the same question in Sun's web site, which got me some cold faces. I hope folks here would be nice. i m only seeking an advice. my app was originaly developed under Sun's JDK 1.1.4, but as i kept adding more fetures on it, it has been optimised to a 1.4.2 app, and some parts of the code are using 1.5's. Due to the fact that my clients mainly use windows and they only like Word(no open office), and i find it's really hard to deal with W ...Show All
LuisCabrera Get process name using J#
For example if I want to check if alg.exe is running is there any simple way of doing that Like if you can search for a process and return true or false if it is running or not. Hope anyone can help me :) Hi there, There are two ways, that I know of, that you can do this. First Way ======= This way involves grabbing all the processes from your computer and iterating through all the running processes (the call ...Show All
Hamid.M 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# you are a MVP,SO I think your technology is great. buy the way , Do you have a good job Are you aslo a student where are you come from I am Chinese & a student. HomePage : http://gody.myrice.com Blog: http: ...Show All
Apoorva ObjectInputStream - cast exception
Hi; I make the call: ObjectInputStream ois = new ObjectInputStream ( new FileInputStream (serFile)); Document correctDoc = ( Document ) ois.readObject(); And get the exception: 1) testTemplates(net.windward.format.wordml.test.TestWordMLParser)java.lang.ClassCastException: Unable to cast object of type 'System.Byte[]' to type 'System.Object[]'. at java.io.ObjectInputStream.fillArray(Object obj, Int32 len, Class elemType) & ...Show All
cordoval Web Browser, HTML selection
Hi, I have implemented a simple Web Browser using the inbuilt Web Browser component. I now need to be able to highlight some text on the web page and for this to then be selected by the J# program. This is possible in Java by using the getSelectionSrat and getSelectionEnd methods linked to the JEditorPane, and it is possible in C# by using IHTMLSelectionObject and IHTMLTxtRange, but now I need to find the J# version! Regards Richard ...Show All
Shri Rao Why is the J# Redistributable package needed?
Hi! Why is the J# Redistributable Package needed to run a J# application Or can I just redistribute some assemblies For example, if I develop an application in Borland Delphi using WinForms, I can compile this application to an exe file. This exe file can be executed on any computer that has the .Net Runtime Framework installed. No Delphi .Net Redistributable Package exists. If I develop an application in Dephi using the VCL.NET api all I ha ...Show All
Javier Aranda Pantoja 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
grogmaster Enum Problem
How do I convert this from java to j# private enum Status {CONTINUE, WON, LOST}; Thanks for the help. Hi, In VS2003, J# didn't support writing enums though it supported consuming them :(. AS an workaround, 1. You can expose a set of named constants as public, static, fields and then consume them but in this case you may have to change your java code here and there. For Example... class St ...Show All
MarekR Tooltip and Change Backround
How to make the toolip for example on button, then you are on button , it shows tooltip. and one more qestion How to change main form image by pressing for example button. You push the button, and the backround image changes. How to programme that about tootip. hmm but i don't need to create new button, i need to make it for already created button, so what now and there exactly i need write it, in that event and about changing ba ...Show All
Felixredwoody performance difference in .NET 1.0 and .NET 2.0
I recently upgraded a sockets application from .NET 1.1 to .NET 2.0. I found that the getByName method on the INetAddress class takes several times longer to execute under .NET 2.0 than it did in .NET 1.1. That is INetAddress.getByName("10.0.0.1") is a MUCH costlier operation under 2.0. Any suggestions on how best to go about 'recovering' the lost performance would be appreciated. Currently, I am caching the resolution, but it ...Show All
nickyro java.util.Calendar deadlocks fixed in VJ# 2.0?
Running on VJ# 1.1, I've recently run into the problem with java.util.Calendar deadlocks described here: http://www.codecomments.com/archive295-2004-4-165401.html Does anyone know if these deadlocks have been fixed in VJ# 2.0 VJ# team is looking into the issue and will get back to you with our investigations. Thanks ...Show All
zyunique How to access Java Language Conversion Assistant
I'm trying use JLCA tool, but don't know how to access it from VS2005. I've look into the help, it says go to File->Open->Convert, but when I go to File, I can't fine a Open menu, there is just Open Project, Open File menu available. Anyone have an idea on this Thanks. Lennie I've already able to find the JLCA tool througt Costomize window. Thanks. I f ...Show All
Mark Net Visual J# 1.1 not loaded after installing .NET Framework 2.0
Hi, I have a Microsoft Office Excel 2003 addin developed on .NET Framework 1.1 which uses Visual J# package. It works fine when Framework 1.1 and J# Redistributable 1.1 are installed. However, when I install Framework 2.0 along with Framework 1.1 , it gives me the following error: Could not load file or assembly "vjslib Version=1.0.3300.0, Culture=neutral,PublicKey Token=b03f5f7f11d50a3a" or one of its dependencies. The sam ...Show All
