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

Software Development Network >> Visual J#

Visual J#

New Question

axWebBrowser
J# newbie having trouble using SQL statements in J#
Unable to load the J# Browser Control
java.util.zip.ZipFile performance problems
j# compiling problems
Creating zip files without Path info
Cannot find type 'javax.swing.JEditorPane'
sql -> dataview and back again
porting Forte projects to j#?
Problem with C++/CLI and J# interaction bug

Top Answerers

TRexian
Raghukas
BlueJay07
jgroleau
Vipul Patel - MSFT
shang
Holden Caulfield
simon_p
Alex Chew
Robcam817
PBS NewsHour: Business and Economy Coverage
Only Title

Answer Questions

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

  • Thomas Phillip Is it possible to use NotifyIcon without a form?

    Hi, I'm trying to write an application that sits in the system tray and runs in the background, displaying a balloon pop-up when a condition is met within the program. Using Visual J# 2005 Express Edition, there's a form object called NotifyIcon, which would do what I need it to do, however, it is part of a form. Is there a way of using this class without having it attached to a form If not is there any way I can achieve the same outcome I ima ...Show All

  • Wes123g How do I get the separator + a more general question

    I have a textbox in which I enter numbers. I extract the individual strings and I would like to know how I can extract the specific separators. Also a more general question. If the processing of this text data would get more complicated how should I proceed So far as seen in the code example it's no problem doing everything inside the textbox change event function. For the moment the indata is supposed to be integers that are added up. But I wou ...Show All

  • Crise Warning - don't use ReSharper

    Hi; If you have done much development in C# you probably have ReSharper and it is a tremendous help. But when it get's in J# it slows the system down a LOT and it gets all confused with intellisense. I ended up removing it. Hi Barry, Resharper is a third party addon utility for Visual Studio. It is not a Microsoft product and not shipped with Visual Studio. If you have not installed it after installing Visual Studio then it w ...Show All

  • marek.dziedzic 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

  • RongPengCheng Visual J#

    Hello, I'm new to this software and new to programming itself but I do know a little bit of Java and Visual Basic. I was wondering though, what exactly is Visual J# Can someone please tell me and help me out. I have Visual Studio .NET 2003. I am taking a class in Java and Visual Basic and in VB, we use VB 6 Professional, and VS .NET 2003 is very different from VB 6 Pro.! What are the different between J#  ...Show All

  • fblair Problem with subclassing a form AND J# interface in C# 2.0

    I have an existing application that declares a class that derives from System.Windows.Forms.Form and an interface. This compiled and worked correctly in 1.1 but an error is reported during in C# 2.0 "IRecitalMirageForm - type is not supported by the language". The interface is written in J#. public class Form1 : System.Windows.Forms. Form , IRecitalMirageForm Is there any workaround for this behavior ...Show All

  • Dr.9 java.nio not supported

    Hi, I am trying to migrate my java code into j# but I found that java.nio is not supported in J# 2005 beta. Is there any replacement for this big class. Thanks Steven I'd also vote for adding java.nio to J#... It would be a big help! J# is not Java, most of the functionality in the nio are available in the .NET Framework, plus other functionality.  The issue here is that ...Show All

  • Duke Nukem High School Teacher needs help

    Hello, I am a high school math teacher and my students and I am having difficulties getting my first java applet to work for my students using j# 2003.   I have successfully written applets in miscrosoft visual j++ and want to run some of the same applets with j#.   Here is my problem.   I would like to run the same applet found at http://www.mrpowell.net/progra/java/example1.htm   But can not get the applet to run. & ...Show All

  • corradolab One app, multiple main()'s

    Hi; I have a single project that has about 18 main methods in it. How can I run the created exe (it's a console app) and tell it which main to use as "the" main thanks - dave That still won't let me pick which main to run. thanks - dave Hi David, As of now I don't know if this scenarios is supported in any .net language. I can also only think of the workaround suggested by Kazuya. I will get back you you by tommorow w ...Show All

  • kbickerton Postdata in webbrowser.Navigate

    Hi, I want to Navigate to a site "anysite.php" and sending postdata. If I call Navigate method "anysite.php" is shown. But there is no postdata. Source Code: String postdata = "u=idcode" ; System .Text. ASCIIEncoding a = new System .Text. ASCIIEncoding (); ubyte [] byte1 = a.GetBytes(postdata); webBrowser1.Navigate( "anysite.php" , "_SELF" ,byte1, "" ); The webbrowser shows Method=post instead of method=get but c ...Show All

  • tofuTnT too many images = greater load time

    ok, ive got a good... 96 images on a form with scrollbars, as your scrolling left and right, it takes a while for the images to reload, is there a way to speed up the load Store the images inside your class, and then draw them in your OnPaint handler.  You'd want to store them in a container of some sort, probably a Dictionary and come up with some way of looking up the images you need to draw, which you ...Show All

  • c# crack Today's humor

    This is a joke, repeat, this is a joke. Microsoft prefers Republicans, Google Democrats . Just a little something to brighten up the day thanks - dave ...Show All

  • Usman Mahmood java.text.Bidi functionality

    Hi; What .net class has the same functionality as java.text.Bidi (which I assume is not in J#) All I need is the ability to give a method a string and find where the string changes direction. thanks - dave To get an authoritative response on this, I suggest you post this on the microsoft.public.dotnet.internationalization newsgroup. Internationalization folks from Microsoft on that newsgroup can help. Thanks - sushant ...Show All

  • C_Portugal VS B2 - object test bench

    Hey, I was using Object test bench on Beta1 and that is really amazin feature. I use Beta2 now and I cant use Object Test Bench. In some project it is working.. but others dont include object test bench. I didnt understand what is wrong In Beta2 we support OTB for VB projects too. Could you let us know which project(s) exactly did not have OTB but had OTB in Beta1 That would help us give you more information. Thanks. http ...Show All

282930313233343536373839404142434445

©2008 Software Development Network

powered by phorum