| Thread | Last Post | Replies |
|
| Organize Code | 17 Jul 2006 13:51 GMT | 4 |
I am new to .net and want to organize my code better. I am writing in vb.net and the code for my main form is nearing 50-60 pages and would like to create another file like a class, module or code file that SHARE sub procedures, and declarations as if it were with the rest of the ...
|
| Threads created by the use of NetworkStream? | 17 Jul 2006 13:08 GMT | 2 |
I'm working on tying in a library that uses a TcpClient/NetworkStream/BeginRead. When that lib object is started, it connects and immediately does a BeginRead that stays pending until the socket is closed some time later.
|
| ASP.net - call to function from HTML code | 17 Jul 2006 11:17 GMT | 1 |
I want to perform assignment to property Text of Label in HTML code by calling a function writen in C# code behind. What is the syntax?
|
| need interface methods to be virtual-able | 17 Jul 2006 10:32 GMT | 9 |
The methods within an interface is not virtual. How do I go about doing the following: class BaseClass : IComparable {
|
| DataList Display Problem | 17 Jul 2006 06:31 GMT | 1 |
I have set "RepeatColumns" on myDataList = 5, if the reminder of itemdata is not multiple of 5.. e.g: only have 3 items. then the display will break... any method i can solive this and add empty columns if the output is less than 5?
|
| Socket programming in C# | 16 Jul 2006 23:49 GMT | 1 |
am doing Client/Server application using Socket class, then i need to analysis the packet to retrieve the header for each packet, i read in some resources that i can do it using SetSocketOption as set SocketOptionName.HeaderIncluded or SocketOptionName.PacketInformation, but i
|
| Redistributing .Net 2.0 framework | 16 Jul 2006 23:43 GMT | 1 |
I am thinking about writing an app in C# 2.0 and starting to look into distribution strategies. Is it possible to distribute a setup program (VS, Installshield, Wise, etc.) which dynamically determines if the 2.0 runtime is installed, and
|
| dotnet 2003 with sql express 2005 | 16 Jul 2006 18:46 GMT | 7 |
I have a problem connecting .net 2003 (framework 1.1) with sql express 2005 (framework 2.0) What is the problem: definitions or compatibility?
|
| Creating PDF | 16 Jul 2006 13:54 GMT | 4 |
What do I need to be able to generate pdf files from my app. My research has indicated that I need a PS2PDF converter. Thanks in Advance
|
| Visual Studio 8.0.5.0727.42 | 16 Jul 2006 09:13 GMT | 4 |
Which edition of Visual Studio do I have? "About" says that I have Visual Studio 8.0.5.0727.42: is this the professional, express, or enterprise edition? I do not beleive it is the Team edition. I am trying to use "Attach to Your Form for Debugging" to attach to a
|
| How do I know which Visual Studio Edition I am running? | 16 Jul 2006 09:10 GMT | 1 |
Which edition of Visual Studio do I have? "About" says that I have Visual Studio 8.0.5.0727.42: is this the professional, express, or enterprise edition? I do not believe it is the Team edition. I am trying to use "Attach to Your Form for Debugging" to attach to a
|
| How to I check what Visual Studio 2005 Edition I am running? | 14 Jul 2006 22:05 GMT | 1 |
Which edition of Visual Studio do I have? "About" says that I have Visual Studio 8.0.5.0727.42: is this the professional, express, or enterprise edition? I do not believe it is the Team edition. I am trying to use "Attach to Your Form for Debugging" to attach to a
|
| Assembly.GetExecutingAssembly | 14 Jul 2006 21:09 GMT | 1 |
Assembly.GetExecutingAssembly returns a Reflection.Assembly Is it possible to save that to disk as a dll or exe, so I can load it later?
|
| Change Exchange e-mail address | 14 Jul 2006 17:51 GMT | 1 |
Does anyone know how to go about viewing/changing/adding/deleting an Active Directory/Exchange 2003 user's e-mail address. If you pull up a user in AD Users and Computers and click on the E-mail Addresses tab I would like to manipulate some of the smtp addresses listed there, ...
|
| VS.NET 1.1 Command Line Compile Problems | 14 Jul 2006 14:58 GMT | 3 |
Greetings all, I have an assembly that, when compiled from within VS.NET, installs to the GAC without any issues. However, when I use the command line compiler, I receive an error when using gacutil to install it in the GAC. The message I
|