Answer Questions
fuehrer Deserializing objects serialized with JDK
I'm making great progress with converting a major Swing application to J#. I've run into a number of incompatibilities, but I've generally been able to resolve these satisfactorily with a moderate amount of work. The application is looking pretty good running under .Net. One problem I haven't been able to resolve is that this application stores serialized objects into files. I know this isn't a recommended practice, but it's what I have to de ...Show All
woh Error Configuring Web Site
I am using Visual Studio 2005 Beta 2 - I have completed Soup-to-Nuts 1 thru 9 doing them in Visual J# and have had to create all added code and files that appear from one lab to the next, not to mention the problems with the differences in ADO .Net with datasets and table adapters anyway I have go thru that, now Lab 10 deals with Web applications so I decided to revist the Lab "Creating ASP.NET Web Applications with J# - Part 1" I ...Show All
Mike.PD Any possibility of supporting newer JDK features?
I like J#, and find it a great development environment, and the language support is pretty good. But the JDK is ancient... It drives me nuts, every time I go to use a standard Java class, I find out that the methods I'm used to using aren't implemented, or the whole class doesn't exist. This is true for everything from basic classes (like BigInteger and Date) all the way through to complex stuff (the security & Crypto stuff is re ...Show All
alex roidis com.ms.wfc.html applications developed in VJ # is not loading in MSHTA.exe as HTA
com.ms.wfc.html applications developed in VJ # is not loading in MSHTA.exe as HTA. we have a simple application as shown below, this one seems to work in the IE browser and not in HTA (mshta.exe) , this used to work before in MSHTA.exe when the project is in VJ++ 6.0 , please advise on how to run this in mshta. import com.ms.wfc.html.*; import com.ms.wfc.core.*; import com.ms.wfc.ui.*; public class Class1 extends DhDocument { DhTe ...Show All
David Burg - MSFT Problem in loading an applet with MSJVM
We have a code behind HTML applet, this applet gives the following error when we try to load it "Can't get WFC form surface" on Windows XP-SP2 machine. The IE version is 6.0.2800.1106. The same applet used to work on the same machine sometime back. When we searched in msdn we found the following link: http://support.microsoft.com/ scid=kb;en-us;230731&spid=3042&sid=413 which suggests that the problem was addressed with Visual Studio 6 ...Show All
VishalR axWebBrowser
I have this problem in vusal j#, C:\Work\Form1.jsl(92): Cannot find method 'Navigate(String)' in 'AxSHDocVw.AxWebBrowser' I have no clue how to fix this, the program works on my friends comp but not mine, I'm running win xp sp2 with zone alarm security suite installed. Please reply -- Thanks Hi, No, you need not reboot your machine. It must work if boht the assemblies are being refered in your project. Can you please try followi ...Show All
Enz0 litlle problem
Helllo, I want to create the simple program, but i don't know how to do one thing: i have 2 texbox , label and button in textboxs you type numbers, and the answer appears in label. And all it should be programmed on button click. But i need that, if my number is smaller thatn 18 and bigger than 25 then label set text , f.e. " it good" or smtg, and i have these groups: 18.5 < rez < 24.9 25 < rez < 29.9 30 < rez < 39.9 40 < re ...Show All
ComputerJy java.net.ServerSocket under J# & .NET Framework
Hi, I've converted our Java application to C# recently, This is an Client/Server application exchanging data over tcpip sockets. Conversion was successful. But I've noticed that java.net.ServerSocket.close() does not interrupt accept() method as a result Application does not shutdown. Can you please tell me where I'm going wrong ;-) Thanks, Sameer Hi Sameer, Jaiprakash had mistaken ServerSocket for System. ...Show All
Sumukh Editing j# source code is painfully slow in VS 2005
I have a large solution consisting of 16 projects and hundreds of source files. Editing J# code in VS 2005 is seriously slower than editing in VS 2003. In some cases, after typing a word it hessitates for 2-3 seconds before continuing. Intellisense is barely useable with 5 second delays during typing to display class members. How on earth can this been improved, the new features of 2.0 are a great improvement but it seems the IDE has taken a st ...Show All
Stig Nielsson "Interface implemented twice" 2.0 compiler bug?
Given this file (Stuff.js): public class MyClass { public static interface MyInterface { public void DoThingA(); } } public class MyOtherClass { public static interface MyInterface { public void DoThingB(); } } public class MyImplementer implements MyClass.MyInterface, MyOtherClass.MyInterface { public void DoThingA() {}; public void DoThingB() {}; public static void main(String[] args) {} } Doesn't com ...Show All
WillfinDavid Enterprise Mobile Apps: Java, J# or C#?
Hello sirs., First of all, sorry for my English, I'm brazilian. I am a PHP programmer from about 6 years and last year I founded a company (Auriumsoft LTDA - www.auriumsoft.com.br) focused to develop Mobile App. The fact is that I'm lost of what language and plataform to choose. I even thought in choosing C++, but I have a lot of hurry, so this is impossible. What do I want to do - Develop enterprise mobile applications for Pocket PC, its desk ...Show All
galwacco Why is these text comparisons not working
In my little program I have a richtextbox and a button. When clicking the button this code is run and when I debug I see that my in the richtextbox entered text is indeed in the txt variable. But when I for example enters 'hej' the first if statement is skipped, why txt = hej so txt=="hej" ought to be true! But isn't. private void Button_Click( Object sender, System . EventArgs e) { String txt = new String (); tx ...Show All
PadmaKiran System.UnaithorizedAccessException Error Please Help?
Hello I am working on a J# application it reads files and transmits them back into another folder with different names. The code section that fails looks like: For (int i = 0; i < Filenames.length; ++) If (file.Exists(OutputFolet + "vaad" + i) { File.Delete(OutputFOlder + "vaaf" + i" } try{ File.copy(Filenames , outputFolder + "vaad" + i) } catch (Throwable t){} } I get and error with "System.Unaut ...Show All
Ashok Baria axWebBrowser
I have this problem in vusal j#, C:\Work\Form1.jsl(92): Cannot find method 'Navigate(String)' in 'AxSHDocVw.AxWebBrowser' I have no clue how to fix this, the program works on my friends comp but not mine, I'm running win xp sp2 with zone alarm security suite installed. Please reply -- Thanks I have been trying to do exactly the same thing, however, what you have suggested there, does not work for me. Anything I could do ...Show All
vbhushan Starter Kits
Apologies if this has been posted before, where can we download starter kits of example code for VJ# Express 2005 In the screen shot they show a calculator application, couldn't find it. If you are using VJ# Express 2005 then it should present under "File" --> New --> "Calculator Starter Kit" You can find latest version of VJ# Express 2005 at http://msdn.microsoft.com/vstudio/expre ...Show All
