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 > november 2004 > threads for wednesday november 10

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

Outlook programming in C#
Posted by Purnachender Mamindla at 11/10/2004 10:18:01 PM
How can i get the senders email id using mapi control library in c#?...more >>


How to send data from an ASP form to a visual basic form?
Posted by Kurien Baker Fenn at 11/10/2004 10:11:01 PM
How to send data from an ASP form to a visual basic form? Please help...more >>

Estimating ASP.NET Software Development Task Time
Posted by sympatico at 11/10/2004 8:20:33 PM
I am looking for a good document of spread sheet that can help me better estimate the amount of time and money a software development project should take. I am using .NET Framework I have been given the responsibility as team lead to give estimates on a series of projects my team will be given. I...more >>

how to detect who start the service (the OS or some user)
Posted by David at 11/10/2004 5:36:28 PM
How can I detect if a .net Windows Services was started by the OS (Automatically) or by some user (manually) Thanks ...more >>

Visual Studio 2003 Updates - Controls Licensing
Posted by XBubleHead at 11/10/2004 5:12:02 PM
Just started attempting to use VS2003 Enterprise. When I try to check for updates I get the error covered in KB836454. When I try to convert a VB6 project to VB.NET I get an error similar to KB884878 (except with CommonDialog control). Both of these KB's reference hotfixes for these probl...more >>

Is GDI+ considered to be thread safe???
Posted by Ofir at 11/10/2004 4:29:12 PM
Hellow, I have a program that draws lines,text,images on a graphics object, from a Thread, using GDI+. are GDI+ considered to be thread safe, or i must invoke my draw method to the main thraed, and draw from there. thanks, Ofir. ...more >>

Popup Main Window Refresh
Posted by Andrew Alger at 11/10/2004 4:21:04 PM
ok i have two forms. Customer.aspx and Parent_Searh.aspx. There is a button on Customer.aspx that when executed runs javascript code to open up parent_search as a popup. After the user searches for the parent and finds the proper parent in the datagrid they then click on the accept button i...more >>

VS.NET copy project
Posted by John Bailo at 11/10/2004 2:27:41 PM
This is a multi-part message in MIME format. --------------070707020800010709000604 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit What ports need to be open to do a copy project to a remote server ? --------------070707020800010709000604 Conten...more >>



Date Format
Posted by Charles A. Lackman at 11/10/2004 2:08:17 PM
Hello, I an trying to get away from using a Date Time Picker and would like to know how to make a textbox format to a date, i.e. 6604 would be converted to 06/06/04 and if the user type in 6/6/04 it would be converted to 06/06/04 I have experimented with formating the information with...more >>

SysInfo Component?
Posted by Polomint at 11/10/2004 1:32:38 PM
Does anyone know if there is a free System Information component available in .NET? I would like to retrieve all the SysInfo that the Microsoft System Information utility does and store it into a text file for later reading by myself. Failing that, is there a way to automate the System Informat...more >>

Send keys to Remote Desktop
Posted by Etienne Charland at 11/10/2004 1:30:04 PM
Hi, there is an application running on a remote desktop (under Citrix ICA, but the same problem applies for RDC or PC Anywhere). Now, I want to send keys to the remote application from a local app. I tried sending keys in VB with SendKeys, as well as using keybd_event API, but I'm not able to ...more >>

Socket connect and poll
Posted by ETYC at 11/10/2004 1:18:03 PM
I am not sure if this is a bug or not but it seems strange to me. If I set the tcp socket blocking to false and do a connect, then I can catch the socketexception. If the exception is WSAEWOULDBLOCK, then I do a poll with timeout to see if I can connect to the remote host. When the poll return...more >>

Shortened trial period for Visual Studio.NET
Posted by Ant at 11/10/2004 12:49:06 PM
I installed the software and activated the 60 day free trail period for Visual Studio .NET yesterday. After completing the registration process for the product, yesterday, I received a popup message that said that I have 18 days remaining on the 60 day free trial period. Time flys but is there...more >>

ASP.NET webform DropDownLists
Posted by MrMike at 11/10/2004 12:49:05 PM
Hello. I have 2 questions about DropDownList controls in ASP.NET. 1. In Microsoft Access, dropdownlist controls allow the user to type into the control, and then the control will subsequently accept the user input solong as it matches a value in the list. Is this possible with ASP.NET ddl ...more >>

