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 3

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

Problem installing dotnet framework 1.1
Posted by feman at 11/3/2004 9:12:30 PM
I'm trying to install the dotnet framework 1.1 on a Windows 2000 Pro, SP 4 box. I've downloaded dotnetfx.exe and am installing from c:\temp. This is the error message that I get: Error 1606. Could not access network location %ALLUSERSPROFILE%\Start Menu\Programs\Administrative Tools. The folde...more >>

Effective hashing
Posted by Farouche at 11/3/2004 8:23:42 PM
Hi I would like some suggestions on how to, effectively compute a Hash Value for a "Collection" of simple Field Objects: internal class Field { private string _fieldName; private object _fieldValue; public Field(string fieldName, object fieldValue) { this._fieldName = fieldName; ...more >>

How to add a string to a big file in csharp !
Posted by zjut at 11/3/2004 8:08:04 PM
want to add a string to the file and the file is sort by letter! for examply: the follow file is a big file! ////////////////////// abort black cabbage dog egg fly //////////////////// and now i want to add "dad" into it ! Just after "cabbage" and at the front of "dog"! Because...more >>

How to format date that is a string value??
Posted by faktujaa at 11/3/2004 4:34:01 PM
Hi, I have date in a string format like string strDate = "110204". Now i want to convert this string to MM/dd/yyyy format. How do i do this???? I used string.Format(strDate, "MM/dd/yyyy") but no effect. I guess i have to convert this to date and than to string(MM/dd/yyyy). Please help. Thanks ...more >>

Application.ThreadException mysteriously solve a problem...
Posted by Giovanni pepe at 11/3/2004 3:06:55 PM
Hello, in a VB.NET Application I had a problem after a Drag&Drop operation from Windows Desktop (Dataformats.filedrop) to listview.... In debug there are no errors so I've decided to implement the application ThreadException event (throug addhandler in sub main) After this the problem was dis...more >>

Hyper Threading
Posted by Ganesh Muthuvelu at 11/3/2004 2:49:01 PM
Hello, I have a server that has "hyper threading" enabled on it. Is there a way using the .NET framework classes, I can detect it programatically?. Any help on this would be appreciated. Regards, Ganesh...more >>

Declerative Data Access
Posted by Angelos Karantzalis at 11/3/2004 2:10:07 PM
Hi guys, for a while now, we've been flirting with the idea of having a single component in our app that handles all the plumbing for our Db calls ( creating connections, Commands & Parametes etc. ) through an xml definition of each Db call. For instance, a call to a Stored Procedure would ...more >>

C# File.Copy extremely slow over the network.
Posted by tsteinke NO[at]SPAM gmail.com at 11/3/2004 1:24:38 PM
I wrote a recursive function that calls File.copy to copy file from one directory to another. However the performance is attrocious. It takes close to 3 hours to copy some that can be done in like 15 minutes. There is virtually no CPU usage and very minimal network traffic during the copy operat...more >>



what do you have to do in a C# dialog so that it returns to ShowDialog as DialogResult.OK ?
Posted by Daniel at 11/3/2004 12:56:06 PM
what do you have to do in a C# dialog so that it returns to ShowDialog as DialogResult.OK ? ...more >>

New Problem with Always on Top
Posted by Charles A. Lackman at 11/3/2004 12:04:44 PM
Thank you for you help with the Always on Top issue previously posted. It worked great. But, I have noticed that when I call a different form using "ShowDialog" that the clipboard is still on top but I cannot access it. Is there a way to make MyClipboard not effected by the other forms that...more >>

re: how to convert from System::String _gc to wchar
Posted by James Black at 11/3/2004 10:35:25 AM
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I was wondering how I would go about doing this conversion. I am getting the string from a C# assembly, but have to use it in a VC++ unmanaged DLL. Thank you. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (MingW32) Comment: Using GnuPG...more >>

Always on Top
Posted by Charles A. Lackman at 11/3/2004 10:26:46 AM
Hello, I am creating a clipboard that is always on top of my application. How can I make my form (MyClipboard) always on top?? Thanks, Chuck ...more >>

Listbox "restricted" selection
Posted by VK at 11/3/2004 10:10:27 AM
Hello: I have a control listed as: <asp:ListBox id="ddlList" runat="server" SelectionMode="Multiple"></asp:ListBox> - this list is dynamic. We would like users to select 4 choices. Is there a way to write this within this control or do we have to write javascript to control the number of ...more >>

VSOT & Excel Menus
Posted by Showe at 11/3/2004 9:34:09 AM
Hello, I am using VSOT with Excel. I have modified the default Excel Menu to include a custom menu item - however when I add this item it is added as the last item (after &Help). Is it possible to place custom menu items anywhere on the standard xlMenu bar? ie before &File? Thanks in advanc...more >>

Open and close a word file
Posted by Ruslan at 11/3/2004 9:10:32 AM
Hi, I open a word file using ShellExecute. But I have to know when the open file is closed. How could I know this? Is it possible or not? Thanks in advance, Ruslan ...more >>

Aligning Web Controls on ASPX form
Posted by David Whitchurch-Bennett at 11/3/2004 7:41:02 AM
Hi there, I have an ASPX web form, set to grid layout. I want to be able to align a panel object in the middle of the web page, but cannot seem to get this to happen! Can anybody please point me in the right direction. Many thanks, David Whitchurch-Bennett...more >>

HttpWebRequest problem: Please help
Posted by sojwal_chitnis NO[at]SPAM hotmail.com at 11/3/2004 7:31:20 AM
We are working on a asp.net application in which we need to send some data to a PHP application on another server. We are using HttpWebRequest object to 'POST' the data to a PHP page as key-value pairs, which will be accessed by the PHP script as posted variables. The requirement is to name all ...more >>

ASP Datagrid Mouse-Over Text
Posted by MrMike at 11/3/2004 7:31:02 AM
Hi. I have an ASP datagrid column which is small in size, but sometimes contains a large amount of text. User's often complain that they cannot read the entire text of this column because the column simply isn't large enough. Is it possible to create a "mouse-over" effect so that when a use...more >>

--- launch excel
Posted by JIM.H. at 11/3/2004 7:23:02 AM
Hello, How can I launch excel in my asp.net application? Thanks, Jim. ...more >>

--- label alignment
Posted by JIM.H. at 11/3/2004 7:19:06 AM
Hello, I put a label in my asp.net page but I could arrange alignment. I need to set alignment to middle. How can I do that? Thanks, Jim. ...more >>

Validation to find out if datagrid has any rows
Posted by Stephen at 11/3/2004 6:25:01 AM
I am trying to run some validation on the on-click event of a button to check and see whether a datagrid has any items inserted into it and if it does then I'd like it to work as normal. However if it has no items in it then i'd like it to display the error message below and not move forward. ...more >>

_reading_a_text_file
Posted by Cherif Diallo at 11/3/2004 6:07:02 AM
Hi I have a trivial question for the experts. I would lilke to read be able to read a text file that could contain french characters with accents. I'm opening the file with the File.openText(...) and then loop through the file with the Readline function into a string variable. But everytim...more >>

--- windows.open: no title
Posted by JIM.H. at 11/3/2004 5:27:02 AM
Hello, I am using javascript: window.open in my html code, is it possible to remove title bar? Thanks, Jim. ...more >>

Change URL by client
Posted by itgMan at 11/3/2004 5:21:04 AM
hello everybody, i have a security-related question, how can i detect if the client has changed the URL in his browser in my web application thanx. -- theGST...more >>

Retrieving returnvalue after calling a .Net executable
Posted by lists NO[at]SPAM spruit-it.nl at 11/3/2004 5:10:22 AM
Hiya, I have a simple program which should be executed from the commandline by various other programs. The program returns an integer as the result. What is the easiest way to pick up this returnvalue? If I use 'return -1' etc. the value is might be returned but it is not visible when exec...more >>

Redirect error
Posted by VK at 11/3/2004 4:30:22 AM
Hello: We have launched our new web site using ASP.NET(VB.NET). The problem is with some 404 Page cannot be found error messages. Some of our users have bookmarked some links from our previous web site which brings up 404 Page cannot be found error message. We have created one of our own ...more >>

connection pooling
Posted by upendra at 11/3/2004 3:42:02 AM
we have a c# application (with SQL Server DB) which will run every half an hour. we are using the connection with min pool = 5 and max pool=75. some clients are giving the error that the pool is filled and no active connection is available, though we are properly disposing the connection objec...more >>

.NET editor BUG
Posted by Sanjay at 11/3/2004 3:04:01 AM
Hi, While working on a simple c++ application within the .net framework i have come across 2 irritating bugs that are now almost permanent, they arise after a few minutes of working with the .cpp file and then can only be lost by restarting the IDE Error 1. Hitting enter after writing a li...more >>

events -- child/parent
Posted by Dayne at 11/3/2004 1:47:01 AM
Can a Parent thread catch a event send by a child thread? Dayne ...more >>


DevelopmentNow Blog