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 > july 2005 > threads for tuesday july 19

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

Solution Explorer Behavior
Posted by Paul DeWitt at 7/19/2005 6:04:03 PM
Can I set the Solution Explorer to sort all files in Alphabetical order? Can I print a listing of all files in the solution and print the code from the files? Thanks...more >>


\aspnet_client
Posted by Bob at 7/19/2005 5:16:24 PM
I noticed recently that a directory called \aspnet_client is being created in all of my existing IIS websites. What's that for? How were they created without my acknowledgement? Can I get rid of them? ...more >>

VB.NET: How to capture events of controls created at runtime
Posted by ArcoCat at 7/19/2005 3:16:02 PM
In vb.net, I've create a control array of radio buttons at runtime in a groupbox. How do I capture the click event?...more >>

Why no static interfaces?
Posted by baylor at 7/19/2005 2:46:08 PM
In C#, an interface cannot mark any method as static. i'm told the ILASM supports it but i've never tested that Two questions. First, why? OK, i've heard the reason about interfaces being allocated on the stack but that's not a real reason. Which is OK because this isn't a real question, it...more >>

Is there a way to check for "exclusive" access to a file?
Posted by Kent P. Iler at 7/19/2005 1:20:52 PM
Hi, I have an application that watches a directory using FileSystemWatcher. When a specific type of files comes over, I want to parse it and then move it. However, these files can be somewhat large, and the FTP process isn't complete when I try to access the files. In those instances, a...more >>

Easy Dataset Question
Posted by CLEAR-RCIC at 7/19/2005 12:15:01 PM
How would I get at a certain piece of data in a dataset. For example, how would I specify first row, first column. What seems logical to me doesn't work. Dim strResult as String = myDataset(0).Row(0).Column(0).ToString...more >>

Why isn't there an StringBuilder.Append overload with StringBuilder as argument?
Posted by cody at 7/19/2005 11:29:41 AM
Why isn't there an StringBuilder.Append() overload with a StringBuilder as argument? Is there a reason that I missed? ...more >>

Forms, SubForms and Continuous forms
Posted by LisaB at 7/19/2005 11:13:20 AM
I am very new to VB.Net. My experience is with MS ACCESS. I would consider myself an expert at MS ACCESS. This is my first VB project How is the Form/subform done in VB. net? For example I have a form for the user to fill out and I would like the user to be able to select Multiple categor...more >>



EventLogTraceListener incompatible with typical usage of Trace?
Posted by Ken at 7/19/2005 11:01:50 AM
I would like to start using EventLogTraceListener, and am running into a couple of significant limitations: 1) I have found that there is no way to write EventLog entries with different EventLogEntryTypes. It seems that EventLogTraceListener is only capable of writing entries with EventLogEven...more >>

The following code IIS with WinXP SP2 but not on Windows 2003 SP1
Posted by Marlon at 7/19/2005 10:58:27 AM
<! -- Web.config--> <authentication mode="Windows" /> <identity impersonate="true" /> <! -- Web.config--> where Configurations.ADsUsersPath is LDAP://domain.com/ou=Users,ou=Corporate,dc=domain,dc=com ds = New DirectoryEntry(Configurations.ADsUsersPath) 'creates searcher object, set fil...more >>

AxImp & VB .Net
Posted by Moi at 7/19/2005 10:20:12 AM
Hello, I used AxImp on one ActiveX I've written (VC++6), and I'm trying to use the generated assemblies in VB. Net. it seems that the underlying ocx is not created when I'm calling the AboutBox method (or any method/member of my activex). What am I missing ? Thanks, Laurent Import...more >>

VB.NET Events Failure
Posted by LucaJonny at 7/19/2005 10:00:14 AM
Hi, I've got a big problem! I've written an application in VB.NET that read some data from an Access database. I've used DataTable object with its events (RowChanging, RowChanged, etc.). When the user changes someting in a row and goes to another row, RowChanging event fire: Private Sub My...more >>

Localisation - changing locale on machine doesn't change windows form
Posted by karen.mcdonagh NO[at]SPAM singularity.co.uk at 7/19/2005 9:20:23 AM
Hi, I have generated resource files for a different language and generated a satellite assembly for it, signed it and placed it in the GAC. When I change the UI culture within the code the application displays the correct form for the culture. However when I simply change the language and ...more >>

ASP.NET - get rid of Session variables when done
Posted by baylor at 7/19/2005 8:12:03 AM
We have numerous pages that store datasets in Session. Sometimes these are used for one page, sometimes for a few (ex. - search page looks up your info, edit person page edits that info) What i'd like is a way to get rid of these session variables when we no longer need them. We originally ...more >>

Question about Multithreading and COM
Posted by Ed at 7/19/2005 8:09:04 AM
Here's my situation, I am moving some of my apps over from native C++ (primarily Win32 and MFC). One of these apps uses some COM objects in worker threads running in the background where it doesn't bother the user. I'm keeping the native code that interfaces with the COM objects in a DLL ...more >>

HELP on Reporting advise ???
Posted by serge calderara at 7/19/2005 8:01:12 AM
Dear all, I need to create an application which is able at the end to generate reports based on SQL server data table. Actually it is hard to decide if I have to go for a simple Windows application or a Web application. Right know I would say that I will go for Win App for the simple fact...more >>

Check Daylight Saving Time
Posted by Warren at 7/19/2005 7:59:16 AM
Is there a way to check if the system is currently in Daylight Saving Time? I'm trying to convert a DateTime from GMT to CST or CDT, but I'd like to be able to figure out which at runtime. Thanks....more >>

Launching MSI from MSI Setup
Posted by Peter at 7/19/2005 4:44:01 AM
Hallo, my application depends on others (libraries + a service), so I wrote a custom installer action for my MSI setup project that tries to install all dependencies. Unfortunately, one of them also uses a MSI setup. At that point during the installation I get an error saying there's anothe...more >>

vb #externalsource usage question
Posted by Tony Hudson at 7/19/2005 2:29:06 AM
Is this the same as the C/C++ #include directive? -- Tony Hudson...more >>

unable to install SQL Express 2005 CTP
Posted by Varad at 7/19/2005 12:42:41 AM
Hi, Am trying to install SQL Server Express CTP on my machine (Windows XP with SP1). I have downloaded the windows installer and .net framewrok specified in the readme file(ReadmeSQLEXP2005.htm) and also followed the steps given. but could not install express. I tried installing both June an...more >>

Best way to check for a null value returned from a database?
Posted by Mark at 7/19/2005 12:00:00 AM
Hi, If I have a DataView containing some items and what I want to do is restore a textbox with an item in one of the rows. If the item in the datarow is null then obviously I get an error when I try to bind the item to the textbox e.g. uiDelivery.Text = view[0].Row["DeliveryAddress"].ToStri...more >>


DevelopmentNow Blog