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 > c# > september 2003 > threads for saturday september 20

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

User installer for an application
Posted by Patrick De Ridder at 9/20/2003 11:50:04 PM
Re: MSDN "Walkthrough:Deployimg a Windows Application" Attempting to generate an installer for my application I ran into two error messages executing instruction 5 of paragraph one, namely: The name 'Shell' does not exist in the class or namespace '<my app.>' The type or namespace 'AppWinSty...more >>


Avalible System Drive Leters
Posted by Noah Coad [MCP & MVP] at 9/20/2003 11:07:44 PM
How does on determain what the avalible system drive letters are (ex: C:, D:, etc) in C#? Thanks! -Noah Coad Microsoft MVP & MCP ...more >>

interrupt mousemove
Posted by novalet NO[at]SPAM yahoo.com.cn at 9/20/2003 10:01:45 PM
Hi! I am designing a graphics editor in c#. I face a trouble, if i drag a complex graphics item, it will be impossible to draw it once between two movemove event. But in normal solution, movemove event processed one by one, then it will be long delay before the graphics show on the place mouse ...more >>

C++ COM Interop
Posted by Santy at 9/20/2003 9:19:14 PM
Hi. I made a class in c#. Enabled the COM Interop and DLL and TLB(myClass.tlb) was made. After this, I created a C++ project. I wanna use the previous .NET/COM c# class in my new C++ project. Used #import "myClass.tlb". Ok, no problem.... BUT ... C# class uses System.Collections.... what #impo...more >>

Utilizing COM objects inside ASP.NET using C#
Posted by Calvin at 9/20/2003 8:24:51 PM
Hi all, I am working with a team of programmer each working on different modules for a ASP.NET web application. One programmer is working on a COM objects with its interfaces fixed. In order to utilize the COM object, I have to copy it to my local machine and add it as a reference for my ...more >>

C# Reference needed
Posted by Nader at 9/20/2003 7:56:06 PM
Hello, I am almost done with Tom Archer's "Inside C# 2ns Ed." and I wonder if anyone can make suggestion as to where to go from here to broaden and deepen my knowledge of C#. I checked Andrew Troelsen's "C# and the .Net Platform 2nd Ed." but didn't catch my eye as I didn't find anything new e...more >>

client/server and namespaces
Posted by Sharon and James at 9/20/2003 7:48:40 PM
I am trying to move from C++ to C#. My problem may be with the IDE. I started a blank project and tried to create a simple network server. Please advise on how to resolve the following error: using System; using System.Net.Sockets; The type or namespace name 'Net' does not exist in the cl...more >>

Client-Server communication through ASP.NET
Posted by Chris LaJoie at 9/20/2003 7:30:13 PM
Hi, I'm tyring to impliment a client-server application which communicates through ASP.NET. I currently have this same sort of system working with a VB6 program and standard 'old' ASP. Our current program uses a component called ASPTear to aid in building a POST and sending it up to the site. ...more >>



POP3 -> Exchange and CDO?
Posted by Chad Myers at 9/20/2003 6:00:16 PM
I'm looking for an app that would allow me to download mails from various POP3 accounts and put them into my Exchange inbox on the server side (rather than having to have outlook open to do it all the time). There are many products that do this, but they're very expensive considering it's ju...more >>

Wishlist
Posted by Marco at 9/20/2003 5:34:03 PM
Is there a wishlist for c# (or .Net) where we could suggest changes or improvements ? Mine is to have access to SmallChange property of Panel scrollbars as well as access to theirs Scroll event. Rgds. _____ Marco ...more >>

Studio .Net web hosting?
Posted by VM at 9/20/2003 5:23:28 PM
I'm working on an E-commerce site but I would like to know if there are any web hosting services that provide hosting for .Net solutions. Thanks. ...more >>

ClientSize
Posted by Marco at 9/20/2003 3:54:42 PM
For a panel with a vertical scrollbar the cliente area is the width of the panel minus the width of the scroll bar, right ? Well, it is not working for me here. When I do panel.ClientSize = new Size(newWidth, new Height); the scrollbar takes part of the newWidth. I know I could add 17...more >>

Can't display certain chars in console programs
Posted by glean at 9/20/2003 2:19:33 PM
My console in WinXP is using Lucida Console for the font. My problem is, I can go to character map and select a string of special characters such as the following: = =AE=BE=D6=FE=AC=AB=A7=AF I can paste them into my console by right-clicking the title, then edit, paste, and everything is fine...more >>

Updating Windows Service
Posted by Steve - DND at 9/20/2003 10:57:17 AM
I have a Windows service which I have previously installed and it works fine. I need to update it with a new version. Do I need to uninstall the old one and reinstall the updated version, or can I just stop the service, replace the EXE and start it back up again? Thanks, Steve ...more >>

Forms question
Posted by Patrick De Ridder at 9/20/2003 9:42:30 AM
I have two forms one big, one small. Small is on top of big. Small is set to "top most" = true. Problem: When I combine my app. with another app., say Word, small remains when I change to Word. If I set small to "top most" = false, Problem is gone, but back in big: when I click on big, s...more >>

DataRelations
Posted by Pranav Shah at 9/20/2003 8:44:33 AM
I am trying to use a DataRelation between two DataTables in a DataSet. What I am not sure about is how to establish the relationship when it is based on more than one column. Any help will be great. --Thanks *** Sent via Developersdex http://www.developersdex.com *** Don't just particip...more >>

reading comma separated numbers.
Posted by pesso at 9/20/2003 7:42:03 AM
I have a string that contains the following: string s = "130,41,43,178,41,17,6,78,244,35,202,144,115"; They are comma separated byte numbers, and I need to initialize my byte[] array with them. Looks like I need a loop or something. What would be the best way to take a comma separated string ...more >>


DevelopmentNow Blog