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

Software Development Network >> Visual J#

Visual J#

New Question

hi
java.util.Calendar.getInstance() fails on Windows 2003
Saving different versions during the development phase , how?
pretty colors in tabset
Need help
onClick, Questions??
axWebBrowser
Using jxl.jar with VJ++
Pet peeve of the day
ObjectInputStream - cast exception

Top Answerers

Orchid2006
Kwon-il Lee
TheShadow
bigshop
klaus_b
daveodolph
entertainment-cms.com
hoe
Andrew McGhie
Jens Egil Evensen
XFlows
Only Title

Answer Questions

  • Alistair_2005 OBJECT TAG present inside the IFRAME is not loading

    hi all    i have an object tag which is present inside the source of iframes.it is not loading the class when it is present in sucessive iframes.But it is loading the object that is present in the iframe which is not already present inside another iframes. it acutally present as file1.jsp <html> <body> <iframe src=encode.jsp> </body> <html> encode.jsp <body> <OBJECT CLASSID="CLSID:CF83EA5E-0FFD-4 ...Show All

  • Vbeginer.net axWebBrowser

    I have this problem in vusal j#,  C:\Work\Form1.jsl(92): Cannot find method 'Navigate(String)' in 'AxSHDocVw.AxWebBrowser' I have no clue how to fix this, the program works on my friends comp but not mine, I'm running win xp sp2 with zone alarm security suite installed. Please reply -- Thanks Hey thanks it worked! I have another question if you could help me with it, I created a browser and then buttons,  one of my buttons i ...Show All

  • Dermot French 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

  • mjh please help ?!

    I am new at java... I have found this example for sending mail... import java.io.*; import javax.mail.*; import javax.mail.internet.*; import javax.activation.*; public class SendApp {     public static void send(String smtpHost, int smtpPort,                             String from, String to,       ...Show All

  • Nyqvist "Interface implemented twice" 2.0 compiler bug?

    Given this file (Stuff.js): public class MyClass { public static interface MyInterface { public void DoThingA(); } } public class MyOtherClass { public static interface MyInterface { public void DoThingB(); } } public class MyImplementer implements MyClass.MyInterface, MyOtherClass.MyInterface { public void DoThingA() {}; public void DoThingB() {}; public static void main(String[] args) {} } Doesn't com ...Show All

  • Silvia CR 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

  • 7racer setting socks proxy option - .NET migration headache

    It used to be so easy in vj++ and java, to set socks proxy for sockets: Properties p = System.getProperties(); p.put("socksProxyHost",host); p.put("socksProxyPort",port); Socket skt = new Socket("hello.com", 81); If you run the above code behind socks proxy server, it worked so well in vj++.  In fact, vj++ program can make use Internet Explorer socks proxy settings and you don't have to set System.getProperties(). Unfortunately, the above c ...Show All

  • Henrik Goldman sql -> dataview and back again

    How do I update a sql database with changes and additions added in the dataview Brian, still you haven't mention about the datasource you are using with your Gridview.If you are using the SqlDatasource or ObjectDataSource you can specify the update method in the Property window.If you are binding dynamically then there are events associated with Gridview Gridview_updating and Gridview_updated for updating ...Show All

  • SimonCropp Is there a public J# Roadmap ?

    Hi I am looking for the public J# roadmap, does anyone know where I can find it Ohad What exactly you are looking for Could you please let us know why this is required for you Thanks Neela Please go through following thread, this might provide you some insight into future plans. http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=364340&SiteID=1 In general, for future releases of Visual studio, you ...Show All

  • Sichbo 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 Gaurav, Thank you for your response. I read about Orcas at the page you suggested me but I didn't find any official announcement about that feature of j# (x64 support), is there any at that site . I did find an official announcement at your blog and it see ...Show All

  • SilverShadow Difficulty in inheriting Abstract Class

    I am trying to work thru Visual Studio Hosted examples using J# - The examples only discuss C# and VB so I am trying to come up with the equivalent J#. I am stuck on code similar to the following: ( I have simplified it a bit to what is in the example - the example using C# )   Add Class: Company :   using System;   namespace Northwind { public abstract class Company { public int ID; public string Na ...Show All

  • gc1848 axWebBrowser

    I have this problem in vusal j#,  C:\Work\Form1.jsl(92): Cannot find method 'Navigate(String)' in 'AxSHDocVw.AxWebBrowser' I have no clue how to fix this, the program works on my friends comp but not mine, I'm running win xp sp2 with zone alarm security suite installed. Please reply -- Thanks Hi, You are getting the error because aximp is not in the PATH. If you are working on J# express, then you need to add the path of aximp t ...Show All

  • JurgenT how to import org package in J#

    how to import org package in J# . should i download any package for that VJ# supports only a JDK 1.1 level library, which doesn't contain any org packages. See the following page to know which packages, classes, methods etc. are supported by VJ#. http://www.ujihara.jp/CodeTips/VJSharp/en/jslibrary.html ...Show All

  • mradlmaier Using 'My' in J#

    Hi friends! i need use the word "My" in Visual Basic, i can use 'My' but in J# can i Somebody can help me or a example thanks! My is a little bit of syntactic sugar in VB, it does not exist in C#, and probably not J#. It gives you nothing but shortcuts, everything it offers is available directly from scoping namespaces and classes in the framework. What are you trying to do I want build a simple aplication! Si ...Show All

  • Sergey Bereznikov unsafe dll in J# browser control

    In a multi-dll J# browser control, the DLL containing the main J# Browser Control class uses another dll which is written in C# and contains unsafe code. I got java.lang.securityException. Anyone can help me to deal with such situation regards Hi You might need to change the .NET security policy on your machine, if you want to allow privileged operations to be performed by the JBC. .NET gives permissions ...Show All

202122232425262728293031323334353637

©2008 Software Development Network

powered by phorum