Groups | Blog | Home


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 > september 2005 > threads for thursday september 29

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

Not all images are loaded correctly
Posted by etantonio NO[at]SPAM gmail.com at 9/29/2005 11:23:01 PM
Good morning, I've a web page where I have put about 30 little images (4kb each) coming from other sites, the problem is that not all are showed and the images showed are random, I don't know if it is a problem of the http protocol, but how I could solve the problem and force the browser to loa...more >>


System.IO.Stream to string
Posted by Paul at 9/29/2005 9:52:01 PM
How do I convert a System.IO.Stream to a string variable. Regards Paul...more >>

Getting titles of all openning windows process
Posted by Tedmond at 9/29/2005 8:26:04 PM
Dear all, How can I get all the titles of all openning windows? I found a API in win32 that called EnumWindows() but it returns only the windows handles, not titles. How can I get the list just like the Applications tab in Windows Task Manager? Thanks, Tedmond...more >>

Mantaining a Windows Service
Posted by Reuben at 9/29/2005 7:07:01 PM
Hi, I've been trying to write a Windows Service that handles specific events. However, when I start it, it is immediately stopped, since it is idle when none of the events are triggered. And when it's stopped, it can't handle the events. How can I keep it running? Reuben....more >>

MultiCastDelegate vs Delegate
Posted by Nima at 9/29/2005 6:51:03 PM
The documentation for the Delegate and the MultiCastDelegate classes tell me that when we have a line like: public delegate void CheckAndPrintDelegate(string str); it causes the compiler to generate a new delegate class named CheckAndPrintDelegate that inherits from System.MulticastDelegat...more >>

Manually Add Row to Datagrid
Posted by Jason at 9/29/2005 5:00:47 PM
Is there a way to do this after you have bound it? I am just wanting to add another record that will be displayed. ...more >>

Blue Squares on side of VSS.NET
Posted by John Bailo at 9/29/2005 4:35:17 PM
For some reason, blue squares with rounded corners started appearing on the left side of VS.NET -- in the same place were the brown circles that represent breakpoints are. What do these represent? I can't remove them! ...more >>

I need help, i dont now what happend ? =S
Posted by Mayolo Juarez via DotNetMonster.com at 9/29/2005 3:19:36 PM
Hi, I have a problem, when i use a context menu in a MDIForm and activate the property "MDIList= True", the context menu don't show me the current child windows, please help me, i use VS2003. it´s neccesary resolve this, i need to finish a homework it´s urgent. -- Message posted via DotN...more >>



Updating the AssemblyFileVersion
Posted by Sam Carleton at 9/29/2005 3:08:46 PM
I have a software procect that now has over 30 .Net assemblies and I need to maintain the AssemblyFileVersion for the builds. I know it is possible to write a little utility that rifles through all the AssemblyInfo.cs files and changes the value. Are there other options? Sam...more >>

Tiers and Circular References
Posted by Doyle at 9/29/2005 1:37:04 PM
I want middletier objects and data access objects in different namespaces. I want the middle tier object to get a reference to the data access object and pass itself as a parameter to the data access object's constructor, accordingly the constructor of the data access object must declare a da...more >>

change colour of tab?
Posted by amber at 9/29/2005 1:34:01 PM
Hi there, I'd like to change the colour of my tabs. I can change my background colour of my tab control, but the actual tabs, with the text on them don't change colour. Am I missing something? TIA, Amber ...more >>

