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 1

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

How to control wireless access point connections?
Posted by Jim Hubbard at 11/1/2005 9:10:51 PM
I am searching for code that will show me how to monitor WAPs and connect/disconnect from them programmatically. Anybody seen this stuff? ...more >>


How To Clear "Open Existing Projects" Listing?
Posted by Mr. B at 11/1/2005 8:40:44 PM
I have VB.net 2003 and I am wondering How (if possible) can I clear out the current listing of my OPEN AND EXISTING PROJECT list when I first start up VB.net? I currentl show 10 such projects. I've tried to only show 1 then change back to 10. But, the items come back. The reason is that I...more >>

Cannot get the Application Thread to Handle Event
Posted by Rajiv Das at 11/1/2005 8:34:03 PM
Environment: Visual Studio 2005, Beta 2 ..Net 2.0 Windows XP, SP2 C# Generics ------------------------------- Hi, I have a Windows Form whose contents I would like to dynamically change. I also plan to put this form in a class library, along with a facade class. This facade class wi...more >>

ReflectionTypeLoadException with service installer
Posted by Bob at 11/1/2005 4:54:15 PM
I created a windows service and added an installer by following the tutorial in MSDN. But when I run the installutil.exe tool I get an error. Below is the log. Installing assembly 'c:\temp\serv\prorec.exe'. Affected parameters are: assemblypath = c:\temp\serv\prorec.exe logfile = c:...more >>

Assembly signing
Posted by MoriCristian at 11/1/2005 3:31:02 PM
Just a question. If i have an app with a dll version 1.5 and I replace it with version 1.6 everithing works fine. If i change the strong name however the app crash, but this is fine. My curiosity is then: the various System, System.data and so on are signed? If so, how can the mono project pro...more >>

Socket remains in CLOSE_WAIT state
Posted by DreJoh at 11/1/2005 2:42:03 PM
I've read many articles on the subject and the majority of them give the same solution that's in article 821625 on the MSDN website. I'm using the following code and when a the client disconnects the child socket remains in the CLOSE_WAIT state. Anyone have any idea what's missing? --------...more >>

Colors in Textbox control
Posted by Dean J Garrett at 11/1/2005 2:40:55 PM
We have a browser based application that requires us to display different colors of text inside of a Textbox control. We found out the standard .net textbox control may not be able to display multiple colors simultaneously. Is this true? Is there a 3rd party control that allows this? Why can you ...more >>

Getting around .Net Strings being UTF-16 encoded only
Posted by Mike Murray at 11/1/2005 1:52:42 PM
Hi I have the following issue. I have a character that is return by a SQL Server database "=C9" to be precise, the issue is that when I store character in a .net string variable my understanding is that it converts it to UTF-16 automatically. I've seen a lot of quotes saying "All String dataty...more >>



Remove from Hashtable? [easy one]
Posted by Jules Winfield at 11/1/2005 1:50:55 PM
I'm often in a situation where I have a Hashtable full of objects. I'm then presented with an object and *if* that object exists in the Hashtable, I need to remove it from the table. I therefore have a lot of code that looks like this: if(ht.Contains(obj)){ ht.Remove(obj); } ...more >>

.NET vs. Frontpage
Posted by C T at 11/1/2005 12:13:04 PM
My work is about to have me use Frontpage 2002 to build and maintain an intranet web site. I'm trying to draw a comparison between the two, but I'm having trouble finding info about .NET. Would it be reasonable to demand I get use .NET studio? Thanks, Craig...more >>

VS 2005 and SQL Server 2005 Developer
Posted by Chris at 11/1/2005 12:06:33 PM
If i've installed SQL Server 2005 Developer, when I come to install VS 2005 is there any need to install SQL Server Express? I would have thought the install would have detected SQL Server Developer was installed and not select Express by default. Do any examples projects for example rely on...more >>

Detecting a Mouse click from a windows service
Posted by Benoit Martin at 11/1/2005 11:32:20 AM
Is it possible to detect a mouse click from a .net service. I want a process running in the background that will detect when the user clicks the mouse button (anywhere on the screen) and executes an action accordingly. All the event handlers for the mouse that I see are for Windows Forms. Is ...more >>

App.Config File Question - Help
Posted by Yosh at 11/1/2005 10:57:49 AM
Morning! I am developing an winform application in c#. I have an app.config file that contains an entry with a Url address assigned to it. When I run my application I get the following error: The ':' character, hexadecimal value 0x3A, cannot be included in a name. After doing some resea...more >>

Can't install VS.NET 2005 Standard
Posted by Ivan Debono at 11/1/2005 9:07:24 AM
Hi all, Just downloaded the iso file from the subscribers download area. I used isobuster to extract the contents and place them in a separate folder on my HD. When I launch autorun.exe or setup.exe, I get the following error: "A problem has been encountered while loading the setup compon...more >>

