Answer Questions
Janne W Problems with 'Alter Login'
I have a Win32 program to restore a SQL Server backup, and properly map the SQL Server login IDs in the restored database, with the Logins on the Server. I even create the Logins on the server if they don't exist. All this worked great on 7.0 and 2000. In 2005 I'm using the 'Alter Login' command, as I need to specify 'CHECK_POLICY = OFF'. If I restore a backup from my Win32 program, the restore works. The I execute the following command to se ...Show All
Chumb porting Forte projects to j#?
How to get Forte form to j# I have java applications built in Sun Forte 3. Porting the java code is easy. Now I am stuck as to how to import, convert Forte java .form files into J# forms. Is there a way I can import the Forte java .form files into J# forms, so I can do the GUI Editing in J# studio as well ( I would very much to avoid the time consuming task of building the forms from scratch) I tried online help, Googl ...Show All
*Rick* Running a Simple Program in J#
I created my first application in J#. In the Form1_load procedure I put System.out.println("Hello World"); I build the application. It compiles clean. How do I run it It's not too obvious. I did install the J# Redistribution Package. HELP! This is so simple.. but I'm stumped!!! I found out how to run it. I had to change my security. I went to Control Panel and Administator Tools and Selected Microsoft NET Framework ...Show All
chanccw SQLTimeStamp and Byte[]
I am very confused with what I am to do with a SQLTimeStamp(stamp is in binary). In my web application, when a user selects a record to update it, a SQLTimeStamp is sent upon retrieval. When I get the SQLTimeStamp from the database, it is returned as an object. That object contains a byte[] array to represent the binary SQLTimeStamp. What I have to do is convert this object to a byte[] array. How do I do that Any help would be appreciated. Thank ...Show All
RyanAustin java (J2EE 1.4) convert to J#
Hi, I want to convert my application in java (J2EE 1.4) to J# with minimum changes. Where can I get the script Thank's Alexei (I have tryed JLCA 2.0, 3.0 and it gives me about 100,000 errors becouse it convert to C#. I don't have a time for working on errors. I read that Java can be converted to J# with minimum errors.) Hi, is it possible that there is no way in porting can someone of Microsoft tell us about this Hi, J# does ...Show All
KevinBB 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 Do you have any performance or server experiences with Word (or Excel) and automation If you are using Word 2003, it is more easier to save the doc as a Word XML file. That way you have 100% control over the word ...Show All
Nachiketa XUI for J# preview release launched
An early version of XUI for J# has been released on SourceForge by Xoetrope . XUI is a Java (and now J#) and XML framework for creating rich-client applications. The framework includes tools for Eclipse, NetBeans, AWT ( JDK1.1.8 and above), Swing, SWT, J# and later this summer HTML. The framework promotes a clean separation of the user interface and business logic making it easier to develop and maintain applications. Finished application ...Show All
jedediah Escrever e Let Cookies em J#
Alguem tem algum exemplo de como faco para escrever e ler cookies em J# Agradeco, Marcus Alexandre I don't know Portugese, so I'm translating it back into Spanish. Me disculpo por adelantado por errores. No se el portugues, pero voy a traducirla al espanol. Hola, El codigo siguiente debe que ser suficiente. Ud. necesita referir <<System.Web.dll>> en el proyecto suyo y importar el paquete <System.Web> en el codigo. Grac ...Show All
Assar Editable Label in J#
Is editable label available in J#, or is there any source code available Thanks. Hi, If you are taliking about text box (something which user can edit in the runnnig app) then yes it is supported in J#. To use it... 1. Create a J# Windows application (File > New > Project). 2. Drag and Drop a Text Box control from ToolBox to designer. 3. Manupulate the Text property of this check box as per your need. ...Show All
Breck Carter VS.NET B2 - Object Test Bench
Hey, I was using Object test bench on Beta1 and that is really amazin feature. I use Beta2 now and I cant use Object Test Bench. In some project it is working.. but others dont include object test bench. I didnt understand what is wrong Will this restriction ever change I usually have multi-project solutions, and my startup project is usually a very thin client that uses objects in my other projects. Thanks, Todd ...Show All
Deeneyman sql -> dataview and back again
How do I update a sql database with changes and additions added in the dataview The dataview is bound to a data connection/adapter. That one has properties for SELECT, UPDATE etc. statements. If you use the designer there are property editors for those properties (press the "..." button that shows next to such properties when you click on their value). Not the best prop editors, but usually do the jo ...Show All
GhostWalker 28 Bug in for loop?
The following seems to increment i by 2. Is this a known bug How do I report it public static void test() { int [] counts = new int [11]; int [] theElements = new int [11]; for ( int i=0; i<=11; ) counts[( int )(theElements[i++]-0)]++; } Its basically not related to for loop, its about the statement, counts[( int )(theElements[i++]-0)]++; We are looking i ...Show All
mrwise Warning - don't use ReSharper
Hi; If you have done much development in C# you probably have ReSharper and it is a tremendous help. But when it get's in J# it slows the system down a LOT and it gets all confused with intellisense. I ended up removing it. Thats strange i could not find it in the admin section for VS 2005. Hi David, How did you uninstall it I can't see where to do that Barry Hi, ...Show All
Rakesh_24 Swing
Dose J# support swing (javax) If not can i get it to How can I get it to Yes, J# supports swing (javax). With VS 2005, swing is integrated in J# package which you install. With VS 2003, after you install J# , you would have install J# supplemental UI library. All these downloads are available at http://msdn.microsoft.com/vjsharp/downloads/default.aspx just refer to vjssupuilib.dll when comp ...Show All
jebrown Hide standard control's properties in designer
Hi, I inherited Button control from Windows.Forms... but i would like to hide vertain standard properties so that it will not shown in designer... Is there anyway i can do that Thanks Hi, I don't think i have enough expertise to comment here. Could you please post your query on WinForms Forum - http://forums.microsoft.com/MSDN/ShowForum.aspx ForumID=8&SiteID=1 . Thanks. hi, What i me ...Show All
