Software Development Network Logo
  • Game Technologies
  • Visual FoxPro
  • .NET Development
  • Microsoft ISV
  • Visual J#
  • Smart Device
  • Architecture
  • Visual Studio
  • Visual Basic
  • Windows Forms
  • Windows Vista
  • VS Team System
  • Visual C++
  • SQL Server
  • Visual C#

Software Development Network >> Visual J#

Visual J#

New Question

System.IO.Stream <==> java.io.InputStream/OutputStream
Starter Kits
Running a Simple Program in J#
onClick, Questions??
a String "contains" method
Java Cryptography Extension
using swing package in J# Browser Control
J# is causing problems for me like usual.
Dynamically adding items to asp:ListBox
Generating XML documentation for J#

Top Answerers

Pivot35
UKMike
TexW
enkay
Aaron128
Adam Tappis - IMGroup
kd4gar
JonHP - MSFT
RameshPa
coachdunlop
Mizanin, Marek - Zanir
Only Title

Answer Questions

  • BadAndre XML to Database

    How can I create a database table based on an XML schema and populate it with the XML data. Currently, I am using ReadXml to display the data in a datagrid via a virtual dataset. Can I write the data out into a table or text file without having to define each field and node It looks just like I want it in the datagrid display I just need to get that into an actual file. The following code is what I am using now: fileName = ofdGetXML.get_Fil ...Show All

  • Will Pearson 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

  • Tomcat123 import netscape.javascript.JSObject;

    I'm recompiling a java applet which I have found as an aid to learning J#. While doing so, I keep getting the same error "Error 1 Cannot find type 'netscape.javascript.JSObject'" I've searched google and msdn for the answer to this and have even downloaded the browser controls twice. how do I get rid of this error -john Did you add vjsjbc.dll as reference to your project Downloading the ...Show All

  • henrique 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!!! Hi, There is Print command in File menu. For code files like Program.jsl just issue that command. This command is disabled for Designers li ...Show All

  • WebTest 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

  • Gabor Halasz I need System.setProperty(String, String)

    Hi; I need to be able to set some system properties (for some unit tests). How do I do this In java it's System.setProperty("key", "value"); thanks - dave I have the following in my code: System.setProperty("key", "value"); and the compiler says there is no setProperty(String, String) method. thanks - dave Hi David Thanks for the feedback. Your request for this JDK 1.2 level method in the future releases has been noted. Like&nbs ...Show All

  • legoman26 100% CPU usage !!

    hellow to all .. i am runing visual j++ 6.0 on my centrino 1.6 and 512RAM ... and i am amesd that the j++ take 100 CPU usage and i can't even use it the laptop is so slow and i can not function at all !! not just on my laptop , my friends tould me the same !  i am runing windows xp sp2 .. hellppp !!! Hi, Can you answer following doubts please... 1. When you see 100 % usage, what is running on the system VJ++ Integrated devel ...Show All

  • TedClarkJr BufferedReader

    Hey all, I'm using BufferedReader to read a .txt file. The file is going to be continously updated and I want the buffered reader to read it as it is being updated. I reach a problem when it reaches the end and reads null, it goes through the exception and ends. How do I make it wait and listen for another line of text to be written I tried to wait() method but it seems to freeze the computer. Thanks Hi! C ...Show All

  • Casper Jensen Unable to load old J# Browser Control

    Over a year ago, we have converted successfully a few Java applets to J# browser controls. While doing testing for a new release, we now find that we could no longer load J# browser controls -- the browser displays a grey box and an error message in the status line saying "Unable to load DLL". I have the following installed on the machine Microsoft .NET Framework 1.1 Microsoft J# .NET Redistributable Package 1.1 Micro ...Show All

  • mjh How to hit BreakPoints in VJ#

    Hi all, i have made breakpoints in our web application porting from vj++ to vj#.The break points were hitting and were enable to track using f11 and f10 keys. But in vj# ,when insert new break points,it don t seems to hit.Please give us some ideas where it is lacking, inorder to hit the break points.   thanks praveen Hi This is the J#browser control having the java class name "C ...Show All

  • Usman Sheikh Adding an Access Connection to Visual J# 2005 Express beta 2

    I have been trying to add a new data source to a J# application under Visual J# 2005 Express beta2 that I downloaded a few days ago. I select the Microsoft Access Database File (OLE DB) and specify a path and the 'Test Connection' button works. However, when I validate, I get the message 'The parameter is incorrect.' Love it.. I have no idea which parameter is involved. I have tried looking at the advanced properties but cannot see anything unus ...Show All

  • smmoraco 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, From "By both the assemblies are being referenced to in your project" i meant that can you see both the assemblies generated by ax ...Show All

  • Panther37 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. Ok, but program must get an input integer from user than it should calculate the factoail of the inputted (enterted) integer, and output must be displayed on a field on the same form. create the forms applicatio ...Show All

  • Matt1980 How to send authenticated mail (smpt) with j#

    can any1 help me out.... Hi, You can use rich functionality provided by System.Web dll. Below is the sample code in J# to have an idea. Please refer System.Web.dll and import System.Web.Mail package before using it... MailMessage msg = new MailMessage (); msg.set_To( "ABC@msn.com" ); msg.set_From( "xyz@msn.com" ); msg.set_Subject( "Subject" ); msg.set_Body( "body" ); msg.set_BodyFormat( ...Show All

  • Krishna Sunkammurali How to draw on a Panel?

    Hi! This is my first time using J#. I want to draw something on my Panel on Form1, but I don't know where should I edit to change. I have done Java before and is not bad so I am not a really newbie. This J# sure is really different. Could anybody help me Do not use a Panel to draw, but a PictureBox. Go to the Events page of the properties window, and double-click Paint. This will add an event handler, where ...Show All

101112131415161718192021222324252627

©2008 Software Development Network

powered by phorum