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 > c# > july 2005 > threads for saturday july 9

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

Adding Read Receipt to outgoing mail
Posted by okaminer at 7/9/2005 11:55:09 PM
Hi Does any one know how to add "Read Receipt" to a mail using either C# or VB.NET ...more >>

How to find sub-folders of application?
Posted by Robert Magnusson at 7/9/2005 9:30:01 PM
Hi All, This is sure to be an easy question. I am wondering what the accepted standard is for referencing a sub-folder below the application.exe folder? In VB6 you simply used App.Path and navigated from the folder indicated. In .Net, however, when running through the IDE, this seems t...more >>

C, C++ and C# Forums
Posted by Throne Software at 7/9/2005 8:42:29 PM
Throne Software has opened up C, C++ and C# Forums at: http://www.thronesoftware.com/forum/ Join us! ...more >>

test
Posted by MacKenzieMouse at 7/9/2005 4:38:36 PM
test...more >>

UPDATE SQL statement error
Posted by sea# at 7/9/2005 3:15:13 PM
I'm writing an app to keep results of survey in DB. Using MS Access. This method is writing answers to DB. Each survey has one question. Each time an answer arrive to method, I check to which survey it belongs to. Then I update the relevant corresponding column in DB. The error I get is: "Synta...more >>

Quickest way to find the string in 1 dimensional string array!
Posted by Jozef Jarosciak at 7/9/2005 1:57:20 PM
Quickest way to find the string in 1 dimensional string array! I have a queue 1 dimensional array of strings called 'queue' and I need a fast way to search it. Once there is match, I don't need to search any longer. Currently I am using this code. But I think it's too slow, because it runs th...more >>

Question about Namespaces
Posted by cmay at 7/9/2005 1:37:24 PM
The other day I was working with a 3rd party assembly. Lets say that all the classes from this assembly were under the namespace: 3rdParty.Components.MathLibrary Now, I wanted to write a few quick structs/classes that would help to better represent some of the classes in the 3rdParty.Com...more >>

DAL or BOL?
Posted by Arjen at 7/9/2005 12:23:54 PM
Hi, I retriev data from a database, using my DAL. Now I want to cache the results retrieved from the database. Where should you add this code, in the DAL or BOL? Thanks for the advice, Arjen ...more >>



Passing array of sctruct to extern functions?
Posted by Fredrik Olsson at 7/9/2005 12:02:04 PM
Hello I am developing a cross-platform solution for scheduled messages, primary for SMS. The server parts are written in ASNI/ISO C to compile and run cleanly on any POSIX compatible server. For the client-side API a generic API in ANSI/ISO C is written as well, and then wrappers for Perl, ...more >>

Windows-Like thumbnails in ListView?
Posted by Vagabond Software at 7/9/2005 11:05:51 AM
I'm trying to display thumbnail images in a Listview that look more like the Windows thumbnail view. Everything is working pretty good, but my thumbnails are decidedly not like the Windows thumbnails. View the following snapshot to compare the Windows thumbnails (top) to my ListView thumbn...more >>

ASP.NET: (500)Internet Server Error
Posted by Raj at 7/9/2005 8:09:01 AM
The remote server returned an error: (500) Internal Server Error. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System....more >>

publisher policy in .NET 2.0 ???
Posted by (cmrchs NO[at]SPAM yahoo.com) at 7/9/2005 8:05:36 AM
Hi, I'm having problems using publisher policy in .NET 2.0. whereas I didn't in .NET 1.1 Scenario : I have a version3.0 component against which a client is compiled. Then creating version3.1 component and the policy-file. (The policy-file states a binding-redirect from 3.0 to 3.1.) I in...more >>

ASP.NET Error
Posted by Raj at 7/9/2005 8:05:02 AM
The remote server returned an error: (500) Internal Server Error. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System....more >>

For loop Step???
Posted by Moojjoo at 7/9/2005 7:34:02 AM
I am building a dropdown select box for year and want to render the dropdown in reverse order. Using VB I could use step, but I am unsure how to do this in C# Any help would be great. if (!this.IsPostBack) { for (int i = 2000; i <= DateTime.Now.Year; i++) { int intSubtractTerm = 0;...more >>

calling a function in a DLL from an EXE
Posted by Tony at 7/9/2005 6:58:03 AM
If I create a WinApp (EXE) and a ClassLibrary (DLL), how do I call a class 'say' that displays a WinForm in the ClassLibrary from the WinApp? TIA...more >>

ASP.NET
Posted by Raj at 7/9/2005 5:31:01 AM
Hi, I am writing an ASP.NEt application in which I am callling other ASP.NET application (I have written URL in the web.config of other application) and I am transfering a string on a click event. My question is how can I read the string in other application and give a response back to t...more >>

Class libraries
Posted by Alvo von Cossel I at 7/9/2005 5:15:01 AM
hi, i want to write a class library with icons in it. 1. how do i do this? 2. if i can do it, how do i use one of the icons for my application, or the files i create using it? -- Alvo von Cossel I of Germany...more >>

IntelliSense
Posted by Alvo von Cossel I at 7/9/2005 5:13:02 AM
hi, was visual c#' 2005 express edition beta 2 written in c#. if yes, does anyone know how to get the intellisense code into a textbox. i'm writing an HTML IDE and i want to know how to do it i hope someone knows! -- Alvo von Cossel I of Germany...more >>

Datagrid row backcolor
Posted by Das at 7/9/2005 5:13:02 AM
Hi all, I have got a field into the table as int (0,1,2,3,4). I want to set the back color with status values , Say if Status 0 = Red 1 = Green 2 = Blue ,so on... What is the best way of setting the row back color with the status value Thanks in advance.. Regards, das...more >>

Move rows of a DataGrid consisting of an ArrayList with the mouse?
Posted by Johann Zöhrer at 7/9/2005 12:23:56 AM
Hello, I didn't find a resource in the Internet, where I can find how to move rows of a DataGrid consisting of an ArrayList. The Microsoft example, http://msdn.microsoft.com/smartclient/community/wffaq/ctrlsp.aspx, is only for a DataSet. But I will need the code for a Plugin of World Wind whi...more >>

How to keep a an exception silence
Posted by ad at 7/9/2005 12:00:00 AM
I use a loop to insert about 12 record into table: Mybe there are already some records exist in the table, When the duplicate primary key exception thow, my program will show an error page and the loop terminate. I hope that when an duplicate primary key exception thow, my application will ke...more >>

Array of Point Arrays
Posted by jerry chapman at 7/9/2005 12:00:00 AM
I have created an Array of Point Arrays. Point[][] myPolygons; myPolygons[0]=new Point[30]; What is the syntax for entering the 30 points into myPolygons[0]? ...more >>


DevelopmentNow Blog