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 > november 2005 > threads for tuesday november 8

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

Application Icon
Posted by S Shulman at 11/8/2005 11:04:08 PM
Hi I would like assign to an application an icon so the .exe file will appear with an icon, currently the icon is shown only on the upper left of the window Thanks, S. Shulman ...more >>


Read files selection from Clipboard
Posted by Petter L at 11/8/2005 10:51:08 PM
I have been searching for how to read a fileselection from clipboard and into the program. The code i have is currently just trying to read and put it out in a messagebox. The error is that the getdatapresent gives false. I got a readout in some example code that says that it is was unicodet...more >>

SQL and VS 2005
Posted by Robert at 11/8/2005 9:22:47 PM
Hello .Neters I am brand new to the .Net. I am VB6 developer. I have just received my Visual Studio 2005 (Standard) and SQL 2005 (Standard) from the Launch of these products. Any good sites or samples to get up and familiar with these new products? Can I create an app that will access ...more >>

Debug WritLine Oddity
Posted by John A. Bailo at 11/8/2005 4:41:34 PM
When I run this line, Debug.WriteLine("I am in OnHandler2 and MyEventArgs is {0}", e.m_id); and e.m_id = "Event args for event 1" What prints in the debug window is: Event args for event 1: I am in OnHandler1 and MyEventArgs is {0} Why? ...more >>

Order of firing delegates
Posted by John A. Bailo at 11/8/2005 4:38:06 PM
I'm working through some code that uses events and delegates. Pardon me, but I understand delegates to be a little like function callbacks in c. I coded up a code sample and started playing with it -- but what I don't understand is this. Shouldn't an event behave asynchronously? Li...more >>

Using 'ref' when already reference variable
Posted by Doug at 11/8/2005 2:16:20 PM
Is there any harm in passing an object into a method with the 'ref' keyword if the object is already a reference variable? If not, is there any benefit? ...more >>

System.Timer Question
Posted by RitaG at 11/8/2005 2:10:22 PM
Hi. I Have a VB.Net Windows Application that starts up using Sub Main. It's a program that runs in the background and checks something every minute. I use a Timer to accomplish this and it's working but to get it to work I use a boolean variable (mbLoop) and the program runs until mbLoop is s...more >>

LDAP ports not closing
Posted by Daneel at 11/8/2005 2:05:03 PM
The following code gets attributes from an LDAP server. It works several times, but then returns a "server is not operational" error for all subsequent calls. A "netstat -na" on the Windows 2003 server shows that there are several TCP connections to port 636 stuck in "close_wait" state. I...more >>



WebBrowser object without forms
Posted by Vijay at 11/8/2005 12:50:05 PM
Is it possible to load an URL into WebBrowser object without form (Ex: Windows service) save to the disk as file. I know how to do the above scenario by placing control over the form, loading URL then saving to a disk. But I don't know how can load the (page) given URL into WebBrowser objec...more >>

SQL Server 2005 Management Studio
Posted by Howard at 11/8/2005 11:47:49 AM
How do you edit the value of a returned row in the new version? In version 2000 i can just click on the cell and the text cursor will show up. i can't figure out how to do that in the new version. ...more >>

Convert Byte Array to String
Posted by craig.wagner NO[at]SPAM gmail.com at 11/8/2005 9:20:36 AM
I've got an application that is calling a command-line executable. The command-line tool uses stdin and stdout as its interface, and it expects a binary stream in and sends a binary stream out. I have the calling side working and am capturing the return value into a MemoryStream. Now I'm break...more >>

Anyword on VS2005 final build and ASP.NET 2.0 final build?
Posted by Rob R. Ainscough at 11/8/2005 8:44:20 AM
Is this going to happen in 2005? I've been hearing "any day now" for the past couple months. Rob. ...more >>

multi processor system optimization
Posted by Eugene at 11/8/2005 8:17:05 AM
Hi All, In multi processor computer, do we need to use specific design/coding method to optimize our program to take advantage of the multi processor? If I use a normal program, would it automatically achieve better (maybe significantly) performance by adding more cpu(s). By using special ...more >>

SearchRequest.Attributes readonly when it should be updateable?
Posted by James Lawyer at 11/8/2005 7:50:15 AM
I am trying to use SearchRequest.Attributes property in System.DirectoryServices.Protocols to specify the attributes returned by an LDAP search. However, I cannot assign a value to this readonly value. The SDK documents that you should set this value to a stringcollection of attributes you w...more >>

Task Frame
Posted by sajidshabbir NO[at]SPAM gmail.com at 11/8/2005 7:17:59 AM
I am trying to develop a custom task pane with many taskframes. When any taskframe is expanded all others should get collapsed. Does anyone know how to do this. Any help is greatly appreciated. Thank you ...more >>

how to change my name
Posted by Ralph at 11/8/2005 5:59:04 AM
Could anybody tell me how can i change my name here, in the discussion hroups, since i wrote Ralph in the first place, but i found out theres another Ralph, so i'd like to change it Thanks in advance Rafael...more >>

Office interoperability documentation
Posted by Ralph at 11/8/2005 5:56:05 AM
Does anybody know where could i find documentation of .NET interoperability with Office. I know it's through COM objects, but, where could i find documentation of those objects, their methods, parameters or arguments, properties, etc.. I'm interested in learning about interoperability with Exc...more >>

img tag and designer problem
Posted by Paul Hale at 11/8/2005 4:26:29 AM
Hi, This is my set up... Root (.aspx file for non-authenticated users) Root\Members (.aspx files for authenticated users) Root\Images (images for entire web site) My MasterPage resides in Root. I would like my masterpage to contain html img tags (as opposed to .net img server control...more >>

Enterprise library for VS 2005
Posted by John Keers at 11/8/2005 12:00:00 AM
Can anyone tell me what needs to be done to get the enterprise library (june release) to work with VS 2005. I have changed the paths in the bat files as reccomended in the following post http://forums.asp.net/1098814/ShowPost.aspx and made all the changes but at runtime when calling Datab...more >>

datagrid current row
Posted by mrstrong at 11/8/2005 12:00:00 AM
Gday, Am new to using datagrids so if anyone could assist or point in the right direction in terms of resources - that would be much appreciated... I have a form that has: - a datagrid that displays summary data - other controls (eg textboxes, comboboxes) that are editable What I wou...more >>

How to get calltime property of component (Com+ 1.5) ?
Posted by Iddo at 11/8/2005 12:00:00 AM
Hi, I am trying to get the calltime property of a component in Com+ 1.5. I read in some other newsgroups about an interface (IComTrackingInfoEvents...) which helps getting this property in 1.5 version. However, i can't find any sample code implementing this interface... and i wasn't able to...more >>


DevelopmentNow Blog