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 > september 2003 > threads for wednesday september 3

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

IIS is Gone; Can't re-install IIS
Posted by JimT at 9/3/2003 11:02:37 PM
I screwed up somehow and IIS has disappeared from my system. Settings/Control Panel/Add/Remove Programs/Add/Remove Windows Components/ won't install IIS. It seems to think it's already there and that I want to remove it. In any case, I have run the wizard several times and the state of my sy...more >>


Limit on Number of TCP/IP Connections
Posted by Andrew at 9/3/2003 5:59:17 PM
Hi.. I am writing a .NET server program that will run on Windows 2000 (and maybe some day on Windows 2003). It must allow thousands of people to be connected at one time. I would like to verify that I can do this with TCP/IP without running into some sort of limitation. I have verifi...more >>

msn messenger
Posted by an at 9/3/2003 5:54:15 PM
how can I start thinking in .net of how to make a programme like messenger I.e window forms application but connected via the internet to chat... also easy to install like that... notifications of versions is automatic.... my previous experience in vb6 and new to vb.net thanks ...more >>

Command Window/Debugging Session
Posted by John Cobb at 9/3/2003 4:35:42 PM
In a nutshell I have a 1.1 Framework VB Winform app with one form and one .vb file. The .vb file is defined with it's own namespace MyNameSpace. In form code I can reference properties of MyNameSpace with syntax like MyNameSpace.Property1 but hovering the mouse over this property will not ...more >>