Crystal Reports 10 & .NET
Posted by Bari Allen at 11/10/2004 12:24:06 PM
First I'm an almost complete newbie at .NET, as I've only taken some classes, worked through a beginner-level book, and done one minor console application on my own. That being said, I followed a method from Sybex's "Mastering Crystal Reports 9" to import a version 10 Crystal Report into a Win...more >>

Out of process class
Posted by Craig at 11/10/2004 11:59:11 AM
I'm trying to write a reusable Authentication component for our web applications. I'm having some problems using the component in other projects. I have a UserInfo class marked <serializable()> and an Authentication component with a public function Logon(): public function Logon(byval ...more >>

Scalable .NET?
Posted by Dean J Garrett at 11/10/2004 11:18:30 AM
Hello, We're beginning to build a new .NET application that must be very scalable, i.e. to address future load requirements, we'd like to be able to simply add additional web servers. How do you do that in .NET? How do you maintain state across multiple servers? Does anyone know of a White Pap...more >>

request queue makes web app down
Posted by Dicky Cheng at 11/10/2004 10:15:27 AM
As my web app in IIS always face request queue up due to lengthy requests. And finally my web app will not response and totally dead. Any methods I can solve this problem? Also, any article talks about how to tweak the setting in IIS and machine.config? Thanks, Dicky ...more >>

Checking a URL
Posted by Phil Lamey at 11/10/2004 10:03:03 AM
Hi Folks, I have run into a bit of an issue with checking for files. Some files reside on Server X and some on Server Y. The page with all the links is on Server X. If the file exists we display a link, if it does not then we display "sorry not yet available". For the files on server ...more >>

DropDownList.SelectedValue not working
Posted by MrMike at 11/10/2004 9:42:02 AM
Hello. I have the following code on an ASP webform that formats a dropdownlist named ddlCustomer... 'Populate ddlCustomer Dim CustAdapter As New SqlDataAdapter("SELECT * FROM lkup_Customers", SqlConnection1) Dim CustDataset As New DataSet CustAdapter.Fill(C...more >>

Problem generating XML from dataset
Posted by ticars NO[at]SPAM yahoo.com at 11/10/2004 9:33:02 AM
I need to generate an xml document from several datatables in a dataset which was loaded from SQL Server. There are several parent-child relationships between these tables. Thanks to some previous help here, I'm able to convert the data set into xml with the child nodes being nested under the ...more >>

SQL Server does not exist or access denied Problem
Posted by Sal at 11/10/2004 9:24:08 AM
I am new to ASP.Net and I am trying to to make simple SQLConnection to the pubs database that comes with SQLServer2000. I have attempted many things to try and resolve it. I tried adding ASPNET user in the security section of SQLServer2000, and I also removed the XP firewall on the machine. ...more >>

Datagrid Reference - How to
Posted by MrMike at 11/10/2004 6:33:07 AM
I have a datagrid column which had the following setting: ReadOnly="False". I recently changed it to: ReadOnly="True". Since changing it I can no longer reference the column using the following syntax... e.Item.Cells(9).Controls(0), TextBox).Text (this worked when ReadOnly="False") -nor- ...more >>

MSIL and C#
Posted by rickl NO[at]SPAM smarthumanlogistics.com at 11/10/2004 6:24:47 AM
Hi all, I'm just starting to experiment with MSIL but am getting confused about c# and MSIL integration. I understand that c# is compiled into MSIL before it is JIT'ed and then executed. I also understand that it is possible for me to generate my own MSIL using the System.Reflection.Emit na...more >>

Custom constants
Posted by J. van Herten at 11/10/2004 4:33:02 AM
I want to use Custom constants to set several directives to use in the application. To do so I can use the Custom constants in the Build of the Configuration Properties. The settings I want is specificaly per customer. So customer one is using a download, then I set blnDownload = True. But...more >>

Need an Xpath expression
Posted by mayetski NO[at]SPAM gmail.com at 11/10/2004 2:45:54 AM
Hi everyone, I'm an xpath newbie and needed help from all of you. I need to get all elements that do not have any children. Is there such an expression? I would need to use this for the selectnodes function in vb.net. Any help will be much appreciated. Thanks! Simang...more >>


DevelopmentNow Blog