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

Software Development Network >> Visual J#

Visual J#

New Question

classcastexception happens when objects are passed to the thread and when trying to call the method
How to draw on a Panel?
Pet peeve of the day
J# is causing problems for me like usual.
J# limits
litlle problem
Visual J#
set image
Simple Echo Server
Enterprise Mobile Apps: Java, J# or C#?

Top Answerers

seriozha
catman123
zhenxingzhang007
Aaron J Smith
Mark Flickner
Keith Boyd -MSFT
TamirB
rebus
mehmet bey
niceguysfinishlast
MPEG4.net News
Only Title

Answer Questions

  • Anagha J# Browser Controls for Pocket IE?

    Are there any plans to make a Pocket Internet Explorer version of J# Browser Controls That will save a lot for the application deployment to mobile PDA's. Thanks for the feedback. As of now we dont have any information on this, however we will keep you updated of our future plans. Thanks, Varun Hi Varun, If there are any plans for a Pocket Internet Explorer support, please also provide sc ...Show All

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

  • TomaszJ Why is the J# Redistributable package needed?

    Hi! Why is the J# Redistributable Package needed to run a J# application Or can I just redistribute some assemblies For example, if I develop an application in Borland Delphi using WinForms, I can compile this application to an exe file. This exe file can be executed on any computer that has the .Net Runtime Framework installed. No Delphi .Net Redistributable Package exists. If I develop an application in Dephi using the VCL.NET api all I ha ...Show All

  • Ayres How do you read and write to a file in Visual J#

    I need help as soon as possible. I need help reading and writing to files, if any one can help I would be very happy. The reason for the need of help is that Visual J# uses a different code for reading and writing to files then in Java. Help on this issue is very much needed. I am in the middle of a final project that requires this information. Please refer to post http://forums.microsoft.com/msdn/ShowPost.aspx PostID=17003 Thanks. ...Show All

  • Jeremy Thomas is J# = applet ?

    I'm new to J#.  Can you compile J# so that it run at client side like applet does Or is J# just java syntax mimic and it is exactly the same as C# in term of functionalities Thanks JK Max Hi J# is a powerful tool for java-language developers, as mentioned in the following post... http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=160051&SiteID=1 It provides the easiest way for Java-langu ...Show All

  • Jason Meketa J# Browser Controls for Pocket IE?

    Are there any plans to make a Pocket Internet Explorer version of J# Browser Controls That will save a lot for the application deployment to mobile PDA's. Thanks for the feedback. As of now we dont have any information on this, however we will keep you updated of our future plans. Thanks, Varun Hi Varun, If there are any plans for a Pocket Internet Explorer support, please also provide sc ...Show All

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

  • Dan Vallejo - RampGroup VJ# express forum?

    isn't there a VJ# express edition If I remember correct and there is such, shouldn't the forums list, have a forum on it, together with the VC++, VC#, VB.net express forums Hi, Yes, J# also has a express SKU . I am not sure of any reasons behind not having a seperate forum for J# express SKU. But we get all kind of queries on this forum (IDE, Class Libraries, Runtime, language, express etc.) and those are answered in time. Tha ...Show All

  • brettman switch off enum keyword

    Hi, i want to switch off the enum-keyword in J#. My projects was compiling in VS2003 before. I switched to VS2005 now, which breaks to compile my projects. The keyword enum is used as variable name. Which was working in VS2003. How can i switch to the old behaviour of the j# compiler best regards, atem Here's what my team mate, Pratap has to say on this - cool stuff! The way to do that is to use v ...Show All

  • ericch1 J# x64 Support

    Hi my question is: is there any planed support fur x64 in the J# 2.0 Framework i could not find any roadmap ... thanx Oliver Ashwin, Do you know when the first j# version for x64 is going to be released . Regards, Claudia. Hi thanks for this Infomation. so we have to wait ..;) Oliver Schmidt Hi Claudia, I assume that ...Show All

  • jwenting 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; Everything is the default settings I believe. IIS is running under Local System . In IIS the DefaultAppPool is running und ...Show All

  • PKell 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 Hi; It looks like this could do it. Does the following sound correct to you: 1. call ScriptStringAnalyse() to get the SCRIPT_STRING_ANALYSIS data. 2. call ScriptString XtoCP() character by character. 3. if the character position is prev ...Show All

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

  • Photius Reference statement does not compile

    Hi there. I am making my first steps in J# as well as .NET in general. I got a form with a linkLabel on it and in the procedure InitializeComponent () I added this statement: this .linkLabel1.Click += new System . EventHandler ( this .linkLabel1_click); I was able to compile a similar statement in C# but not in J#. I am getting an error message: Error 1 Cannot find field 'Click' in type 'System.Windows.Forms.LinkLabel'  What ...Show All

  • socko Hit a bug

    Hi; I am getting the following: Unhandled Exception: System.AccessViolationException: Attempted to read or write  protected memory. This is often an indication that other memory is corrupt.    at System.Drawing.SafeNativeMethods.Gdip.GdipMeasureCharacterRanges(HandleRef  graphics, String textString, Int32 length, HandleRef font, GPRECTF& layoutRect,  HandleRef stringFormat, Int32 characterCount, IntPtr[] region) &nbs ...Show All

1234567891011

©2008 Software Development Network

powered by phorum