Answer Questions
Ran-Solo importing classes across projects
Hi, I can't seem to find the right settings to do something very simple. I have one solution with two projects, both of which are windows executable output. I want one project to be able to import classes that are part of the other project. I get compiler error vjs1161 no matter what I add to the references path. Can anyone tell me what I'm missing As an example, consider the projects to be a game and a map editor f ...Show All
Craver84 Windows Media Player Full Controls
I am looking to do a complete customization of a Windows Media Player that is integrated into a webpage but cannot locate any resources to get the complete list of properties and functions. I have seen others using Javascript to access these for customizations such as a first-frame of the video and setting a custom play button. Thanks in advance for any assistance. Hi Syn, For customizing media player ...Show All
Zac Bowling java.net.ServerSocket under J# & .NET Framework
Hi, I've converted our Java application to C# recently, This is an Client/Server application exchanging data over tcpip sockets. Conversion was successful. But I've noticed that java.net.ServerSocket.close() does not interrupt accept() method as a result Application does not shutdown. Can you please tell me where I'm going wrong ;-) Thanks, Sameer Hi Varun, Thanks for your reply, We are using VS 2005 Beta ...Show All
Pat Brenner MSFT Not map fonts to unicode
Hi; I am actually hitting this problem in java, not J#. And it's Java2D so it can't be done in J#. But... There are some smart java people here so I figured it can't hurt to ask. I am trying to create a bitmap from a windows metafile. The problem I am having is I get a EXTTEXTOUT with a string that is a single byte of 0xE5 (keep in mind that a metafile treats strings as a sequence of bytes and I assume DBCS bytes - not unicode). The font I am us ...Show All
404 Joe J# MSPress "Build a Program Now" and J# Express edition Forum
Hi everyone, Anyone know if there is an MSPress "J# 2005 Build a Program Now" book coming out in the not too distant future. The VB and C# books are wonderful for beginners and they have the program CD along with SQL express included for about $16. Very thoughtful of Microsoft and they should be congratulated for making it easier for folks to begin to convert over from Java taught in most lower level college classes. Also anyb ...Show All
mevivs ODBC error message: [Microsoft][ODBC SQL Server Driver]00107002COUNT
I'd like to execute a stored procedure on SQL server 2005 through the com.ms.jdbc.odbc.JdbcOdbcDriver driver but i get an error message: "[Microsoft][ODBC SQL Server Driver]00107002COUNT mez vagy szintaktikai hiba" On SQL server 2000 it works. Best regards, Ferenc When I tried to reprocude the error in a small code, I find out the solution: There is a small function: public static void test() { tr ...Show All
Shawn.liang Vj# 1.1 based Zip Extraction...
hi All, I have created a tool for my company which is predominanlty in C# and the application downloads a ZIP file from the internet. This is were I use VJ# because I guess it is easier to use VJ# for extracting the file. If I run my application on my DEV machine, the application runs so smoothly and it is able to extract the files according to the logic. But if i run on another machine, It does not. I have installed the Vj# redristibutable. Can ...Show All
harrha19 j# compiling problems
Hi, i've got visual j# 2005 (beta version). Every time i try running an application/program. The command prompt comes on the screen and dissappears after bout a millisecond, so you can't actually look at the output. Basically the command prompt should stay on the screen till i close it. Can any1 help with this please Maybe this will help: http://forums.microsoft.com/msdn/ShowPost.aspx PostID=82204 Hi, Above link (in Daniel's reply ...Show All
Kevin Packard Escrever e Let Cookies em J#
Alguem tem algum exemplo de como faco para escrever e ler cookies em J# Agradeco, Marcus Alexandre Marcus Alexandre wrote: Alguem tem algum exemplo de como faco para escrever e ler cookies em J# From what I know of Spanish (this might be Portuguese), this means "Does someone have an example of how to write and read cookies in J# " M Hi, Please post your query in English because we don't ...Show All
David Teitlebaum MSFT Generating XML documentation for J#
I'm trying to port a core library written in Java to J#. It has worked well so far. But now I need to create .NET compatible documentation for this library, and I'm having problems. I know I can make Visual Studio 2005 generate an XML documentation file for my vjsproj, but I need to do this from a command-line build environment. I've been playing with MSBUILD, but I just can't seem to find the proper incantation to make it cre ...Show All
Tjaalie 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
Szomor Rolf How to use JFrame in J#
I'm trying to migrate a project that I've got using Java source code into a VJ# project because I need to generate a .NET executable for windows. When I try to build the project , the next error message is shown: "Cannot find type JFrame" in the next sentence: -public class RecuperarVideo extends JFrame implements InterfazPlugin, Runnable{ I'd like to know what do I have to do in order to use JFrame in a J# project or wether exists i ...Show All
Daenris How do you read and write to a file in Visual J#
I need help as soon as possible. I need help reading and writing to files, if any one can help I would be very happy. The reason for the need of help is that Visual J# uses a different code for reading and writing to files then in Java. Help on this issue is very much needed. I am in the middle of a final project that requires this information. This is a duplicate post, please refer to original post and their replies at http://forums ...Show All
cjkarn Migrating JNI to P/Invoke
Hi guys, I'm attempting to migrate a Java application to the .NET framework. This Java application uses some C++ code to provide functionality not present in either the Java framework library or the .NET framework. Java makes these calls via Java's JNI technology. For example: // The C++ code: JNIEXPORT jint JNICALL Java_xyzMedia_util_MyControl__1getSpectrumLength(JNIEnv *env, jclass jcl) { ... } // The Java code that calls the native method: ...Show All
Liberato78 tif image processing in J# browser control
In java tiff and bmp image file processing is supported only in JIMI or JAI package. I want to convert my tif image processing java applet to J# browser control,but it can't use JIMI and JAI library. Does J# have any correspondent image processing library Because GDI+ can handle TIFF and BMP image, you can convert TIFF and BMP image into the other format using the classes in System.Drawing namespace. YUI, V ...Show All
