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# > july 2003 > threads for monday july 7

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

Preventing Key/Mouse Events from Interruping Processing
Posted by Bill Henning at 7/7/2003 10:43:02 PM
Does anyone know a good method of preventing keyboard and mouse events from interrupting processing? My situation is: 1) I need to track and handle all key and mouse events 2) I need to perform processing on certain key/mouse events 3) If key/mouse events interrupt processing, the events shou...more >>


Book on Forms
Posted by Patrick De Ridder at 7/7/2003 9:56:58 PM
I am looking for a very good book on forms. One that treats the controls one by one in depth, with concise examples (e.g. not like the Erik Brown book, which rambles on and on with one example that grows and grows until you loose all perspective.) Can someone please come up with some good s...more >>

Random Filenames
Posted by Amy at 7/7/2003 9:08:47 PM
Does anyone know if thier is anything built in the framework to generate random filenames? I have a dataset(hash table) that grows very large. After a certain point a good portion of the elements will not be used anymore until the end of the program. In order to conserve memory I wanted to w...more >>

Disable hints for a module
Posted by Michael Søndergaard at 7/7/2003 9:01:17 PM
I like the feature, to have the IDE report missing XML doc tags for my project, but I have some typed dataset, which generates thousands of missing XML hint. Obviously I does'n like to document this module, because it autogenerated, and VERY large. Is there a compiler directive to disable hints ...more >>

How to send data to a physical address (SOCKET)
Posted by SWJust at 7/7/2003 8:44:00 PM
Hi... is it possible to send data from a socket to at physical address (MAC) on f.x another PC or Router ??? I have a IP header with information about another client, and this cannot be altered, so I want to send the whole IP package to the server / router using OSI layer 2 (datalink), but is it...more >>

How to change working dir in a NT service app?
Posted by Berkflow at 7/7/2003 4:33:03 PM
Anyone know how to change the current working directory in a windows NT service application written in C#? It appears to start in the windows system32 directory not where the exe is located which really screws up my app which acts on business objects in the directory that the exe lives and ther...more >>

