all groups > vj# > november 2004
Password Reset for Workstation Login
Posted by Ian at 11/30/2004 10:55:10 AM
Hi
I know there are products out there that can do this like
http://www.psynch.com/technology/ska.html
What is the code that is used to Reset a Users password so the next time
they logon to the domain they are promoted for a new password?
I know the code will have to run under the Admin. ... more >>
jtapi
Posted by Thorsten Wujek at 11/29/2004 6:44:32 PM
Has anybody tried to jbimp jtapi ???
Regards
Thorsten
... more >>
Output with: Value.formatNumber(double, n) ?
Posted by Markus Komosinski at 11/29/2004 6:22:12 PM
Hi!
I have a little problem with the source code of J#.
I would like to have a formated output of a var (e.g. 'sum') in a text box.
In J++ I have to import
com.ms.wfc.util.*;
to print this output in a text box
double sum = x + y;
outputEdit.setText(Value.fo... more >>
Article : Soapsuds.exe (.Net Framework tools series)
Posted by Namratha Shah \(Nasha\) at 11/26/2004 9:30:29 PM
Hey Group,
Today we gonna discuss Soapsuds tool.
Soapsuds is shipped with .Net FrameWork and is used by .Net remoting Client
Applications to generate xml schema,proxy class or assembly for their HTTP
Remoting Server. Client App can use this proxy class or the assembly as a
reference to the... more >>
How to FTP via VPN to sites with real adresses on different IP's ?
Posted by Jason Robertson at 11/25/2004 5:38:32 PM
Hi,
I am using Windows 2003 Server. The VPN works fine, but I want to FTP
through the VPN so the connection is encrypted. The problem is each of my
IIS sites has a real Internet address specified, w.x.y.z. So when the VPN
comes up using a private IP, I can't connect to any of the FTP sites u... more >>
extract self-extracting zip file
Posted by Paul at 11/23/2004 5:45:04 PM
Hi,
I am wondering if anyone knows how to extract a self-extracting zip file
(EXE file extension) via java.utils.zip. Everytime I try to open the EXE
file, it just throws me zip exception.
If this isn't doable, what other methods can I approach to accomplish this?
Please advice, than... more >>
encountered a bug with TreeSet, I think?
Posted by baustin NO[at]SPAM calpoly.edu at 11/17/2004 1:24:49 PM
I was writing an assignment for one of my Java classes in J# (since I
prefer the Visual Studio IDE) and had the following snippet of code:
(avail and wait are both instances of TreeSet, and next is an instance
of a custom class, Job, which just has a few ints and a string)
avail.add(next);
wa... more >>
Audio output with J# application
Posted by Roger Garrett at 11/17/2004 9:39:10 AM
How do I generate audio output, i.e. playing sounds files such as .wav or .au
files, from within a J# application?
I've found examples of how to do it with a true JAVA applet (using
java.applet.AudioClip), but can find nothing about how to do it from within a
J# APPLICATION.... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Java Class Protection Level
Posted by Bob at 11/17/2004 6:14:02 AM
Hi
When referencing a J# class I am receving the error "is inaccessible due to
its protection level". The class is marked public and I can verify this but
locating the class in the Object Browser.
Using C#MDE 2003, Framework 1.1
Thanks Bob... more >>
JbImp Error
Posted by Bob at 11/16/2004 7:45:04 AM
Hi,
I am converting a .class to a .dll via jbimp.
But I am getting an error message Internal Conversion Error "
'label-unmarked'
Any ideas to what this means?
Thank you
Bob... more >>
Socket.getLocalAddress() Fails
Posted by Pete Loveall at 11/13/2004 11:03:56 AM
I have a Java server application that opens a ServerSocket with just the
port number -> new ServerSocket(12345, 50, null); I have also tested this
with ServerSocket(12345, 50); In Java, when a Socket is returned from the
accept() method (call it s for clarity), a call to s.getLocalAddress() ... more >>
Eclipse <--> J#
Posted by Steve Cornett at 11/11/2004 8:59:01 PM
Hello,
I prefer to use Eclipse's JDT for most of my Java editing, but I'm now
working with a project team that develops some of their code in C#. In order
to integrate our work, I need to be able to import my code into Visual Studio
..NET (as J#), work on it there, and then move it back int... more >>
Importing files into the J# IDE
Posted by MEC33 at 11/10/2004 5:43:02 PM
OK I'm frustrated:< The introductory Java textbook, Fundamentals of
Java, 2nd ed. Lambert/Osborne, I want to use with my students requires three
packages to be imported for each text example and project, TerminalIO,
BreezySwing, and TurtleGraphics. The textbook comes with all the class ... more >>
Online examples for J# Browser Controls
Posted by Bora Ertung at 11/8/2004 2:13:02 AM
I would like to see online examples on how J# Browser Controls, including its
liveconnect capabilities, work.
thanks
Bora Ertung... more >>
DataGrid Column Widths
Posted by Grimmthething at 11/5/2004 8:03:43 PM
I am having trouble setting my column widths at run-time. I realize i
must make a Table Style, and a Column Style, it compiles, but the
datagrid column never changes. I even tried adding one at compile-time,
(that didnt' work) and taking .Nets code directly and applying it at
run-time, which al... more >>
DataGrid Column Widths
Posted by Grimmthething at 11/5/2004 8:03:29 PM
I am having trouble setting my column widths at run-time. I realize i
must make a Table Style, and a Column Style, it compiles, but the
datagrid column never changes. I even tried adding one at compile-time,
(that didnt' work) and taking .Nets code directly and applying it at
run-time, which al... more >>
Bug in Collections.binarySearch
Posted by Ingo Lundberg at 11/4/2004 3:32:25 PM
Hi all,
I think I've encountered a bug in the J# Java Collections.binarySearch.
Can some one confirm?
I've compiled and run the program below with both javac (j2sdk1.4.2_06) and
vjc (7.10.3077.0 under .Net 1.1.4322).
The pure Java pgm produces:
Search for 5 gave position 1
Search for 8... more >>
|