| Thread | Last Post | Replies |
|
| detecting IE proxy settings | 28 Feb 2004 09:48 GMT | 3 |
how do i detect IE proxy settings in code? i can't seem to find anything in the documentation. thanks.
|
| Redistributing vjslib dll | 27 Feb 2004 18:14 GMT | 2 |
Can anyone from Microsoft speak to whether is it okay to ship the Visual J# library with an application as a convenience for users that may not have it It'd be nice if this was possible ~harris
|
| Okay Lars--More Help | 21 Feb 2004 00:35 GMT | 6 |
Lars, The Applets I developed awhile back using Visual J++ 1.1 were signed with a verisign Authenticode certificate to allow I/O operations. Now that I have converted, successfully thanks to you, my applets into J# Browser
|
| Problem while defining constants | 20 Feb 2004 23:50 GMT | 2 |
In C# for defining decimal constants we use suffix M For Example ShowDecimalGetBits( 10000000000000000000000000000M ) ShowDecimalGetBits( 100000000000000.00000000000000M )
|
| Getting JBC to work | 20 Feb 2004 21:44 GMT | 9 |
I'm trying to convert a Java Applet into a Java Browser Control. I have compiled the .java source files in Visual Studio.NET & produced a dll.
|
| How can I remove security warning of JSharp Browser Control | 20 Feb 2004 21:43 GMT | 5 |
I have an application based on WFC, and now I have to update it to JSharp due to microsoft's unsupporting of WFC after Sep.30, 2004, but our clients will not accept it if it pops up security warning everytime it is launched,
|
| What is diferent J# and c# | 20 Feb 2004 00:50 GMT | 5 |
I am very new J#. But I am working to devolop my self. I don't understant to different J# to c#. I know syntax different . But I know compile system both of the same.
|
| Problem with IsSurrogate method | 19 Feb 2004 22:53 GMT | 1 |
import System .* public class IsSurrogateSampl public static void main(String[] args1 String str = "\u00010F00"
|
| System.Reflection.TargetInvokeException | 19 Feb 2004 01:39 GMT | 3 |
I am gettting System.Reflection.TargetInvokeException in the following code Type myType = BuildDynAssembly(); // This retrurns type Object ptInstance = Activator.CreateInstance(myType, new Object[] { (Int32)(0), (Int32)(0) }); myType.InvokeMember("PointMain", BindingFlags ...
|
| looking for pluggable jar of stub classes representing System package | 19 Feb 2004 00:52 GMT | 2 |
Sorry, Actually I'm looking for pluggable jar of stub classes representing .Net System package for Java which allow for coding in .Net libraries on RAD tools other than Visual Studio.Net
|
| Please help me | 18 Feb 2004 20:43 GMT | 3 |
I want to get Custom Attributes of a module.So i have used GetCustomAttributes function as follow Module moduleArray[] moduleArray = Assembly.GetExecutingAssembly().GetModules(false) Module myModule = (Module)moduleArray.get_Item(0)
|
| System.Runtime.InteropServices.MarshalDirectiveException | 18 Feb 2004 20:37 GMT | 3 |
I am getting System.Runtime.InteropServices.MarshalDirectiveException exception when trying to implement following code in j private static class RegKin private int m_regkind public static int RegKind_Default = 0
|
| Scripting support on the JSharp Browser control | 18 Feb 2004 19:05 GMT | 2 |
When is scripting support going to be added for the JSharp browser control? The clock is ticking and we would like to consider this option but the major piece that is missing from the
|
| listbox control | 17 Feb 2004 22:15 GMT | 2 |
I'm a noobie When you populate the items collection visually in a listbox control is there a way to get the text from all of the items using a method or do you have to loop through the entire collection to get the whole text? Can you
|
| Converting C# to J# | 17 Feb 2004 21:45 GMT | 9 |
Can someone point me a a really good link to help me accomplish what I am trying to do. Its driving me mad. I cant even find a good list of syntax for it. mad I tells ya !
|