Casting to a derived TreeNode object (from a TreeViewEventArgs Node)
Posted by Andrew at 7/7/2003 4:29:37 PM
created a custom class that is derived from TreeNode, let's call it customTreeNode. I'm trying to use the TreeViewEventArgs (for the AfterSelect event) but I cannot cast to my derived TreeNode. Here is a snip... ---code snip--- private void _TreeView_AfterSelect(object sender, TreeViewEven...more >>

COM+ bulit on c#
Posted by Joseph at 7/7/2003 4:25:58 PM
Please any help will do!!!! I have several issues implementing serviced components with .NET = framework. Please stop a few minutes to read the issues found on my = application. This is an academic project emulating an online billing = software for a health care facility. My application is...more >>



about C# and web probramming
Posted by Ramsin at 7/7/2003 4:14:04 PM
Hello Group, I'm a VC++ programmer who recently working on C#. I have a question about web programming using C#. Please let me know what I do need to do web programming using CSharp? What I need to know is from A-Z! Should I have IIS installed ? if so, what type of connection sho...more >>

Visual Inheritance Using Winforms
Posted by Jason Hickey at 7/7/2003 4:10:42 PM
Has there been a change in the way the UI designer handles winform inheritance in the 2003 version of visual studio. Consider the following (try it if you are using 2003 Everything seems to work under 2002) Create a form and add two buttons (bottom right) and a panel (fill the top of the form...more >>

Splitting a string
Posted by Mark at 7/7/2003 2:46:10 PM
I have string that I want to split. I want to split on a string, not just one character. It looks like the Split method of a string in C# only takes a character. I've tried Character array, and all that does is splits on every character in the array separately, not as one string. There has to b...more >>

inheriting from a base class and using an interface
Posted by Mark at 7/7/2003 2:20:10 PM
I have a class which is implementing an interface, but I also want to have it inherit from a base class. Can you do both with a class? If so, what's the syntax? thanks. ...more >>

.NET runtime disk footprint
Posted by Richard at 7/7/2003 2:08:01 PM
Hi, Okay, now that I've read pretty much the entire "Deploying Applications" section of the MSDN .NET framework documentation, including the part that lists the minimum hardware/software specs - but doesn't list disk space needs - could somebody give me a rough answer to the question I ...more >>

Handling errors from .Net components in VB6 code
Posted by TJoker .NET at 7/7/2003 2:03:36 PM
Hi all. I'm writing some .net compoents that are also going to be used from vb6 code. Is there a way for me to distinguish all the different types of exceptions that the .net code my throw ? My .net component can throw a few different types of exceptions and I need my vb6 code to take action di...more >>

Multithreading, DataTables, and Garbage Collection
Posted by Jenny K at 7/7/2003 1:52:23 PM
Hi everyone, I've got a console application that grabs data into 3 datatables asynchronously, and writes each datatable's data to a textfile. The problem is that the data returned by each sproc could easily hit up to 100,000 records each. Since the datatable doesn't implement IDisposable, wo...more >>

MFC => C# Problem, Dynamic Views
Posted by Jesper Odgaard at 7/7/2003 1:40:28 PM
Hi, I'm migrating a program to C# that I wrote using MFC. The programs GUI was split vertically in two halfs with a tree control to the left. Accordingly to the different items that could be selected in this tree view, the right side of the GUI showed different Formviews that was replac...more >>

Casting : example in VB.NET
Posted by Vic at 7/7/2003 1:35:06 PM
Hi, in VB.NET there is the following code: Friend htProvidedProperties As New Hashtable() Private Class TextboxValidatorProvidedProperties Public DataType As DataTypeConstants Public RegularExpression As String = String.Empty End Class 'casting 1 Dim ProvidedPrope...more >>

Creating Collections in C#
Posted by john sutor at 7/7/2003 1:21:15 PM
How can you create a collection of objects in C# like you can in VB? In VB you say Dim myCol as new Collection and then add the item and index ...more >>

Submit a HTML Form programmatically
Posted by DarranShelton NO[at]SPAM hotmail.com at 7/7/2003 1:16:42 PM
Hi I want to be able to retrieve the data from a given URL, fill in the necessary form fields and submit the form back to the server, all from within a Windows Application. I can retrieve the HTML from the page, using the HttpWebRequest class but that is where I have become stuck. These are t...more >>

Non-blocking socket question
Posted by Joe Kinsella at 7/7/2003 1:14:04 PM
The following code behaves differently from what I would expect: socket = new Socket(AddressFamily.InterNetwork, SocketType.Stream, System.Net.Sockets.ProtocolType.Tcp); socket.Blocking = false; socket.Connect(ipe); isConnected = socket.Poll(30*1000000, SelectMode.SelectWrite); I would hav...more >>

How to get all child components from base class
Posted by james at 7/7/2003 10:51:58 AM
I have a custom UserControl, which can have many sub class levels derived from it. I want to be able to discover all the components at Load time, but the only components I can see from the base class are the private components internal to the base class itself. What I want are ALL components f...more >>

Regex help
Posted by JKJ at 7/7/2003 10:24:20 AM
I need help with a regular expression that will pull the title and all the meta tags held in the head section of an HTML file (including the head tags). I want to exclude everything else such as link tags, script tags, etc. I have a pretty big process that pulls this stuff now using simp...more >>

Problem: Class Library
Posted by Matthew at 7/7/2003 9:41:13 AM
Hello, I am using Visual C# .net Standard and want to create a Class Library. However I am having some difficulty. I am following the directions to do so from Deitel's "C# How to Program" in Chapter 8.16 in which it says, "From the FILE menu, choose option NEW, follewed by PROJECT... ...more >>

<code> xml documentation not working
Posted by Mike in Paradise at 7/7/2003 9:17:33 AM
I am trying to get the XML documentation working and I cannot get the <code> </code> block to work... <summary> works <remarks> works No way that I can get the <code> to work. The XML generates ok but when the Html page is made with the tool the <code> </code> section disappears. I ev...more >>

[Richtextbox].Rtf.Replace();
Posted by Michael J Robinson at 7/7/2003 8:49:59 AM
Load richtextbox with a .rtf document. Want to use the Rtf.Replace method to replace text, but nothing happens. If anyone has suggestions it'll be greatly appreciated Thanks - Michael ...more >>


DevelopmentNow Blog