Archived Months
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
December 2006
January 2007
February 2007
April 2007
July 2007
August 2007
all groups > vj# > may 2005

System.Type.GetType method doesn't work, even though it should
Posted by Avid J# Programmer at 5/31/2005 8:10:02 PM
Hey there guys, i'm giving Direct3D another shot with J#. But one problem is stopping me from successfully running this very simple application. When creating a VertexBuffer (collection of points in 3D space) i get an error i shouldn't be getting. the following call: System.Type typ = Syst...more >>


Why is the J# Redistributable package needed?
Posted by Fredrik_Skånberg at 5/26/2005 12:00:00 AM
Hi! Why is the J# Redistributable Package needed to run a J# application? Or can I just redistribute some assemblies? For example, if I develop an application in Borland Delphi using WinForms, I can compile this application to an exe file. This exe file can be executed on any computer ...more >>

System.getProperty() in J#
Posted by Dmitriy R via .NET 247 at 5/24/2005 7:58:23 PM
(Type your message here) -------------------------------- From: Dmitriy R I am writing some code, which is supposed to be portable between= Java and J#=2E I was trying to use system properties in J#=2E In= Java you can pass custom values to your JVM via system= properties - you can retr...more >>

javascript help
Posted by LU at 5/24/2005 6:33:01 PM
I have the algorithm but I need help with javascript syntax. I'm trying to find if I have 1 'number#' or 2 'numbers##', then I need to grab this number. checkboxname = pfmABCD#:0 or checkboxname = pfmABCD##:0 var1 = checkbox.name for i=1 to var.length var2 = mid(var1, i, 1) If var2 = ...more >>

C++ forum ?
Posted by Roger Garrett at 5/24/2005 10:04:20 AM
Is there an MSDN forum for C++ ? If so, how do I get to it? ...more >>

Please look at my code!
Posted by Christian-Josef Schrattenthaler at 5/24/2005 12:00:00 AM
Hello! I know, that I have to learn programming, and I do this (Java). But I am still at the beginning, and I have to make 3 ASP-Pages to end another project (changing our server system to sbs2003 premium). But at this time I learnd so much by creating the ASP.NET-Pages. Learning by Doing...more >>

How to handle errors?
Posted by Christian-Josef Schrattenthaler at 5/24/2005 12:00:00 AM
Hi! Can I use a method from a method? Example: I have "void PageLoad" and "void TestForFiles" and "void SQLThings". PageLoad must call TestForFiles, if everything is OK go to step1 else go to step2. Greetings, christian. ...more >>

Problems with SQL.
Posted by Christian-Josef Schrattenthaler at 5/23/2005 12:00:00 AM
Hi! I want to make a logfile for my login-page (login-page allready works). I use a MDB file which contains a table for each month. In the tables ar the fields: Id, Datum, Uhrzeit, EMailAdresse and Kundennummer. I tried to create the code, but I didn't understand some things. I marked th...more >>



How to format a table!
Posted by Christian-Josef Schrattenthaler at 5/23/2005 12:00:00 AM
Hi! I create a table in the VJ# part of my ASP.NET file. Now I want to set a table row to "bold". I found the ".Font.Bold = true" in the Dokumentation, but this doesn't work. Please tell me how to set the Text of a row to bold. And how can I set a user defined color? I use ".set_Bac...more >>

VJ# to use C# dll
Posted by Leo2005 at 5/20/2005 11:25:19 AM
Hello, I have a c# dll that I am referencing for my j# program. Say, I want to access the get accessor of "xyz" property in a file "abc.cs", how would I call it from my j# program? I tried the following int c = abc. xyz; and the following error is thrown ... Cannot find field ...more >>

How to create a Directory listing?
Posted by Christian-Josef Schrattenthaler at 5/19/2005 5:41:12 PM
Hi! I want to build a dynamic Download-Page: If the userer goes to updates.aspx, the ASP-Pages should look for files in a special directory, and then list them with a hyperlink to make a download. And I need to read some Information from the filename of the files: Filename: "2005-05-...more >>

Looking for Dokumentation about ASP.NET with VJ#!
Posted by Christian-Josef Schrattenthaler at 5/19/2005 5:34:51 PM
Hi! I am a newbee, and I want to lern programming ASP.NET with VJ#! I lookd fore some documentation (if possible in german), but I dind't find anything useful... Can you tell me some books or Internet-Pages which can help me to realize 3-4 little Projects with VJ# under ASP.NET? Than...more >>

Swing plug-in in J#
Posted by Shahid Idrees via .NET 247 at 5/19/2005 9:19:54 AM
Hello I am basically trying to run a java(sun) application in J#. It's a htmlparer wich gathers newslinks from various newspages and displays them on a single webpage. The application uses the javax.swing.text.html and javax.swing.text.html.parser packages to extract and handle html tag...more >>

Make a Table Cell a Link
Posted by Barry at 5/18/2005 7:30:55 AM
Hi How can i make a Table Cell a HtmlAnchor so that when the cursor is hovering over a cell the cursor changes to Hand and i can click on the it , also please let me know how the event will be triggered, i am developing a J# Control for use in a ASP.NET Web Application. Any example source c...more >>

Converting int to String
Posted by Barry at 5/18/2005 6:52:04 AM
Hi Can someone tell me how to convert a int value to a String in J# Barry ...more >>

Help! Newbie Question!
Posted by Christian-Josef Schrattenthaler at 5/18/2005 12:00:00 AM
Hi! I am trying to create an ASP.NET Page with VJ#, but I never did this bevore, and I dind't find a good dokumentation, so I have to ask for help in this newsgroup. How is the correct layout for an *.aspx file? Is this like a JAVA or a VJ# file with "class" und "void main"? I thougt...more >>

If comparison doesn't work?
Posted by Christian-Josef Schrattenthaler at 5/17/2005 12:00:00 AM
Hello! 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 number. But the comparison ...more >>

Longevity of VJ#
Posted by Bob Palank at 5/16/2005 5:40:56 PM
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 Bob Palank ...more >>

java.lang.UnsupportedOperationException
Posted by kdiangel at 5/11/2005 8:57:09 PM
At the following line in my code the program simply exits. return dataPoints.remove( (DataPoint)obj ); The exception message is: java.lang.UnsupportedOperationException How do I find out what is causing the exception?...more >>

setting socks proxy option in vj# - more hurdles for .NET migratio
Posted by Babu at 5/6/2005 7:31:07 AM
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); Socket skt = new Socket("hello.com", 81); If you run the above code behind socks proxy server, it worked so well in vj...more >>

Newbie - connecting to a mssql datasource.
Posted by Protoculture at 5/5/2005 11:01:02 AM
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....more >>

Converting C# code to J# can anyone help please
Posted by helloplzhelp at 5/3/2005 11:00:36 AM
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 { uint SerialNumberLength; uint Result; [MarshalAs(UnmanagedTy...more >>

How is java.net.* package implemented in vj#
Posted by Babu at 5/3/2005 9:17:02 AM
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). Because of this, the project cannot run su...more >>

IHTMLDocument2
Posted by teddy at 5/3/2005 7:37:03 AM
Hi, 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 ? Thanks a lot...more >>

problem with VS2003 and RIPREP
Posted by Sasi at 5/1/2005 2:17:03 AM
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 I installed Visual Studio .Net 2003 on one of them with no error.but when I wa...more >>


DevelopmentNow Blog