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

Software Development Network >> Visual J#

Visual J#

New Question

Reference to vjslib.dll fails after RTM Framework 2.0 installation
Visual J# 1.1 not loaded after installing .NET Framework 2.0
100% CPU usage !!
Displaying some data
Migrating JNI to P/Invoke
javax.* support
Warning - don't use ReSharper
too many images = greater load time
running server object method from client-side on the network
doesnt show up in the dropdown list as a useable method (post for brian)

Top Answerers

wwy94621
Wacha
Bourne Again
Jim Mace
Xakee
de Oracle
sysmaya
Rhinpoche
daat99
macer
Arthritis News From Medical News Today
Only Title

Answer Questions

  • Birol Deploying Windows Appication in J#

    Hi, I'm looking to deploy my windows app. in J# and I'm using the msdn library's "Deploying a Windows Application" walkthrough ( http://msdn2.microsoft.com/en-US/library/k3bb4tfd(VS.80).aspx ) to help me do so. Not sure if this is the right path to travel, but I'm just looking for the basics. I'm looking for the equivalent J# code for the following command that launches Notepad.exe and gives it focus: Shell("Notepad.e ...Show All

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

  • qwv porting Forte projects to j#?

    How to get Forte form to j# I have java applications built in Sun  Forte 3.  Porting the java code is easy. Now I am stuck as to how to import, convert Forte java .form files into J# forms. Is there a way I can import the Forte java  .form  files into J# forms, so I can do the GUI Editing in J# studio as well ( I would very much to avoid the time consuming task of building the forms from scratch) I tried online help, Googl ...Show All

  • peter_akerstrom Delegate and EventArgs Question

    Hi, I am very new to programming and i have a quick question. I am developing a webpage and I want a delegate to handle a button click. I am programming in J#. What I want to do is display the element found at ArrayList(i) after clicking on a button. Example: <input type="button" id="display" value="Display" runat="server" onserverclick="write(<%=i %>)" /> I want the method 'write' to ...Show All

  • 津田敦史 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 Well, I ...Show All

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

  • Trenton1 .Settings files

    I am trying to use a .settings file to store users application data such as database usernames and passwords etc. I have set up a .settings file with a few entries such as: Name: odbcName Type: String Scope:Application Value: I have been able to get the contents of the settings file if i put something in the value field by using the following code: Settings1 mySettings = new Settings1 (); String odbcName = mySettings.get_odbcNa ...Show All

  • Jason Rawlins 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

  • Craig Bye Create Class Designer values

    I’ve created a class in the Class Designer (VS200 beta 2) that contains four parameters.   Three of them are strings and one is a date. When I click on Create Instance and go to enter the parameters I can’t find a date format that it will accept.   What is the format it requires No for Whidbey, even in next release this would be supported rather we will provide quick way of creating n ...Show All

  • rankorn Timestamp from LDAP (ActiveDirectories lastLogonTimestamp)

    If I get a Timestamp it's ms since Epoch 1143584229619 But in LDAP I get a value from the timestamp more like 127877417297554938 First though was maybe ms since time of '01/01/0000' or something but it does not add up that way. Does anyone know what the timestamp maybe; and how I can convert it into something Java can use. Thanks in advance. Hi lastLogonTimeStamp seems to be the no of 100 nano second intervals starting from 000 ...Show All

  • HarryPatterson javax.* support

    Hi, I was wondering if anyone has started on some libraries which provide support for things like javax.vecmath and the java 3d API. I do not care if they are just wrappers around other libraries (DirectX or .Math or ). Just if they are available before I start writing my own. Thanks, Blair P.S. No GPL'ed libraries please. Thanks. Blair, Have you had any luck finding a way to access the java 3D API in C# with a ...Show All

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

  • CHWA Creating a file in ASP.NET 2.0

    Hi; I have an ASP.NET app in C# that calls my library in J# and that library creates a file. The problem is the file that is created gives no rights to IUSR_JASMINE (computer name is jasmine). The directory the file is created in has read permissions for IUSR_JASMINE. What is going on thanks - dave Hi David, It looks related to ASP .net. Can you please post it on http://forums.asp.net/ Thanks, Jaiprakash ...Show All

  • Paul B. how can i remove the security warning in VJ#

    Hi  i have a web application which is code behind html ,upgrading from vj++ to vj#.The application uses wfc control to launch it.While trying to run ,it throws a security warning saying"This page contains components that are potentially unsafe,Do u wish to continue".The process proceeds when clicking yes button otherwise it does n t move further.   this security warning looks strange ,when come to internet user.So how can i remove or ...Show All

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

131415161718192021222324252627282930

©2008 Software Development Network

powered by phorum