all groups > dotnet framework > august 2003 > threads for wednesday august 6
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
FileSystemWatcher internal buffer problem
Posted by Cxw0106 at 8/6/2003 9:19:16 PM
Hi all,
When I set the FileSystemWatcher internal buffer size, say to 64 k,
I opened the "nonpaged pool" to view it, it only shows 8-10 k for
my application!!!
Why is that? Has anyone met the same problem?
cxw0106
... more >>
Delete Event Source
Posted by Thomas at 8/6/2003 9:09:24 PM
Hi,
What is the right way to
1) delete an existing event source
2) create a custom event log
-Thomas
... more >>
How do I stop HttpWebRequest from sending an Expect: 100-continue header when POSTing data to a HTTP 1.0 server?
Posted by furty at 8/6/2003 9:07:36 PM
I've hit a brick wall with this one..
I'm trying to perform a HttpWebRequest that posts form data to the target
server - the problem is that the request *always* contains an Expect:
100-continue header, which on HTTP 1.0 servers results in a 500 error.
None of these seemingly obvious fixes w... more >>
xml comments
Posted by Yechezkal Gutfreund at 8/6/2003 1:22:35 PM
Just started to use these. When I run the Code Comments web reports, the
following
snippet does not seem to understand the <list> <item> etc, tags. I am using
VS2003.
I cannot get <see> or <see> also to work in <summary> or directly after
</summary>
/// <summary>
/// Setup the Station... more >>
Inheritance Problem
Posted by Joshua Frank at 8/6/2003 1:22:30 PM
I've got a design problem that the .net inheritance model will not let me
solve. I didn't like the built in serialization (for various reasons) so I
defined my own serialization approach. I wanted to define an interface
ISerializable, and classes that need serialization would implement this. S... more >>
Excel and Typcasted Columns
Posted by jt NO[at]SPAM innovatenet.com at 8/6/2003 1:13:54 PM
Grettings all,
I'm having a problem with accessing data in a column of an Excel
spreadsheet.
It seems that when I access the spreadsheet using Oledb Connection
method, a column get's typecasted according to the type of that column
that occupies 51% of that data.
So, when I'm trying to re... more >>
Simple but: What's the new way to get Form.InsideHeight
Posted by Chris at 8/6/2003 12:05:18 PM
I have a control (report viewer) that I want to take up the full form height
and width. I would use to use the insideheight/width in vb6. What to do
now?
Thanks
Chris
... more >>
DataTable.LoadDataRow -Documentation error!!!
Posted by John Viele at 8/6/2003 11:29:24 AM
The documentation of DataTable.LoadDataRow() has a major omission. To
quote:
"Finds and updates a specific row. If no matching row is found, a new row is
created using the given values."
What this does NOT tell you is that it ignores any rows which have the
INSERTED or UPDATED flags set. ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
tab order on windows forms
Posted by Mark at 8/6/2003 11:24:30 AM
When can we expect the fix for tabs on web forms? When we load our projects
visual studio will reorder the tabs?!? This happens with all applications
we have that use the .NET tab control.
-Mark
... more >>
Hide properties in PropertyGrid
Posted by rt at 8/6/2003 11:02:29 AM
Hello,
I need to be able to hide properties for an object that is contained in
another object. In other words, Class A has many items of type Class B. I
cannot change Class A to use a derived Class B in which case I could use
ICustomTypeDescriptor. Is there another way to filter properties?
... more >>
VB.Net- C# integration
Posted by Madhuri Mittal at 8/6/2003 1:59:50 AM
I have a ASP.net application written in VB.Net which is
the main application. I have another ASP.net application
written in C#. I want to integrate the C# project files
into the VB.net project ( without having to convert C#
code to VB.net ) . The C# project contains few aspx pages
and coup... more >>
PLEASE HELP: using webresponse and webrequest
Posted by amine at 8/6/2003 1:13:27 AM
I really need help on this please. I am writing an
application for an Ipaq and I am trying to enable the
application to connect to a DAV server which can is
basically an HTTP server that acts like an FTP server. I
used the following code
WebRequest req = WebRequest.Create (url);
req.Cre... more >>
|