Answer Questions
MumbaiKaChela 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. Hi; I uninstalled it. Better C# w/o ReSharper than J# w/ ReSharper. - dave Control Panel, Add or Remove Programs Hi Barry, Resharper is a third party addon utility for Visual ...Show All
Frazer Visual J#
Hello, I'm new to this software and new to programming itself but I do know a little bit of Java and Visual Basic. I was wondering though, what exactly is Visual J# Can someone please tell me and help me out. We do provide tools to develop applications in VJ#. Please visit http://msdn.microsoft.com/vstudio/express/visualJ/ and download VJ# express. Feel free to use this forum if you have any questions ...Show All
NET Guru 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 Noorul, Now the code gets compiled without any error and i am able to sign the dll and registered it using regasm. ...Show All
Mario B. J# is causing problems for me like usual.
I have just finished the problem before and then saved my work. I always leave the program running for a while after I save to make sure it saves. The problem is J# will no longer let me access my code, because it wants somthing from the USB key that I backed up to. Unfortunatly I do not have the USB key right now and I need to access the code does any one know how to do that. Sorry about all of the question I keep asking. This is a major ...Show All
autistic_clown OLEDB 64, 32 (SQL 2005/64 / Jet)
Hello. I want to read access db from within SQL Server 64-bit. On 32-bit, I can do: SELECT f1, f2 FROM OPENROWSET('Microsoft.Jet.OLEDB.4.0', 'd:\db.mdb';'admin';'',SomeTableOrQuery) This fails on 64-bit because there are no jet oledb for 64-bit. I need to do this, and I suspect I am not the only one. !! Please compile a 64-bit Jet oledb provider !! For now, I will try to query through a 32-bit SQL Server (express) on the same machine, it mi ...Show All
VBCoder13 Rebuild Issue with Object Test Bench
I am able to create an instance of a class in the Object Test Bench. But everytime I attempt to invoke a method (even an empty void method) of the class, the tool asks me to rebuild it, after which it resets the class and does not execute the method. It does this even though I have not modified the code in any way. I try to execute the method right after I create the instance. This seems to happen if you have multiple projec ...Show All
BRONCOLANE COM object that has been separated from its underlying RCW cannot be used exception within threads
Hi, We are having code in which we start a new thread and set it as STA. This new thread initializes IHTMLWindow2 object and then starts another thread. But, in that second thread if we try to access the IHTMLWindow2 which is initialized in the first thread we are getting this exception "COM object that has been separated from its underlying RCW cannot be used". If we do not set the first thread to STA, we coudn't access the windows ...Show All
kxp New Release of J# Browser Controls
I havent seen a new release of J# Browser controls for a while. Is it dropped We have been making investments on it, so I was wondering if it is about to be dropped or if we are going to see a new release soon Thanks and regards, Bora Ertung Hi Bora - J# Browser Control support is here to stay! What we've done in J# 2005 is actually incorporate the J# Browser Control functionality into the J# Redistributable. ...Show All
BB3 "COM object that has been separated from its underlying RCW cannot be used" exception within threads
Hi, We are having code in which we start a new thread and set it as STA. This new thread initializes IHTMLWindow2 object and then starts another thread. But, in that second thread if we try to access the IHTMLWindow2 which is initialized in the first thread we are getting this exception "COM object that has been separated from its underlying RCW cannot be used". If we do not set the first thread to STA, we coudn't access the windows ...Show All
KatherineG Must install .Net 2.0 beta before installing vjslib? But it is installed.
Hello, I am having problems installing the vjslib redistributable 2.0. I have installed the Beta .Net 2.0 and the .Net 2.0 SDK. I rebooted the system and I still get that error saying that they need to be installed prior to installing the J# redist. I have the VB.Net and Webdeveloper Express editions installed. Is there a specific order that these must be installed in order to get things the way the J# installer wants them Thanks, ...Show All
cheekydevill 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
vinson.zeng Setting the datasource of a combobox to an arraylist
I'm trying to set the datasource of a combobox to an arraylist. The arraylist contains records. The combobox recognizes the number of rows, but is unable to recognize the elements of the record. If you look in the locals window, the datasource for the combobox does know that the source is an array list, and under each index, it does know the name and value of each element, but the box only displays the object name in each row. I've been playing ...Show All
AlBriggs Tooltip and Change Backround
How to make the toolip for example on button, then you are on button , it shows tooltip. and one more qestion How to change main form image by pressing for example button. You push the button, and the backround image changes. How to programme that Hi, To crate a tool tip for any JComponent, you need to use the setToolTipText method to set up a tool tip for the component. You can see the following code snippet : JButton jb = new J ...Show All
bnbkjj;k'l How to hit BreakPoints in VJ#
Hi all, i have made breakpoints in our web application porting from vj++ to vj#.The break points were hitting and were enable to track using f11 and f10 keys. But in vj# ,when insert new break points,it don t seems to hit.Please give us some ideas where it is lacking, inorder to hit the break points. thanks praveen Hi, Are you trying to debug a running process or you want to launch ...Show All
GaryStrader Java Swing -> J# conversion
I'm trying to convert a very large (almost 1000 classes) Java application to J# using VS 2005. I have gotten all the classes to compile by using various workarounds for functionality lacking in the MS Java libraries. The application actually runs, and much of the functionality seems to be available. I have two issues (currently) with the Swing implementation: - The setIcon method on JButton doesn't appear to work properly, if at all. It seems ...Show All
