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 > june 2005 > threads for tuesday june 14

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

DATEADD or DATEDIFF function
Posted by John Cosmas at 6/14/2005 10:29:14 PM
I need a function that will take today's date and add X days to it. It should return the new date after the add. ...more >>


C# Crawler and performance (speed of crawling)
Posted by Benjamin Lefevre at 6/14/2005 6:53:40 PM
I am currently developping a web crawler, mainly crawling mobile page (wml, mobile xhtml) but not only (also html/xml/...), and I ask myself which speed I can reach. This crawler is developped in C# using multithreading and HttpWebRequest. Actually my crawler is able to download and crawl page...more >>

multiple configuration files
Posted by lobrys at 6/14/2005 6:10:25 PM
Hello Here is my question : I have a vb.net appli (Dotnet 1.1). I have a config file that contains personnal settings (myApplication.exe.config) I also have a another config file ( anotherSettings.config ) based in the same structure of a normal configuration file. It contains global set...more >>

Showing monthly info in data control
Posted by cara_little NO[at]SPAM hotmail.com at 6/14/2005 4:55:36 PM
Hello, I'm trying to show monthly summary info in some type of data control like so: Jan Feb Mar Jun Apples 10 15 20 25 Oranges 5 3 6 10 Bananas 8 7 4 9 so that it shows the number of apples bought in Jan,...more >>

Bizarre: string.split() method
Posted by JV at 6/14/2005 3:33:30 PM
This is too weird. You're going to love this one. I just ran across the most bizarre DotNet "feature" with the String.Split() method. You are supposed to pass it an array of characters to tell it what separators to split the string on. if it finds any of those characters, it treats that...more >>

Visual Studio 2010 Concept IDE
Posted by jabailo NO[at]SPAM texeme.com at 6/14/2005 3:19:21 PM
These guys have it going on. They actually use design ideas that Microsoft employees can drool upon. Visual Studio 2010 Concept IDE http://www.codeproject.com/csharp/Concept_IDE.asp "Like a concept car strutting its stuff, the Visual Studio 2010 Concept IDE is packed with over-the-to...more >>

Tab by pressing <Enter> key
Posted by bh at 6/14/2005 3:03:02 PM
So, I am debating with someone about this. He believe that you can set up so when the user presses Enter it acts just like Tab, so it follows the tab order between text boxes in .NET just like you can do in Access. I personally have never run across something like this, but I am still young ...more >>

DataSet and DataRow Question
Posted by Yosh at 6/14/2005 1:30:23 PM
Let's say I have a DataRow that I got from DataSet "A". Can I modify = the data in the DataRow and add it to a new DataSet "B" and have it = update the same datasource? I hope this makes sense. Yosh=20 sorry for the multiple post but I wanted the post in this newsgroup...more >>



TreeView datasource ?
Posted by serge calderara at 6/14/2005 12:57:02 PM
dear all, Is there an easy way to bind a treeview control with an XML object as datasource? In a similar way as the dataset is doing, and build columns accroding to XML node, I could imagine a treeview which build its notes accordind to XML object too how can I do that? thanks for w...more >>

When to throw an exception?
Posted by Larry Foulkrod at 6/14/2005 12:31:02 PM
Should I throw an exception in the following scenario? I have a user class. The constructor takes one argument, the sessionid of the user. This sessionid corresponds to an entry in a database. The constructor calls the database with the passed in sessionid to retrieve the user info. If ...more >>

ZIP & UNZIP File
Posted by jeff at 6/14/2005 11:49:06 AM
hi, alls Is there method to support ZIP/UNZIP in VS.NET 2003 Which name space can be used? Is there any smaple? Thanks ...more >>

How to get the resource ID of a frame window?
Posted by Danny Pressley at 6/14/2005 10:07:06 AM
Hey All, After a doc/view/frame is created and initialized, is there a way from within the frame class code (CMyChildFrame::OnUpdateFrameMenu()) to get the resource ID (nIDResource = IDR_???TYPE) used by CFrameWnd::LoadFrame()? I know the member variable m_nIDHelp is set to nIDResource in ...more >>

Is there a way to copy (backup) open or protected files using VB.N
Posted by Bishop at 6/14/2005 9:26:02 AM
For example the files in a computers windows directory and profile directory that the application is running on....more >>

Running shell commands in c#
Posted by Mike Kamzyuk at 6/14/2005 8:58:13 AM
Hello all. This topic has been covered on google groups before, but I couldn't find a good response. I have a shell command I wish to execute from c# (or vb or your favorite .net language). I know the relevant class is System.Diagnostics.Process. The problem is that I don't know the name of...more >>

document download asp.net
Posted by mkiger at 6/14/2005 8:26:04 AM
Hey guys, I'm not sure what category this falls under but here is my question. I have an asp.net site in which a repeater control shows documents that can be downloaded. I would like to make it so a double click is required to begin the download. How can I do that? ...more >>

Calling a C++ DLL from a C# program. Unexpected behaviour
Posted by Ascaron at 6/14/2005 8:08:11 AM
Hi there! I’m having a strange problem with a c++ dll that is called from a c# program. The dll wraps a large piece of c++ software that uses exceptions for its error-signalling. To keep the exception mechanism away from the c# end, all functions in the dll are embedded in catch-all block...more >>

Passing an Object by Ref
Posted by Mike Guerrieri at 6/14/2005 8:04:02 AM
I have a few objects that I've created, Contact, Address, AddressCollection (inherits from CollectionBase), dtaContact, and dtaAddress. One of the properties of the Contact object (Contact.Addresses) is a Type of AddressCollection. When I want to add a new contact to my database I create a n...more >>

Debugging in VB.Net
Posted by AVXl at 6/14/2005 7:18:22 AM
Hello,I am trying to run a windows forms application in debug mode, but it is different from what we had in VB6.0, like in VB6.0 we can do : - Change the values of variables while in debug mode - edit and make changes to the code in debug mode i am not able to do the same in VB.net because o...more >>

Why do I get this Result in (655.55-655)*100 =54.9999999999955 ??
Posted by Amir Parsa at 6/14/2005 5:58:14 AM
655.5555-655 =0.555500000000052 (655.55-655)*100 =54.9999999999955 Visual C# 2003 ...more >>

Registering a COM Server using C#
Posted by VivekR at 6/14/2005 2:07:12 AM
Hi All, I was using VC++ earlier to register COM Server programmatically. What i do is I use LoadLibrary(Desired COM DLL), then GetProcAddress("DllRegisterServer"), and then call that function using the function pointer that GetProcAddress returns. How do i do that in C#, I tried using the Dl...more >>


DevelopmentNow Blog