Groups | Blog | Home


Archived Months
June 2003
July 2003
August 2003
September 2003
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
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
all groups > dotnet general > may 2005 > threads for saturday may 7

Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31

How do I access a C# assembly from VB?
Posted by Mark Miller at 5/7/2005 10:36:03 PM
I know this sounds really basic, but I'm having trouble with this within the VS.Net 2003 Pro IDE. I'm working with a VB.Net class library, and I'm having it reference a compiled assembly (a .dll) in a folder, which was written in C#. Both my VB.Net class library and the C# assembly contain...more >>


Variables in Code Pages
Posted by BillG at 5/7/2005 8:20:02 PM
I have a variable on a Code Behind page that is declared Private x as integer. Somewhere in a method on that page I set the value of x to 5. When a post back occurs the variable is set back to 0. Therefore the solution is to save the variable to a Session variable so that when I need to ref...more >>

C#/.net efficiency
Posted by msnews.microsoft.com at 5/7/2005 4:26:56 PM
Two simple questions: 1) Shouldn't the code snippets below produce the same IL? 2) Which will be faster? TIA! // Bit shift method return (19 * (y >> 4)) + (x >> 4) + 1; IL: { // Code size 13 (0xd) .maxstack 8 IL_0000: ldc.i4.s 19 IL_0002: ldarg.2 IL_0003...more >>

Object remoting
Posted by Algirdas at 5/7/2005 7:40:04 AM
Hy, I want to use object remoting in my project, but faced some problems. I can’t find System.Runtime.Remoting.Channels.Tcp and System.Runtime.Remoting.Channels.Http namespaces. I guess I haven’t installed some features in my MS Visual Studio 2003 and I think those are Server Componen...more >>

Communication between applications
Posted by Harry Dillinger at 5/7/2005 5:46:01 AM
I planning to build an order system. It will consist of a server application and a number of client applications. The sever is responsible for updating the database and to inform this to all other applications in the system. For example: A client application wants to update the database ...more >>

Crystal Report Deployment Problems
Posted by Gudni G. Sigurdsson at 5/7/2005 2:10:05 AM
Hi. I am working on a program for the .NET Framework written in C# with Visual Studio .NET. With this program, one can print a report realized with the Crystal Report software included with VS .NET. This has all been working fine until recently, when I had to install and run the program o...more >>

Stronger Than Dirt!
Posted by John Bailo at 5/7/2005 2:07:37 AM
AJAX demo: http://texeme.com/ajaxtest.html -- Texeme Construct http://texeme.com...more >>

Create Excel through XSL including image
Posted by Snig at 5/7/2005 12:52:14 AM
Hi I need to create an Excel file from XML through XSL using MS-Office 2003 XML schema. However, I'm able to create the Excel file, but unable to display/create images in the Excel sheet. Can anyone help me out on how to do this ? Thanks Snig. ...more >>




DevelopmentNow Blog