.NET Software, Patents (kind of OT, but I'm not sure where to ask)
Posted by David Sworder at 9/3/2003 4:20:06 PM
Hi, A quick question (please let me know a more appropriate newsgroup, if any): When developing a new piece of software, how does one know whether or not the software needs to be "patented"? As you know, MSFT recently lost a court case in which the plaintiff claimed that the idea of...more >>

port 80
Posted by David at 9/3/2003 4:15:39 PM
[WIN 2000 Pro] [IIS 5] hi i try to connect to my site on port 80 from my local network no probleme but from outside is do not work like no site a this address ! my firewall is redirect port 80 on my local IP (the config sopose to be ok) i can ping my IP i already try on some other p...more >>

Crystal licence key
Posted by Leon Jollans at 9/3/2003 3:19:08 PM
How can I add tmy crystal licence key to my project (via AssemblyInfo or app.exe.config?) without using the merge module method? I have an app I am deploying via no-touch methods and so am not installing on clients. ...more >>

.Net Type Saftey violation? or just confusion...
Posted by Andy Read at 9/3/2003 2:56:24 PM
Greetings all, I'm currently reading the excellent applied .Net Framework programming by Jeffrey Ritcher. In the Type Fundamentals chapter a brief description of the System.Object methods is given. Against the GetType member it says: This method is nonvirtual preventing classes from o...more >>



DataGrid
Posted by Jason at 9/3/2003 2:24:27 PM
Does anybody know how to add a checkbox column to a datagrid? Thanks, Jason...more >>

AMD installation
Posted by veresh at 9/3/2003 1:23:29 PM
Hi, Did anyone tried installing DOT NET 2003 on AMD , I am facing a problem , while installing i got a alert saying error 25003 , I am installing on WINDOWS XP professional edition . TIA Veresh ...more >>

How to Lock a Form so it cannot be moved w/o min & max buttons on title bar.
Posted by Mateo at 9/3/2003 1:10:44 PM
I need a form maximized so that it can't be resized or moved in any way. language c# thanks in advance....more >>

Installing Web App Into Specific Directory
Posted by Angela at 9/3/2003 12:41:58 PM
I'm creating a Web Setup App, and I've been having many problems with it alongthe way. Some still aren't solved. This latest problem is that I can't install the application into the directory I want it to go to. There is a virtual directory that already exists on the server, and I want ...more >>

Sort HashTable by Key
Posted by Mark at 9/3/2003 11:56:28 AM
I'm using an enumerator to iterate through a HashTable that contains all numeric keys. I'd like to iterarate through the HashTable based on the ordered keys. Is there a quick way to do this? Thanks! -Mark IDictionaryEnumerator myEnumerator = myHashTable.GetEnumerator(); while ( myEnumerator....more >>

data binding and formatting
Posted by Saix News at 9/3/2003 11:42:34 AM
hi, i have a dataset and a number of controls that are bound to it. some of the records being displayed are numerical and are bound to text boxes. they display without a problem but i would like to be able to format the numbers being displayed using thousand separators, etc. could someone ...more >>

Showing the Tool Tip description for Toolbar panel in the status bar panel.
Posted by Suresh Kumaran at 9/3/2003 11:37:29 AM
Hi Everyone, Is there any one out there who can help me in VB.NET to show the tooltip description of the TOOLBAR panel in the STATUSBAR. In other words when the mouse hovers over the tool bars the tooltip shows tip under the mouse and the detail description of the TOOL BAR should be show...more >>

Insert data with a stored procedure
Posted by tmuldoon NO[at]SPAM spliced.com at 9/3/2003 11:33:45 AM
What a pain trying to insert data into a table from a stored proc. My webform asks for 16 pieces of data - which then gets written to the database. I found this easier than the crap below (after the ***********). This was eaiser: get a list of all the parameters you want to pass - put th...more >>

Event Handler Lost when Dynamic Controls are added in a DataGrid
Posted by Ashish Shridharan at 9/3/2003 10:47:42 AM
Hi All I have been trying to add a control to the header cell of a datagrid on my ASP.NET page. These controls are defined in the HTML as ASP.NET web controls. They are being added into the header of the datagrid in the "ItemDataBound" method of the grid. However, once, they are added in ...more >>

Custom Actions
Posted by Angela at 9/3/2003 10:41:00 AM
I wrote a class that I intended to be a custom action. I added the DLL for the class to the setup project using the CustomActions editor. When I run the installer it completely ignores the custom action I set up. First I put everything in the class constructor in the order I wanted it...more >>

How to call C APIs like CMC?
Posted by Siegfried Heintze at 9/3/2003 9:53:33 AM
How do I call APIs written in C like CMC? Will PInvoke do the job? I hope I don't have to write a COM wrapper! Sieg ...more >>

DTE, want to hook in like Intellisense
Posted by Rob Mayo at 9/3/2003 9:41:16 AM
I'm developing an add-in. Is there some series of events that I can hook into that will let me know the non-compiled interface has changed. I want to be able to update my add-in as the user types. For example, if the user types in: Public Function Foo() as Integer End Function I want my ad...more >>

Framework 1 and ver 1.1
Posted by andrewcw at 9/3/2003 9:23:16 AM
I just installed VS studio .NET 1.1 on a different Laptop. My other machine has 1.0. When I pulled my projects in, I was told by VS that they would have to be converted to 1.1 How is it that I work with multiple versions of .NET ? The other developer is on the earlier version. My orga...more >>

Email Spec?
Posted by archway at 9/3/2003 9:09:28 AM
Hi, I have just starting development on a basic email client in .NET as a learning exercise. I have managed to attach to my POP3 server and list, read emails etc. However, I am not entirely sure of the format of the emails so that I can write some code to manage them. Could someone point me in...more >>

.Net for Unix \ Linux
Posted by bert.oneill NO[at]SPAM tdwp.com at 9/3/2003 9:01:57 AM
Hi Looking for information on whether or not Microsoft intend to develop a .Net for Unix \ Linux OS (thus opening a brand new OS for VB.Net programmers). I know of the Mono project (but this is seemly a lot slower that .Net on Windows). Regards Bert...more >>

Any functions similar to FindFileFirst or SearchPath in .NET
Posted by John at 9/3/2003 8:15:12 AM
Any functions similar to FindFileFirst or SearchPath in .NET Framework class library? Thanks...more >>

Most Recent Document
Posted by Suresh Kumaran at 9/3/2003 8:14:20 AM
How do you program in VB.NET to show the most recent used document in a dropdown menu? I am referring to something like in MS WORD or EXCEL where it shows the recent document the user was working with. Appreciate help. Suresh...more >>

Only Allow One Instance Of EXE When Shell
Posted by Derek Hart at 9/3/2003 8:04:57 AM
I have a VB6 program that is going to Shell a VB.Net program to run. I want the VB.Net program to only run once, so it if is not running and it is Shelled, the program runs; if it is already running and it is Shelled, then I wish the program to become visible. I do have to use the Shell process...more >>

OpenCurrentDatabase fails in Access 2000
Posted by Zachariah at 9/3/2003 7:41:20 AM
Part of a Windows Service app I created in .NET 2003 has the following code: Dim stOutPath As String Dim stTableName As String Const strDBPath As String = "C:\test_be.mdb" acApp = New Access.Application With acApp stTableName = "tblTest" stOutPath = "C:\IN\test.txt" .OpenCu...more >>

Help needed with deploying .Net Windows Apps !!!
Posted by jodh at 9/3/2003 7:25:48 AM
Hello, I have developed a .Net Windows-application in VB.Net and now I want to distribute my application on CD on platforms from Win98 to Windows XP. Because I am pretty new with the stuff of deploying .Net applications on several platforms using Visual.Net, I could use some help to get ...more >>

Crystal reports template
Posted by Chris Neal at 9/3/2003 6:20:27 AM
I recenetly purchased VB.net standard and in the box was a card saying that it included crystal reports (as it always used to) but I cannot find CR in the templates or in the toolbox. Can anyone tell me where I can download it, or how I might install it if it is already there. Thanks...more >>

Accessing .Net web application from UNIX
Posted by baker_tony NO[at]SPAM hotmail.com at 9/3/2003 3:18:09 AM
Hi, being a Windows developer and not having anything to do with UNIX/Solaris, I have a few questions about accessing .Net Web Applications from such environments. If a client has a UNIX/Solaris environment, is it possible to put a Windows 2000 box on the network which hosts a .Net web applica...more >>


DevelopmentNow Blog