COM Interop Deploy issue
Posted by krissy_kernan NO[at]SPAM hotmail.com at 9/29/2005 1:14:40 PM
I am getting the following error when I try to run my code on the deployed server: "File or assembly name dllname.dll or one of its dependencies was not found." It is a VB6 app. that calls a .Net dll. (The .Net code also calls VB6 dlls, but I don't have a problem executing that part of the code...more >>

ClickOnce Deployment Manifest issues
Posted by Dany C. at 9/29/2005 1:11:17 PM
-- Dany Couillard, ing....more >>

Is there a method to read files by date modified ?
Posted by Lee Holsenbeck at 9/29/2005 1:08:05 PM
i have been using the getfiles method, but that retrieves only alphabetically. i'd like to be able to retrieve filenames in a directory by thier date modified. does .net have a method for this ? the closest i can see is to use the file system object. thanks in advance, Lee...more >>

Populating drop down list from AD
Posted by Chris Geier at 9/29/2005 12:40:02 PM
string strLdap = "LDAP://OU=Sales,DC=Company,DC=com" DirectoryEntry objOU = new DirectoryEntry(strLdap); DirectorySearcher objUserSearcher = new DirectorySearcher(objOU); SearchResultCollection objResults; //Search for user objects objUserSearcher.PropertiesToLoad.Add("cn"); objUserSearche...more >>

'wrap text' in column header in a datagrid?
Posted by amber at 9/29/2005 10:45:07 AM
Hello, I have a datagrid column header that is quite long, and I would like it to appear on 2 lines instead of 1. Is this possible? TIA. Amber ...more >>

Screen capture does not work in Windows Service...?
Posted by Madestro at 9/29/2005 10:21:02 AM
Hi guys, I have a little problem. I have a class that uses Windows API to capture a snapshot of the screen. I have this class in a library that I include in my projects. When I try to use this class in a windows service, the snapshot comes up as a black screen. Any idea why? or how do I...more >>

Is it possible ti inherit form 2 dll
Posted by Chris at 9/29/2005 10:18:42 AM
Hi, I am using 2 .dlls to create a 3 dll and I would like to expose all the methods and functions form dll1 and dll2 in my 3dll so it appears as if the methods sre in my 3dll. Currently I have Imports dll1 Imports dll2 Public Class Test Inherits dll1 Inherits dll2 >> Error here "Can ha...more >>

Problems with System.Net.WebClient
Posted by Bruno Otero at 9/29/2005 10:18:05 AM
Hi! I have a program that excutes the following code: DirectoryInfo diretorio = new DirectoryInfo(@"C:\teste"); FileInfo[] arquivos = diretorio.GetFiles("*.xml"); for(int contador=0;contador<arquivos.Length;contador++) { lblMensagem.Text = "Uploading files... "; ws.UploadFi...more >>

Crystal Reports
Posted by COlmstead at 9/29/2005 10:00:52 AM
Is anyone familiar with using Crystal Reports and coding all of the connection stuff without using their expert or wizard? ...more >>

VS 2005 RC: "has encountered a problem" on deployment
Posted by DraguVaso at 9/29/2005 9:22:58 AM
Hi, I tried to deploy an application written in VB.NET 2005, with the Release Candidate. Everything works fine on my pc which has the Visual Studio installed, but when I install the .NET Framework (v2.0.50727) and the Setup of my prject, I get some nasty error: "MyApplication has encountere...more >>

Send Excel XML to client
Posted by Sudhesh at 9/29/2005 8:00:23 AM
Hi, I found a very nice artice to convert a dataset to XML file that complies with EXCEL schema http://www.codeproject.com/dotnet/ExportToExcel.asp However, the one thing that article didn't help me with, is how do I send this file down to the browser so it opens up like Excel? Can anyon...more >>

xsd:maxLength
Posted by Sudhesh at 9/29/2005 7:47:07 AM
Hi, I understand I can write an XSD file like... <xs:attribute name = "value1" use="required"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="30"/> </xs:restriction> </xs:simpleType> </xs:attribute> I'm writing a class heira...more >>

Free .NEt IDE
Posted by checcouno at 9/29/2005 7:18:05 AM
Someone know free .NET IDE? thanks...more >>

Problem to Create A new Project from VS.NET 2003
Posted by Colin at 9/29/2005 7:05:03 AM
Anyone know what is wrong with my VS.NET?? Please Help! I have installed the VS.NET 2003 recently. When I try to create a new Web Application project (C# or VB), an Error message popup: "Visual Studio.NET has detected that the specified Web server is not running ASP.NET. You will be unable to ...more >>

Nested DataGrid using Relations sorting child
Posted by DelphiBlue at 9/29/2005 4:18:05 AM
I have a Nested Datagrid that is using a data relations to tie the parent child datagrids together. All is working well with the display but I am having some issues trying to sort the child datagrid. HTML Datagrid1 TemplateColumn Table Header information Detail In...more >>

Disable and Enable COM Port from .NET
Posted by Lim Tau Wan (SG) at 9/29/2005 3:49:03 AM
Currently, our application requires to use the COM Port but it seems that the COM Port is being utilised by other process. Therefore if I need to use the COM Port, I have to manually disable and then enable the COM Port. As such I will need to know how to programmatically disable and enable th...more >>


DevelopmentNow Blog