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

Software Development Network >> Visual J#

Visual J#

New Question

Pet peeve of the day
java (J2EE 1.4) convert to J#
Play sound and video in J#
Can any one give me code or help me set up Microsoft Visual J# to Run Faster
java.net.ServerSocket under J# & .NET Framework
High School Teacher needs help
method to cast to/from ubyte[]/byte[]
onClick, Questions??
Error Configuring Web Site
drag and drop

Top Answerers

roadragedsb
Luka79
Nuno_L
Matthieu_M
Karthik Raman
Dimitry
ChrisTullier
Mike Webb
JaLeo
Jati Indrayanto
Systemhaus netzlab GmbH, Neuss
Only Title

Answer Questions

  • jrenton87 drag and drop

    I am creating chess game and I want to move chess. How can I drag and drop chess Chess is picture. Thank you. If you are using VS 2005, you can Drog and Drop PictureBox item from ToolBox. Choose image source as your chess image. I am a student at the Technical University Iasi in Romania, in Computer Sciences,, and I have to build such a project for myself, my trouble is that I have to build it in J#, but I have an example f ...Show All

  • Astronicus Need help: try/catch using combobox

    I'm attempting exception handling for a combobox. I wish an exception to be raised if the user does not select an item from the combobox, but I'm not sure of the correct code. Here is what I have now: try { if (cboDwellingType.get_SelectedItem().ToString == null); { MessageBox.Show("Please select the Dwelling Type from the dropdown menu."); cboDwellingType.Focus(); throw new Exception ("Error updating Local databas ...Show All

  • JIMMY-D- 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

  • chief_druid_tma 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 Hi, Above link (in Daniel's reply) must help you out. Please read the replies by Paul Domag carefully. He has explained ...Show All

  • Bob Lee 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. We do provide tools to develop applications in VJ#. Please visit http://msdn.microsoft.com/vstudio/express/visualJ/  and download VJ# express. Feel free to use this forum if you have any questions ...Show All

  • Krishnap litlle problem

    Helllo, I want to create the simple program, but i don't know how to do one thing: i have 2 texbox , label and button in textboxs you type numbers, and the answer appears in label. And all it should be programmed on button click. But i need that, if my number is smaller thatn 18 and bigger than 25 then label set text , f.e. " it good" or smtg, and i have these groups: 18.5 < rez < 24.9 25 < rez < 29.9 30 < rez < 39.9 40 < re ...Show All

  • Brian Grunkemeyer Does Visual J# supports Browser Helper Objects(BHO)

    Hi In our web application we want to access frames in HTA.But some reason ,HTA doesn t seems to load the application.So now we trying for BHO in VJ#.But we don t have a clear idea ,whether it is supported by vj# or not.If any body have idea in it ,revert with some examples. thanks praveen Hi Praveen, I just changed the DocumentCompleteEventHandler to DownloadCompleteEventHandler. DownloadCompleteEventH ...Show All

  • pig30n getResourceAsStream() doesn't work

    Hi; The following code works: System .IO. Stream stream = Class .ToType( SystemWrapper . class ).get_Assembly().GetManifestResourceStream( "resources.resources_en_US.properties" ); This doesn't: java.io. InputStream is = SystemWrapper . class .getResourceAsStream( "resources.resources_en_US.properties" ); Why (SystemWrapper is the class the above calls are in.) thanks - dave Hi David, I tried this method and it works for me if  ...Show All

  • Intern ObjectInputStream - cast exception

    Hi; I make the call: ObjectInputStream ois = new ObjectInputStream ( new FileInputStream (serFile)); Document correctDoc = ( Document ) ois.readObject(); And get the exception: 1) testTemplates(net.windward.format.wordml.test.TestWordMLParser)java.lang.ClassCastException: Unable to cast object of type 'System.Byte[]' to type 'System.Object[]'.    at java.io.ObjectInputStream.fillArray(Object obj, Int32 len, Class elemType) & ...Show All

  • MazterzDemon J# newbie having trouble using SQL statements in J#

    Thanks to anyone who helps! I'm building a data entry windows form that requires the data to be sent to a SQL Server table (the table's name is "Local") when the form's "SAVE" button is clicked. I've built the form using the windows form designer, and now I'm attempting to use SQL statements to insert/update data into the table. There are six fields that will use SQL statements to send data to the Local table, and non ...Show All

  • EzraJW How do I in the best way get this info from a String

    In my code I have String str = textBox1.get_Text(); String individual[] = str.Split( new char [] { ' ' , '+' , '-' , '*' , '/' }); In this way I get strings separated by certain separator characters. If I wan't an int array containing the positions of all separators within str what is the best way to do Do I have to manully write code that checks every character and save the positions of the seaparators or is there a simple ...Show All

  • mettu How to access Java Language Conversion Assistant

    I'm trying  use JLCA tool, but don't know how to access it from VS2005. I've look into the help, it says go to File->Open->Convert,  but when I go to File, I can't fine a Open menu, there is just Open Project, Open File menu available. Anyone have an idea on this Thanks. Lennie As you have mentioned in the Help, the JLCA tool can be accessed from File->Open->Convert… menu. You may wa ...Show All

  • Javmuch Open a picture from file

    Hello! :) I'm programming in Visual J# and I ran into a problem. For small pictures (thumbnails) I use pictureBoxes. However, I would like that a user could open a full size picture. I would like the picture to be in asome folder and that the program would load it and open it in user's default image wieving program. That way my .exe file would be much smaller and I think work faster. Any help appreciated ...Show All

  • thanasis_b 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 Hi, Above link (in Daniel's reply) must help you out. Please read the replies by Paul Domag carefully. He has explained ...Show All

  • Mike Henderlight 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 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 J# is a language that Java folks can use, it is not intended to be Java.  Although I really lik ...Show All

868788899091929394959697

©2008 Software Development Network

powered by phorum