| Thread | Last Post | Replies |
|
| setting socks proxy option in vj# - more hurdles for .NET migratio | 18 May 2005 18:55 GMT | 1 |
It used to be so easy in vj++ and java, to set socks proxy for sockets: Properties p = System.getProperties(); p.put("socksProxyHost",host); p.put("socksProxyPort",port);
|
| problem with VS2003 and RIPREP | 18 May 2005 18:02 GMT | 3 |
has anyone heard about possible problem when installing Visual Studio .NET 2003 on "installed-by-riprep" computers? this is my problem: I have installed 5 clients using a windows 2000 pro RiPrep Image.after that
|
| running external Dos commands or programs | 18 May 2005 17:49 GMT | 17 |
I have come up with a problem which I can't seem to be able to resolve. I want to be able to map a drive but haven't been able to get the java.lang.runtime to do this for me. To check where the problem might lie, I called the notepad program instead. Now when I check the ...
|
| Longevity of VJ# | 18 May 2005 12:19 GMT | 1 |
1. Is the future of VJ# dependent on the agreements with SUN or will VJ# be around irregardless of SUN. 2. Can VJ# code be ported to the Linux platform through the Mono Project ? TIA
|
| If comparison doesn't work? | 18 May 2005 08:28 GMT | 2 |
I have to following problem: With the call of the website there must be a parameter ?id=1 (or any other number). The website must check, if there is an ID (this works), an then, the website have to check the ID number and do some code spcialy for the
|
| Freezing problem | 11 May 2005 19:39 GMT | 3 |
Another problem with my SQL Program. I fixed the problem before where it was taking hours to do all my INSERT commands. (I was accidentially creating a new connection for every command, still wish I could do a BATCH INSERT though) Anyway, now my program freezes up at completely ...
|
| setTime | 11 May 2005 19:36 GMT | 1 |
Is there still an issue with the setTime() function in J#? Anytime I use it the Modified Time of the file included in the Zip file is set to 1/1/1980. I know this issue was reported to the development team back in 2002 [see link below]. Please tell me 2+ years haven't gone by and
|
| WebControls objects | 11 May 2005 19:30 GMT | 2 |
I'm pretty new to .net and I'm hoping someone can help me. I have an asp page that contains many webcontrols objects, for example WebControls.TextBox Is there a way for me to get a "collection" of webcontrols object that are contained on a page? I'd like to be able to loop thru ...
|
| Newbie - connecting to a mssql datasource. | 11 May 2005 19:26 GMT | 5 |
Please excuse my newness to this technology. I am wondering if someone could point me in the right direction for connecting to a mssql datasource. In Visual Studio.net I see the sql adapter, but not entirely sure how to properly use it within my application.
|
| printing of J# Browser Controls | 11 May 2005 17:56 GMT | 1 |
What should be done to make JBC printable? That is when we open html page with J# Browser Control in Internet Explorer select menu "File\Print Preview..." content of the JBC is not visible. When we print the page content of the JBC is not visible either. At the same time when ...
|
| supports for com.ms.wfc.html | 09 May 2005 12:48 GMT | 1 |
According to Microsoft in: http://msdn.microsoft.com/library/en-us/dv_vjsharp/html/vjgrfupgradingcomponents thatusecommswfchtmlpackage.asp Visual J# fully supports the com.ms.wfc.html package. However, the parameters of the <OBJECT> tag have been changed to enable classes to be
|
| Converting C# code to J# can anyone help please | 09 May 2005 12:43 GMT | 1 |
Hi, My first post on the forum hope for a prompt reply folks. I have this code in C# can anyone tell me the equivalent for this in J# [StructLayout(LayoutKind.Sequential)] public struct MEDIA_SERAL_NUMBER_DATA
|
| IHTMLDocument2 | 09 May 2005 12:36 GMT | 2 |
I have an applet who is using mshtml to access an html page. I want to transform all the code using this api to code who is standard java (sun). Do you know an html page, a tutorial, to do this ?
|
| How is java.net.* package implemented in vj# | 05 May 2005 15:39 GMT | 3 |
I am converting a vj++ project to vj#. In my project, I have a class(named java.net.DestroyAddress.java) that calls AddressCache field from java.net.InetAddress class. I later found out that AddressCache comes from a native net.dll(it's part of JVM).
|
| passing by reference in j# for Whidbey | 03 May 2005 17:01 GMT | 3 |
I recently watched the MSDN TV show by Pratap Lakshman about the new features in Visual J# for Whidbey. I saw that parameters could now be optionally passed by reference, however, in order that a function accepts variables by reference, the attribute tag must be applied while ...
|