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 2006 > threads for thursday may 4

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

Sockets Related Question...
Posted by batista at 5/4/2006 11:31:46 PM
Hi, I have a socket based client server app.The data is in binary format.... My question is that i am giving a hard coded port number to connect to the server machince... if that port number is closed or blocked by the server machine.... then how would i go about it..I mean how am i going ...more >>

Database access failed after few entries
Posted by Rico at 5/4/2006 8:02:01 PM
I have tried to access a database using asp.net. after some entries like 120+, I got an unspecified error message. Anyone know what is happening, it seems to be stuck at the same line even when i added a new line. Here is the error message: Server Error in '/sonamy' Application. ---------...more >>

How to size a tiled tiff file ?
Posted by Tolgan at 5/4/2006 3:56:56 PM
I want to know the size (width, height in mm) of a raster image (at least in the case when they are well defined) I've been constructing a bitmap object from the file but I need to handle tiled tiff which isn't supported by bitmap. Suggestions for a workround anyone? Thanks Chris ...more >>

VS.NET IDE assembly references...
Posted by Atmapuri at 5/4/2006 3:51:43 PM
Hi! I have a C# project which references assembly myassembly.dll. The project worked fine. Then I removed the reference from the Reference list and added the assembly with the same name, but an older version. Regardless what I tried, I could not get the project reference the new assembly. ...more >>

Outlook 2003: How to move from Item array to GetNext()
Posted by John A. Bailo at 5/4/2006 3:26:10 PM
After upgrading from Outlook 2000 to the 2003 object model, some of my Outlook automation code no longer functions. For example, in 2000, I used to be able to loop through a list of .Items in a folder and refer to each as .Item(n) Say for example, my folder contained MailItem and PostIte...more >>

Sql Code generation tools
Posted by helpful sql at 5/4/2006 3:07:47 PM
Hi all, Are there any good Sql code generation tools out there in the market? If not can you please give me tips or sample code for creating one? I need to automate code generation for data integration. Here is what I repeatedly need to do... We have a table called CONTSUPP in our Sql...more >>

Reading ISO filenames
Posted by Jan Eliasen at 5/4/2006 2:47:45 PM
Hi I am receiving some XML form a component that I can not change. This component reads emails from a POP3 Server and takes the body and attachments and write them in an XML format for me. Now, the filenames of the attachemnts are also in the XML, but unfortunately, I sometimes get this: "...more >>

Find settings from regional settings
Posted by Jan Eliasen at 5/4/2006 1:19:16 PM
Hi I need to build a string, that contains a number, and I need write a decimal to the string. How do I find out if I should use . (dot) or , (comma) as decimal separator? Is it in the registry, or where can I find it? I mean.. it is in "Regional Settings", but how do I get to that setting? ...more >>



Debugging 3rd party (or Microsoft) assemblies
Posted by Notre Poubelle at 5/4/2006 9:30:01 AM
Hello, I know tools like Lutz Roeder's Reflector can be used to disassemble an assembly into any number of .NET languages and this is invaluable for debugging 3rd party (e.g. Microsoft) components. There are many times when debugging my own code leads deep into a 3rd party component and ...more >>

ASP.NET cache problem
Posted by LRK at 5/4/2006 9:26:01 AM
Earlier this week we set up a second application pool to be able to implement trusted connections between ASP.NET apps and a SQL Server database on a different server. The trusted connection is working, but there seems to be a memory leak. After paging through about 6 web pages that access ...more >>

Treemap nothing show up
Posted by treeman at 5/4/2006 8:29:28 AM
I copied the example Compile is successful .net 2003 but i press button , nothing to show but the example has box show up, why ? where 's wrong? using System; using System.Drawing; using System.Collections; using System.ComponentModel; using System.Windows.Forms; using System.D...more >>

How to use IEnumerator.Reset with generic collection in VB.NET
Posted by wvtempl at 5/4/2006 8:12:01 AM
From the documentation in MSDN, it looks as though the following should iterate through the collection twice. However, MoveNext in the second iteration returns false: Dim oList As New List(Of String) oList.Add("Hello") oList.Add("world") Dim oEnum As List(Of S...more >>

Converting String to Float
Posted by vivekaseeja NO[at]SPAM gmail.com at 5/4/2006 7:53:44 AM
Hi , Trying to convert a string value to a float value after reading the value from an XML file , but not sure what function to use. The following only works for integers Int32.Parse (readXml.Value) ; Any suggestions for an alternate function .. thanks in advance, vivekian ...more >>

Getting contents of a PlaceHolder
Posted by IndyChris at 5/4/2006 7:44:40 AM
I am attempting to add a drill down datagrid to my webpage so the user will not have to leave the page to get further information on a row. There are 12 other columns before this column. <asp:TemplateColumn> <ItemStyle Width="1" /> <ItemTemplate> <asp:PlaceHolder ID="ExpandedCon...more >>

Changing visually inherited objects in descendent
Posted by Bruce HS at 5/4/2006 7:36:02 AM
VS2005, VB. I put some buttons in winform A. I then create form B which inherits A. I want to move the buttons to a different location in form B, but find all properties of the button in the descendant set to readonly. Is there a way I can adjuste these properties in the descendant? Thi...more >>

Using Error Msg box on website
Posted by Makaveli at 5/4/2006 7:32:01 AM
I am working on a web project (web-site) in Visual Studio 2005 in the C# language and want to bring up a sort of error message window as part of my try and catch blocks on certain parts of my code. At the moment just using the basic Console.Writeline to output the Exception's message (which as...more >>

Looking for general Validating and Validated events in VS2005
Posted by Bruce HS at 5/4/2006 6:04:01 AM
I'd like to call my ancestor Validation Function every time any control on a Win Form generates a Validating or Validated event. I'm using VB. I've extended Textbox, for instance, to have its events do this for me, but my extended textbox doesn't get created by those wonderful form setup wiz...more >>

Variable delay starting a .dot application using a thin client
Posted by Jason Ratcliffe at 5/4/2006 3:10:01 AM
Hi, We've got a small .net application launcher which is run each time a user connects to our terminal services server instead of the standard shell. We found that it takes a variable amount of time of this application to start. Sometimes it's more or less instant, other times it can be ove...more >>

Reference DLL with CopyLocal = False problem ....
Posted by Toma Marinov at 5/4/2006 2:21:01 AM
Hello ! I have a client Win application on VB (2005). I want to use my DLL which is on a server and I made a Reference to this DLL. But I dont want this dll to be copied localy and set property CopyLocal to False. When I execute the application I recieve an error message that file couldnt be ...more >>

Word 2003 + VB.NET
Posted by Niyazi at 5/4/2006 12:45:01 AM
Hi, Its like a I am searching alot but still not found or satisfy what I found it. My question is that I had SQL server that contains some data. I also have a application folder call CUSTDOCUMENT. Once user cliks a button to retrive a document about the customer I need to program in this...more >>

Threading Problem
Posted by john at 5/4/2006 12:00:00 AM
Waqas when i am using Thread.abort() and Thread.suspend(). the background process is not stopped. it runs continiously. i have checked the thread state from Thread windows its is in suspended state. Programming Language C#.Net Framework 2.0 ...more >>


DevelopmentNow Blog