all groups > vj# > march 2006
JSharp Newbie
Posted by source at 3/31/2006 4:04:38 PM
I wanted to find out as to what API/Property will give me the current
executing thread model of a console/win app in JSharp
In C#, I can write;
System.Diagnostics.Debug.WriteLine(System.Threading.Thread.CurrentThread.GetApartmentState().ToString());
and it gives me the current ThreadModel... more >>
Java and MSIL
Posted by rottyguy70 NO[at]SPAM yahoo.com at 3/31/2006 2:14:30 PM
Hey all,
Old time windows guy but new to the .net stuff. We have a java app at
work that I need to convert to .net (basically it's going to be a
custom authentication module)-- either that or a long rewrite. Been
trying to read about the J# support for .java files and to the best of
my know... more >>
J# or C# which when ?
Posted by Bob Palank at 3/28/2006 1:58:03 PM
Someone wrote "J# is for migrating away from Java.
It's not a good tool for building new .NET applications. "
Does the community agree with this ?
Should I offer Visual J# as an alternative IDE in a first Java Course ???
Given that there are multiple JVMs, I wonder if a future Microsoft JVM ... more >>
Folders view NOT showing up in Windows Explorer bar!
Posted by Nick at 3/28/2006 12:08:31 PM
I can't view the folders in the Explorer bar of Windows Explorer- when it
opens up, the side bar is simply grey. When I click on View>Explorer
Bar>Folders, it toggles the sidebar on and off, and other views in the
Explorer bar work, but . As I use that view A LOT, it has become very helpful
... more >>
"Interface implemented twice" compiler bug?
Posted by chrismo at 3/28/2006 11:20:54 AM
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 i... more >>
hotmail password crisis
Posted by JB at 3/26/2006 2:58:45 PM
Is there any way Microsoft can reset a Hotmail password for me?
I've been locked-out of my account (someone using my username has apparently
reset my password), and I can't get back in.
I've tried EVERYTHING, but I can't receive instructions on resetting my
password (since I've never regi... more >>
serial port usage
Posted by eric at 3/15/2006 11:00:31 AM
What do you import to read data from the com or serial port of a computer
using visual j# windows xp?
... more >>
java.lang.ref.SoftReference missing?
Posted by Nathan Baulch at 3/9/2006 12:00:00 AM
I'm trying to compile a Java project in Visual Studio however it would seem
that J# doesn't have an implementation of the java.lang.ref.SoftReference
class (which I imagine would be a simple wrapper over the top of a
System.WeakReference).
I'm trying to keep the project as close as possible... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
testing for connection
Posted by Linda at 3/7/2006 1:45:07 PM
Displaying a value stored in a variable
Posted by ByTe at 3/6/2006 3:35:07 PM
Hi
I am just starting to learn how to use microsoft visual j#,
and I wonder if anyone could help me with this problem, I am
trying to display a number stored in a varible into a message
Box.show but I keep getting the Error below:
Error 1 Cannot find method 'Show(int)' in
'System.Windows.F... more >>
Which IDE to create VJ# sites with ASP.NET 2.0?
Posted by Christian-Josef Schrattenthaler at 3/1/2006 11:38:43 PM
Hi!
At htis time I use Visual Studio .NET 2003 for creating my ASP.NET 1.1 Websites with the VJ# language.
Is there a free IDE to create ASP.NET 2.0 sites with VJ#?
Kind greetings,
Christian.... more >>
J#, Java or C#?
Posted by auriumsoft at 3/1/2006 9:49:16 PM
Hello sirs.,
First of all, sorry for my English, I'm brazilian.
I am a PHP programmer from about 6 years and last year I founded a
company (Auriumsoft LTDA - [url]www.auriumsoft.com.br[/url]) focused to
develop Mobile App.
The fact is that I'm lost of what language and plataform to choo... more >>
create text file
Posted by eric at 3/1/2006 11:00:29 AM
I am unable to use the creatNewFile function of the java.io.file package. It
seems not to be supported in visual j#.
How do you create a file and save it to the hard drive?
(in visual j#)... more >>
|