Custom ConfigurationSectionHandler and type
Posted by Jiho Han at 11/1/2005 8:03:34 AM
I've written some before but never ran into this. I happened to write a simple custom ConfigurationSectionHandler implementation in my single .exe file. Thinking since it's in the executing assembly I can forget the assembly name. It didn't work. I had to specify the .exe assembly in order...more >>

I give up with this. Need help
Posted by Chris at 11/1/2005 7:52:03 AM
Hi, I have a table with a field that should store date and time. The table column data type is datetime. I am trying Dim dt as datetime helper.exeutenonquery(connection,storedprocedure,"testproc",new sqlparameter("@date",dbtype.datetime,dt.now.tostring())) I get the error "Cast ...more >>

How can i convert an asp doc to a C#.net?
Posted by Ahmed at 11/1/2005 7:35:07 AM
Hello, I'm trying to convert .asp code to .aspx(c#) code is there a software that will allow me to convert it or do i have to do it all from scratch. I have a lot of .asp files that i need to convert and it will help a lot if i didn't have to do it from scratch. Thank you in advance ...more >>

SQL2005
Posted by B at 11/1/2005 7:14:04 AM
Hi, I have developed a .NET application in ASP.NET 2.0. The website consists of administration module (sort like CMS) where users can update data and images that I store into an SQL DB. One of my tables has a Column Type = Image to store the images into my DB and I would like to have the...more >>

adding Visual Studio's ToolBox item by code
Posted by Slawomir Piotrowski at 11/1/2005 6:26:07 AM
Hello, I'm writing C# code and executing it using InstallUtilLib.dll from custom action during an installation process. It works fine. I've written some code to add an item (component) to Visual Studio .NET 2003 toolbox and I've got some serious problems with it. Problem looks like th...more >>

Populating a Strong Typed Multi Table DataSet
Posted by Steve at 11/1/2005 6:19:07 AM
C# I have a DataSet defined in my project that consists of one main table and 3 child tables. I have a SQL statement that can retrieve all the information for this structure, but how do I populate my dataset in one hit using a DataAdapter?? I tried to do something liket his: daRe...more >>

.NET 2003 and XP web developement
Posted by jlopes151 at 11/1/2005 4:09:03 AM
I installed .NET 03 on XP and had a problem with IIS Snap-in. I got the Snap-in in and the Web server running. Now when I try to develope a Web App I get a Cannot display message on the .aspx Form page. Any suggestions?...more >>

Windows Mobile 5.0 Pocket PC SDK
Posted by Sharon_a at 11/1/2005 2:52:01 AM
Hello, I downloaded the Windows Mobile 5.0 Pocket PC SDK. When I try to install it I get an error : "The cabinet file 'sdkfiles.cab' required for this installation is corrupt and cannot be used. ...." And I cannot install the SDK. Thanks, Sharon ...more >>

VS 2005 Editions
Posted by Peter Schmitz at 11/1/2005 2:26:03 AM
Hi, I'm thinking about which edition (enterprise architect or software developer) I'm going to use, but I cannot find a real comparison chart (or anything like that) on the microsoft web sites - can anyone point me out something like this? What are the real differences between the editions...more >>

.NET Printing
Posted by S Shulman at 11/1/2005 12:00:00 AM
Hi I am looking for a good sample code for .NET printing Specifically I code that prints tables and populates the data into the cells Thank you, Shmuel Shulman SBS Technologies LTD ...more >>

How to select an image for display in aspx
Posted by Peter Wallington at 11/1/2005 12:00:00 AM
Hi All, Can anyone help me out with this one. I have a basic aspx page with an = image placeholder on it. I want to be able to click a button on the page = and have a dialog window appear where I can navigate the Client's PC = and select a file (a JPG of GIF). I then want to change the image ...more >>

GUI Design question
Posted by E.T. Grey at 11/1/2005 12:00:00 AM
Hi All, I have written a number of libraries in (ANSI) C and C++ and I want to write a front end GUI for my libraries. I have taken a look at MFC - but the learning curve is WAY too steep. I simply don't have the time to learn a new library. However I know the following languages very we...more >>

Visual studial standart & express
Posted by Lloyd Dupont at 11/1/2005 12:00:00 AM
I'm about to buy VS.NET2005 standart edition which fits my need very well. What would be better though (cheaper and same feature, but I haven't tried) is to buy C++ express & C# express. If I buy both of these, could I have a mixed project (and debugging) experience with native C++, .NET C++ &...more >>


DevelopmentNow Blog