Answer Questions
redplanet Hide standard control's properties in designer
Hi, I inherited Button control from Windows.Forms... but i would like to hide vertain standard properties so that it will not shown in designer... Is there anyway i can do that Thanks Hi, I don't think i have enough expertise to comment here. Could you please post your query on WinForms Forum - http://forums.microsoft.com/MSDN/ShowForum.aspx ForumID=8&SiteID=1 . Thanks. hi, What i me ...Show All
Bhaskar Sharma search in combobox by pressing button
I am creating a program , some words just like dictionary, items (words) are in combobox. You select word in combobox and explanation of that word you select appears in label. Later i was trying to make search, i create that, bus is problem. That is just like live search, then you are typing word, program automaticly in label says "no match found" , then you finish - in label appear if that word is. How to do that : you write word in c ...Show All
Kim Editing j# source code is painfully slow in VS 2005
I have a large solution consisting of 16 projects and hundreds of source files. Editing J# code in VS 2005 is seriously slower than editing in VS 2003. In some cases, after typing a word it hessitates for 2-3 seconds before continuing. Intellisense is barely useable with 5 second delays during typing to display class members. How on earth can this been improved, the new features of 2.0 are a great improvement but it seems the IDE has taken a st ...Show All
Scott Frenkiel mouse scroll event in J#
How to realize processing mouse scroll event in J# Hi, I didn't really get the phrase "Mouse scroll event". I am presuming here that you mean to say how to realize mouse events like mouse hover/mouse move/mouse wheel etc. I have created a running sample code which shows how to handle mouse events. Here is the code for the same. You just need to copy paste this code in form1.jsl of a default windows aplication and run it. Basically i have ...Show All
CSharpGuy java (J2EE 1.4) convert to J#
Hi, I want to convert my application in java (J2EE 1.4) to J# with minimum changes. Where can I get the script Thank's Alexei (I have tryed JLCA 2.0, 3.0 and it gives me about 100,000 errors becouse it convert to C#. I don't have a time for working on errors. I read that Java can be converted to J# with minimum errors.) Hi, I have read this year ago. It doesn't help me. Thank's Alexei Hi, what is wrong with it do you get error ...Show All
haricharan InetAddress.getByAddress() missing?
Hi, I'm using Visual J# 2005 Beta 2 and when I try to use InetAddress, I only get 3 available methods: getAllByName(), getByName(), and getLocalHost(), but getByAddress() is missing. Does anyone know why this is How else can I retrieve an InetAddress object with just an IP address Thanks, Yaron Hi, I'm able to get InetAddress object for given IP address by getByName() method. InetAddress ina = InetAdd ...Show All
SARay 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
Intern Bob 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
tbrauer J# rookie: need help with multiple forms
Hi, Firstly, thanks to anyone who responds! I have only about a month's worth of experience using .NET and J#, and a semester's worth of Java (a year ago). Needless to say, I'm no expert. I'm building an application that has about twenty separate Windows Forms. I have a Main Menu Form that I would like to be the application's welcome screen, and is intended to direct the user to other parts of the application through the use of clickin ...Show All
Paul Mead How much does J# support pure java?
How much does J# support pure java I just installed J# express and am wondering can i just copy my java codes into J# editor and execute it or i need to do some "import" things first Besides, if i want to to use Java2D or Java3D API, how can i make it Cheers Hi, Any code written in/upto java language version 1.1.4 should compile in J# wothout requiring any changes. If code uses features available in later versions of Java ...Show All
Wernerj 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
Tosch 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 http://forums.microsoft.com/msdn/ShowPost.aspx PostID=7111 Im sorry.. I posted that to wrong forum.. it is the true one.. sorry. In Beta2 we support OTB for VB projects too. Could you let u ...Show All
rafarebuscando Any good Add-Ins for VS 2005/J#?
Hi; In the java world I use IntelliJ and in the C# world I use Visual Studio wit ReSharper & nunitaddin. Is there anything like this for VS 2005/J# ReSharper flat-out does not work with J# (they officially don't support it and most of it's features are turned off in J#). And nunitaddin does not understand J# (for a main()) or junit. And Visual Studio doesn't come close to having the features found in ReSharper & nunitaddin. Anythinf out ...Show All
Johnny Richards 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
Brian Grunkemeyer Simple Echo Server
I am using Visual J# 2005 Express Beta 2 to create a simple echo server. I have created the form and design and able am able to launch the program. I have created a RichTextbox to display the connections and 'echo's. The problem is when after starting the echo server by clicking on a button, the program stops responding. But the echo server is running in the background because I am able to connect to the echo server (localhos ...Show All
