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 friday november 11

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

Cannot set AllowDrop from a callback
Posted by johnxsun NO[at]SPAM gmail.com at 11/11/2005 11:18:21 PM
Hello, I am having a problem with set AllowDrop from a callback function for any types of control boxes, ie. ListView. The following is the example code that creates the problem. The listView1.AllowDrop never get set and there is no error or warning as well. Also, if there is any code after t...more >>


.net resource extractor
Posted by isbat1 NO[at]SPAM yahoo.com at 11/11/2005 6:53:26 PM
I need to extract some embedded resources back to disk from a .net assembly. What tool do I need, and where do I get it? ...more >>

XP Home deployment
Posted by Peter Lux at 11/11/2005 4:23:13 PM
I've coded quite a nice app (if I do say so myself) and want to know how to deploy on my home box running XP Home. I coded it in VB.net 2003/ver 1.1 framework. I thought you originally had to have XP Pro, but I wasn't sure if that was JUST for running VS Studio or for deployment. ...more >>

AsyncCallback called twice on Exception
Posted by Craig Vermeer at 11/11/2005 2:50:12 PM
Hi All, I noticed an interesting issue the other day, and thought someone here might be able to shed some light on things. I have a situation where I'm using asynchronous delegates, and an exception is getting thrown from within the AsyncCallback on the delegate. For some reason, this caus...more >>

The File Transfer Manager Sucks
Posted by clintonG at 11/11/2005 2:46:44 PM
That's the title of the suggestion I just left at MSDN Product Feedback Center [1]. Please login, use that string to find the suggestion I made and vote for it to support my outrageous demands. If you login, you can read the whole story why I have gone over the edge and why something must be d...more >>

asp.net session expiration
Posted by FreeTheCode at 11/11/2005 1:11:07 PM
it seems that a session in asp.net sometimes expires before its time is supposed to expire? so for example i developed a client side that relies on a if Session("Var") > 0 then else end if to verify that a user is logged in with proper credentials. now sometimes the session expires b...more >>

erro referencing CrystalDecisions.enterprise assembly
Posted by zino at 11/11/2005 12:26:06 PM
the same web application works fine on Visual studio 2003, but it generate the follwing error on Visual Studio 2005. Indirect reference is being made to assembly CrystalDecisions.Enterprise.PluginManager version 10.2.3600.0, which contains 'CrystalDecisions.Enterprise.InfoStore.PluginManager...more >>

Problem using Windows Resource Localization Editor (WinRes.exe)
Posted by Bill at 11/11/2005 12:00:51 PM
Hi Everyone, I am having some difficulty in using the Windows Resource Localization Editor (WinRes.exe) on several Visual Basic .NET forms (.resx files) in two different projects. The editor gives an error when loading the .resx files. When attempting to load a .resx file using WinRes und...more >>



Strings from hell
Posted by Harold Skeggs at 11/11/2005 11:57:19 AM
Hello, I'm hoping someone can point me in the right direction, or better still, help me with a code snippet :) I have the following text in a string: "=?utf-8?B?UmHimaXDr+KBv2cgIEzimYLimYDimatpzrU=?=" I want to convert it to displayable characters, like this: "Ra?ving L???ie" I know...more >>

dependencies in VB2005
Posted by Chas at 11/11/2005 10:34:28 AM
Before I start down the road with my first VB2005 app, how do I distribute the finished app? Assuming it is strictly a standalone, how do you create the install package? I am coming from the VB6 world and there are many good installers that would identify the libraries needed and include the...more >>

RealTime Data Over HTTP (Push Based Refresh)
Posted by rawCoder at 11/11/2005 9:57:26 AM
Hi, (NOTE: For the following post, please Only Consider HTTP Via WebBrowser) Data Publishing over HTTP is 'pull' based, i.e. the browser has to request(refresh) to get data. Is there any way that the data is published(pushed) to the browser in realtime so that the webpage does have to req...more >>

DirectoryEntry authentication server different than bind?
Posted by ABSMunkee at 11/11/2005 9:54:34 AM
I have a vb.net dll that has two functions: one allows a user to change their password in AD, the second allows the user to view their distinguishedname (based on their samaccountname). Both bind via an SSL connection and appear to work well. I am implementing the dll through an asp interface...more >>

ASP.NET MMC to make settings for the Web site
Posted by Michel at 11/11/2005 6:54:01 AM
Hi, I am not able to see the Asp.Net Tab in IIS 5.1. I have installed Visual Studio 2005 on a Windows Xp SP2. When I following the step from the following url, I can not see this tab. I am logged as an local Administrator user. http://msdn2.microsoft.com/en-us/library/cek8kw6e Does I have...more >>

How can I keep a comma from delimiting during import...
Posted by SteelDetailer at 11/11/2005 5:44:04 AM
Thnaks in advance for considering this post. It's probably very simple, but..... I have an old VB6 application that allows me to create, save and edit a "project information file" that is a simple .txt file. I then use that file to keep the project information current for the multiple Aut...more >>

PropertyInfo Setvalue
Posted by Hugo Leonardo at 11/11/2005 4:06:03 AM
I'll big problem. I have tree class: public Class Column { public Column {...} string _Value; public bool HasValue = false; public string Value { set { _Value = value; HasValue = true; } } ... } publ...more >>

app.config issue
Posted by Kele at 11/11/2005 12:00:00 AM
If you are developing N-Tier applications and in your middle (Business Logic) Tier you have a Calculate class that performs some function and it has a app.config and an XML file. The app.config file contains the location of the XML file and the XML file contains business information for the ...more >>


DevelopmentNow Blog