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

Software Development Network >> Visual J#

Visual J#

New Question

Return a class in a get-method
ResourceBundle problem
java.text.Bidi functionality
How do I remove a package downloaded by mistake?
Creating documentation for our project
How to send authenticated mail (smpt) with j#
Major bug in TreeMap
Return a class in a get-method
Error Configuring Web Site
long & int mismatch error (bug-information for the j# team)

Top Answerers

Kenshiro
NyKam
SGray
Kain6539
barke05
BretUpdegraff
svaddi
Richard Turner - MSFT
gcs_78
drmckovich
WebGoonies.com
Only Title

Answer Questions

  • darthghandi 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 can see the first method when I type browser. then intellisense pops up and shows the Navigate and the Navigate2 method, but I can only ...Show All

  • ControlBox Opening/Selecting Editors

    Hello, I am having a bit of trouble with what might be a fairly simple task. I am looking to open a rather large (12k lines/ 5M) log file. I was unable to simply insert it within my form in a rich text box ( it just hung). I decided what might be better would be allowing the user to open the file with whichever editor they prefer (WordPad,ConText,ect...) I was unable however to find a way of launching an application (and having it open the ...Show All

  • david999 java.util.zip.ZipFile performance problems

    I've been extremely pleased with the J# technology, however I am experiencing serious performance problems using java.util.zip.ZipFile to open large zip files.  My test is this simple:  public static void main(String[] args)     throws Exception   {     long t1 = System.currentTimeMillis();     ZipFile zip = new ZipFile(args[0]);     long t2 = System.currentTimeMillis(); ...Show All

  • Martyn Lovell 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. Which .NET language did you ...Show All

  • pookie_halo Mac Address

    Hi ,, How Can i Get the Client Mac-Address using J# and thank you v.much For helping :) you can refer to following post to get Mac-Address using .NET class libraries. http://www.daniweb.com/techtalkforums/thread22577.html .NET class libraries can be used by J#,C#,VB etc. Thanks, Not to be a booger, but I think the question that has been asked twice now in this thread is how to retrieve the CLIENT'S MAC address, not the machine ...Show All

  • asheridan Easy Question: Accessing Textbox

    Hello, Sorry for the newbie question. I am writing a .aspx page and need some help. I am writing a function between <script> tags at the top of the page. My code is in J#. My function will retrieve data from a database and post them into existing textboxes on the page. My problem is accessing the textbox. I don't know what method to use in this framework to access and write to the existing textbox. Any ideas I know in VBscript, the method ...Show All

  • robin l System.IO.Stream <==> java.io.InputStream/OutputStream

    Hi; So you have wrapper classes where like: DotNetStreamWrapper (java.io.InputStream stream) : implements System.IO.Stream JavaStreamWrapper (System.IO.Stream stream) : implements java.io.InputStream And same question for Enumeration <==> Iterator. - thanks - dave Hi Dave, Just to understand your question better, Do you want to know if these wrapper classes ship with Visual J# Thanks, Varun [MSFT] Sure. 1) My java code all ...Show All

  • Nikhil Khandelwal - MSFT how to create DLL file in J# or convert J++ dll into J# dll

    Please help me...I know nothing about J#.  The following code is written by J++ for dll file.  I need to either convert those code into J# or create new J# dll file.  However, I have no clue how to start it.  Could someone help me as soon as you can.  I really appreciate it.  I only have one day to finish this assignment. import java.io.*; /**  * This class is designed to be packaged with a COM DLL o ...Show All

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

  • PGTexley set image

    Hell0 - me again :) Is there any way to set an image for an imagebox programatically Like, onLoad set image on picturebox1 to "hello.jpg" Thanks, Klaidas Hi, Can you elaborate your question a little more image control has imageurl property with which you can set the hello.jpg to image control.I am not clear about the imagebox control.Can you what kind of application you are using (web or windows) ...Show All

  • msu J# as a visual web developer language

    It appears that this is not supported in the express editions   If it is how do you activate it. Hi, J# is not supported on WEb developers Express. It was there till beta2 release but due to some odd reasons we had to pull back the support. But Yes, J# is available for web development on higher editions for example on Visual Studio Team System, Visual Studio Standard and Visual Studio Pro. Thanks. ...Show All

  • Martijnvl 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 !!! I have this same problem running Visual Basic.NET on Windows 2000.  While compiling in Release Mode or debugging the environme ...Show All

  • WiltsDBA error

    I am new at J#... I always get this error when I debbug programs.... C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Vjc.exe /warn:4 /define:DEBUG;TRACE /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.Data.dll,C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.dll,C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.Drawing.dll,C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.Windows.Forms.dll,C:\WINDOWS\Microsoft.NET\Framew ...Show All

  • KooKiz 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, I recently received reply for my post on my e-mail from ...Show All

  • Davech Rebuild Issue with Object Test Bench

    I am able to create an instance of a class in the Object Test Bench.  But everytime I attempt to invoke a method (even an empty void method) of the class, the tool asks me to rebuild it, after which it resets the class and does not execute the method.  It does this even though I have not modified the code in any way.  I try to execute the method right after I create the instance. This seems to happen if you have multiple projec ...Show All

91011121314151617181920212223242526

©2008 Software Development Network

powered by phorum