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

Software Development Network >> Visual J#

Visual J#

New Question

vj# security warning
which version of JDK is J# 2005 compatiable with?
too many images = greater load time
OLEDB 64, 32 (SQL 2005/64 / Jet)
How do I create an exe file or a jar file from J#?
opening a Form in a form
Does Visual J# supports Browser Helper Objects(BHO)
sql -> dataview and back again
Can Java and J# communicate with each other.
ResourceBundle problem

Top Answerers

nadertawil
J Davis
CBDenver
fulga
angelbear
Coder0xff
RobIsUpside
DotanP
JStalnaker
David Lanouette
Transforming
Only Title

Answer Questions

  • John Q Is it possible to uninstall J 1.1 from Windows XP without having to uninstall everything?

      I downloaded J 1.1 without realizing it was a programming download.  I am NOT an experienced computer person!  All of my system information has been taken over, somehow.  Please Help and Thank You.  I don't even have e-mail access anymore, my memory is gone. Sorry, I am not familiar with Forum's.  I downloaded both the .net framework 1.1 and J# redis. from the updates in Windows, I think.  I just ...Show All

  • Ricas J# Books & Questions

    I'm a new developer and am planning to write an application for church office administration.  It would keep track of facility usage, payroll, members, attendees, donations and general accounting.  I've looked into a couple different languages and have narrowed it down to J# or Omnis Studio (Omnis.net), which appears to be underdeveloped. However, I'm having trouble finding resources (in print or electronic form) for J# and learning it ...Show All

  • fakie2fakie Reference to vjslib.dll fails after RTM Framework 2.0 installation

    After installing Framework 2.0 from MSDN subscriptions my previously working reference to a J# assembly fails with 'Could not load file or assembly 'vjslib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.' The assembly is COM interfaced, strong typed and is being called from an ASP page. This also occurred when using an early beta of 2.0 and was reported ...Show All

  • tizzidale Enum Problem

    How do I convert this from java to j# private enum Status {CONTINUE, WON, LOST}; Thanks for the help. Did you see any problem with above code in VJ# Hi, In Visual Studio 2005 (.net framework v2.0), your enum code must compile as it is. PLease refer this link for more on enums in J#. Thanks. Hi, In VS2003, J# didn't support writing enums though it supported consuming them :(. AS an workaround, ...Show All

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

  • Harald Köstinger Creating documentation for our project

    Hi; Any suggestions on how we build up our documentation for our API nDoc does not handle VS 2005 and does not understand java style comments. thanks - dave Hi, Have you already tried http://sandcastle   This is the too l to serve your purpose. Thanks. Dave, Microsoft released documentation compilers for managed class libraries in July. The website for Sandcastle is http://www.sandcastledocs.com . The Sept ...Show All

  • Uwe Helmer Problem with first program.

    Im working on J# Express. Made first program. There is a button, the text label and the text box. When im writing in text box, label shows "writing", when i press the button, text box i cleared and the label shows Click x (where x is how many times i pushed the button). All working, but after cliking, text box is clear, x is increasing value, but the label still shows "writing". After second clicking it changes. The button co ...Show All

  • Raj_Singh ZipFile.close() not working as expected

    In my app I need to unzip a file and then delete that zip file. But the J# library doesn't seem to dispose of its handles properly on close. The code below will ALWAYS cause an access denied exception... I'm not even unzipping it, just creating a zip file, closing it, then trying to access that same zip file. ZipFile zf = new ZipFile( "../../InputZip/foo.zip" ); zf.close(); // Try to access the file... try { ...Show All

  • Venkatram 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; } } You might misunderstand Ramakrishna's reply. For example, new System.Collections.Gener ...Show All

  • Flame999 How to save java.awt.Image object to a file in J# Browser Control?

    How to save java.awt.Image object to a file in J# Browser Control Advanced image package such as ImageIO and com.sun.image.codec.jpeg and jimi can't be used in J# Browser control 1.1. Regards  Hi Sorry, saving java.awt.Image objects to files are not directly supported by J#. You might need to look for third party libraries that can provide the support on J# or consider .NET alternatives in S ...Show All

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

  • Gaara_btk 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. Thanks for the update. I found the application as you mentioned. If you are using VJ# Express 2005 then it should present under "File" --> New --> "Calculator Starter Ki ...Show All

  • tomnmoore classcastexception happens when objects are passed to the thread and when trying to call the method

    classcastexception happens when objects are passed to the thread and when trying to call the method ... exception in thread::(0x80004002) Unable to casr COM object of type 'mhtml.HTMLWindow2Class' to interface type 'MSHTML.IHTMLWindow2'. This operation failed beucase the QueryInterface call on the COM component for ther interace with IID '{332c4427-26cb-11d0-b483-00c04fd90119}' failed with HRESULT:0x80004005 (Unspecified Error (Exception from ...Show All

  • arjunan How can I DeSerialized Java Serialized Object in VJ#?

    Is it possible to deserialized the Java Serialized object in VJ#. If possible then please tell me how can I do it Hi, Please check following... http://forums.microsoft.com/msdn/showpost.aspx postid=16658&siteid=1 http://dotnet247.com/247reference/msgs/17/86815.aspx Thanks. ...Show All

  • Super132 System.InvalidOperationException Every Time I try a particular Web Reference

    Greetings Fellow J# Developers! I am currently working on a project which requires me to make references to the Autodesk Vault Web API.  This API apparantly at some point passes in an array of INTS or LONGS.  Although I cannot post the code from their end (on account it is closed source), I can post my code that is generating the error (though I don't feel it will be of any help).  I posted this to the Autodesk Vault user group, ...Show All

707172737475767778798081828384858687

©2008 Software Development Network

powered by phorum