Answer Questions
SAStumpf is J# = applet ?
I'm new to J#. Can you compile J# so that it run at client side like applet does Or is J# just java syntax mimic and it is exactly the same as C# in term of functionalities Thanks JK Max Hi Yes. Java Browser Controls is a way to migrate your existing applet source code, to make it run within the context of the Microsoft .NET Framework. And Yes !! , Java Browser Controls run on the client. Visu ...Show All
karande23 Help Needed...
How can I run a J# application on a computer that does not have on J# redist. I have created an application in J# and would like to be able to run the application elsewhere. Is there like a .jar file that I can add to JCreator or netbeans to get my application running since the computer(s) have these applications currently installed. P.S. I tried to run the debug exe and the release exe and I am getting an error. ...Show All
noorbakhsh 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, After registering the dll go to any one of the website (ex-www.yahoo.com) after the page downloaded complete ...Show All
ChuckD1969 running server object method from client-side on the network
hi , i have written two little applications one is working on the client-side. the other one is running on the server-side. i have created an interface on both sides with the same name "ServisArayuzu" and these interfaces has one method . public interface ServisArayuzu { public String getIsim(); } both classes on the server and on the client side implements this interface differently. try { server= new ServerSocket(1500); nextClient= ...Show All
Ziva_Y Timestamp from LDAP (ActiveDirectories lastLogonTimestamp)
If I get a Timestamp it's ms since Epoch 1143584229619 But in LDAP I get a value from the timestamp more like 127877417297554938 First though was maybe ms since time of '01/01/0000' or something but it does not add up that way. Does anyone know what the timestamp maybe; and how I can convert it into something Java can use. Thanks in advance. Hi lastLogonTimeStamp seems to be the no of 100 nano second intervals starting from 000 ...Show All
Bob Schmidt Can any one give me code or help me set up Microsoft Visual J# to Run Faster
My program is loading a file and I nead it to go into many combo boxes. the problem i am having is that the program runs to slow. far to slow for what it is supposted to do. I was wondering if any one knows any code to make it run faster. or can help me configure the editor to compile faster. Could you please paste the code for which you feel it consumes time That will help us to provide a better solution. Neela Hi, Are you tryi ...Show All
Henry Hahn - MSFT onClick, Questions??
I have some check boxes with lables like 'checkBox" _________ I want to be able to check that check box with click on that label anywhere, you know like onMouseOver event i am not sure how that works here is what i got so far...I am using ColdFusion but i believe this problem is java related i think, any help would be appreciated.. <tr> <tr onMouseOver="checkbox"</tr> <cfoutput><td>< ...Show All
dalieu How different J# is from Java?
Hi, Found lot of old java code could not be compiled under J# environment. It looks like I have to re-write some of the code by using new classes in J#. Do your guys know where I can get a J# and Java cross-reference book or document ( better free). Painful !!!!!!!!!!!! Steven He J# is not Java, there are tools to help with the migration. Training, 15 hours of training, FREE at (but you sound like you have it ...Show All
R Zimmerman Hit a bug
Hi; I am getting the following: Unhandled Exception: System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt. at System.Drawing.SafeNativeMethods.Gdip.GdipMeasureCharacterRanges(HandleRef graphics, String textString, Int32 length, HandleRef font, GPRECTF& layoutRect, HandleRef stringFormat, Int32 characterCount, IntPtr[] region) &nbs ...Show All
dfranklyn deploying j# runtime
Hello, i want to create a deployment project in vs2003 for a j# project which automaticaly installs the j#-runtime if it isn't installed on the clients mashine. i already done this with a launch condition. the launch condition forces to run a .bat file which starts the j#-runtimeinstallation and at finish, restarts the .msi again. i want to get rid of the uggly dos-window which pop up when running the .bat file. it would be ni ...Show All
Raja_blr converting vj++ com.ms.com.Variant class to vj# equivalent
we have a sample code in out vj++ project which we are trying to convert to vj# as bleow, IHTMLElement ie=(IHTMLElement)actionElement.getPeer(); mshtml.IHTMLElement3 iet=(mshtml.IHTMLElement3)ie; boolean b1=iet.FireEvent("onchange",new Variant("onchange")); // the above line gives compiler error DClickActionPerformer.java(115): Actual parameter for 'byref System.Object' must be assignable not sure how we can convert to vj# like what wil ...Show All
King Interested in VB.NET Postdata in webbrowser.Navigate
Hi, I want to Navigate to a site "anysite.php" and sending postdata. If I call Navigate method "anysite.php" is shown. But there is no postdata. Source Code: String postdata = "u=idcode" ; System .Text. ASCIIEncoding a = new System .Text. ASCIIEncoding (); ubyte [] byte1 = a.GetBytes(postdata); webBrowser1.Navigate( "anysite.php" , "_SELF" ,byte1, "" ); The webbrowser shows Method=post instead of method=get but c ...Show All
BABSBINI Microsoft Java++, Sun Java, Redhat Java
I need to develope in Microsoft Java++. Can I port to SUN Unix, RedHat Linux, SCO Unix. If it is possible to port, will the application run the same in all the platfoms. Can anyone please give me advice Although I am not a Microsoft employee, I can tell you this: Microsoft J++ and J# are NOT Java. They have similar syntax, and allow you to use some of the java core system libraries ( for instance in J# and I believe in J++ as wel ...Show All
Jeff Barclay [J#] Problem with changing text in textBox & socket communication
Hello! I have a problem - I'm trying to create an application in J# (Visual Studio 2005) - it's connected with socket communication - 2 aplications - client and server. In console I didn't have any problems and I think that I understand the mechanism. But now I'd like to create my application in graphical environment (GUI). And here I have a problem. So what's the point - I have 3 classes: 1. Form1 2. Server (it extends Form1) ...Show All
Predicator microsoft word documents
Hi, I'm trying to make an aplicarion that modifys a word document (plantilla.doc). I'm changing it byte to byte, but then I need cange its length. Is there an easyer method to do that It's not Word, but here is an article I have written about Excel and J# automation. I hope this will give you an idea what it's all about. The performance is extremely bad, and you can't use it on a server. The only solution to the performance issue is to us ...Show All
