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

Software Development Network >> Visual J#

Visual J#

New Question

J# Books & Questions
Unable to load the J# Browser Control
Visual J# 1.1 not loaded after installing .NET Framework 2.0
Creating a Dataset - by dragging table from MYSQL database
Visual J# Redistributable Package v2.0.50727
java.util.zip.ZipFile performance problems
Saving different versions during the development phase , how?
Problem with File.createTempFile() under IIS 6
Publishing a project
method to cast to/from ubyte[]/byte[]

Top Answerers

Hosmer
dariakus
Audalio
S M Hasan
Robert Bruckner
BhuttCrackSpackle
Nathan Griffiths
quame
Rp777
DevGuru22
CSite Opleidingen
Only Title

Answer Questions

  • SmoothUK Problems with 'Alter Login'

    I have a Win32 program to restore a SQL Server backup, and properly map the SQL Server login IDs in the restored database, with the Logins on the Server. I even create the Logins on the server if they don't exist. All this worked great on 7.0 and 2000. In 2005 I'm using the 'Alter Login' command, as I need to specify 'CHECK_POLICY = OFF'. If I restore a backup from my Win32 program, the restore works. The I execute the following command to se ...Show All

  • KelleyBryant Mac Address

    Hi ,, How Can i Get the Client Mac-Address using J# and thank you v.much For helping :) Is there a way of getting the Clients Mac address in ASP.NET (C# codebehind) 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 tw ...Show All

  • Ed cramgo Free game - Engineer your own World

    This is Windward's Christmas present to the development community. Download the Game – for Free! Happy Holidays from Windward Studios. Windward Studios, the creators of Windward Reports, is making Enemy Nations available for free. Sim City meets Civilization meets Age of Empires Enemy Nations combines the world building of Sim City, the large scale and detail of Civilization, and the combat of Age of Empires. Award Winning And you don't have ...Show All

  • atnoslen onClick, Questions??

    I have some check boxes with lables like 'checkBox" _________ I want to be able to check that check box with click on that label anywhere, you know like onMouseOver event i am not sure how that works here is what i got so far...I am using ColdFusion but i believe this problem is java related i think, any help would be appreciated.. <tr> <tr onMouseOver="checkbox"</tr> <cfoutput><td>< ...Show All

  • Ravikant Help: how can I avoid the System.OutOfMemoryException?

    Dear All, A System.OutOfMemoryException always occurs in my program when the input data size becomes larger. Basically my program uses a recursive method to travel all paths in a graph. For example, the graph's configuration looks like this: three nodes A, B, and C. There is one edge between B and C, and the only thing that changes is the number of edges between A and B. When there are 2000 edges between A and B, my program works fine. But if ...Show All

  • Liam404 J# MSPress "Build a Program Now" and J# Express edition Forum

    Hi everyone, Anyone know if there is an MSPress "J# 2005 Build a Program Now" book coming out in the not too distant future. The VB and C# books are wonderful for beginners and they have the program CD along with SQL express included for about $16. Very thoughtful of Microsoft and they should be congratulated for making it easier for folks to begin to convert over from Java taught in most lower level college classes. Also anyb ...Show All

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

  • Donna46502 ResourceBundle problem

    Hi; If I call ResourceBundle.getBundle("resources", locale) where locale is for a locale I don't have a resource for (I used "zz_XX") - it throws the ArgumentOutOfRange exception. In this case it should work and just use resources.properties. I also tried "en_XX" which should fall back to resources_en.properties - but again I got the exception. - dave Hi Dave, Below is the scenario that's been worked on: All the following files are in a ...Show All

  • mettoffa High School Teacher still needs help.

    Hello, I am a high school math teacher and this is my second post for help writing my first java appet using :   Microsoft Visual J#.NET Microsoftw Development Environment 2003 Version 7.1.3008 Microsoft.Net Framework 1.1   I have gotten help from Christian Graus and Jaiprakash previously and I thank them, but I still have not gotten my first applet to run.   I am trying to use the code for the applet at http://www.mrpowe ...Show All

  • chester645 Implementing a interface present in DLL

    Hi All, I am using a DLL in my project which contains a interface haveing two metodes in it. I have imported that dll into my project and i am able to see other classes and interfaces in that dll. When i am trying to implement one of these interface in my class then i am getting a message as class should be abstact or should implement those methodes. I have implemented those methodes in my class but stll i am getting this error, ...Show All

  • L_M knowing character representation for an 8-bit ASCII code

    i wanted to get the character representation of an 8-bit ASCII value. how can i do this are there any predefined Methods or Classes for doing this You might want to try out the following. class repro { public static void main() { //char s = 65; char s = '\u0041'; System.out.println(s); } } -Varun ...Show All

  • dhart.net java.lang.Math.hypot J# equivalent?

    I'm a total newbie to J#, I'm a C# and VB.NET programmer. I know a bit about Java, but not at a professional level, and I need to convert a Java program to J#. The part that I'm stuck on is I need to find a J# equivalent method of: java.lang.Math.hypot Any ideas Also, I need to have the same exact results, not a result that is "close enough and will suffice." Thanks:) java.lang.Math.hypot(x, y) is identical wi ...Show All

  • Deforge 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 used Visual J# to create ...Show All

  • sameera Swing plug-in in jsharp

    Hello I am basically trying to run a java(sun) application in J#. It's a htmlparer wich gathers newslinks from various newspages and displays them on a single webpage. The application uses the javax.swing.text.html and javax.swing.text.html.parser packages to extract and handle html tags. What i have done so is to install the Supplemental UI Library plug-in wich i s ment to cover the swing-package. But when i  import the javax.swing.text p ...Show All

  • P Mallory j# compiling problems

    Hi, i've got visual j# 2005 (beta version). Every time i try running an application/program. The command prompt comes on the screen and dissappears after bout a millisecond, so you can't actually look at the output. Basically the command prompt should stay on the screen till i close it. Can any1 help with this please Read this thread: http://forums.microsoft.com/msdn/ShowPost.aspx PostID=85301 That doesn't really resolve my query. ...Show All

161718192021222324252627282930313233

©2008 Software Development Network

powered by phorum