Desktop background
(2 messages)
Date: Sun, 19 Aug 2007 06:02:01 -0700
Can not activate my desktop background, it will not let me change my
backgrounds at all. What is my problem or what can I do? ...
|
IEnumerator specification inconsistency?
(2 messages)
Date: Sat, 18 Aug 2007 23:30:42 +0200
In MSDN (August 2006) in the specification of IEnumerator.Current there
is word on exceptions. InvalidOperationException shall be thrown in case
"The collection was modified after the enumerator was created.". But in ...
|
Help with Ping Function, .net framework 1.14322, VB 2005
(9 messages)
Date: Sat, 18 Aug 2007 11:32:01 -0700
I need to know how to map a network drive using Visual Basic 2005, when the
users pc doesn't have .Net Framework 2.0. My workplace only gives us user
profiles so I can't install framework 2.0. They do allow us to run vbscript ...
|
Question on ICollection.SyncRoot implementation
(1 messages)
Date: Sat, 18 Aug 2007 18:48:45 +0200
Using "Lutz Roeder's .NET Reflector" on .NET Framwork shows that
collections implement SyncRoot like this:
object ICollection.SyncRoot
{
get
{
if (this._syncRoot == null)
{
...
|
Getting current method info for logging
(4 messages)
Date: Sat, 18 Aug 2007 06:21:22 -0700
Is there any way to get the name of the method that called the current
method?
Also, is there any way to get the values of the parameters passed into
the method, along with the parameter names?
I want to write a method ...
|
DataTable.Compute() question
(1 messages)
Date: Fri, 17 Aug 2007 16:04:18 -0700
hello,
i have a big datable of a bunch of stuff. i am interested in getting
row counts that match certain criteria.
currently i do this by creating a new DataView for each criteria, and
getting its .RowCount. like so:
dv ...
|
Overriding Equals
(2 messages)
Date: Fri, 17 Aug 2007 16:12:04 -0400
Hello all,
I am faced with a dilemma with a class I am working on. I am overriding the
Equals() method to be able to make comparisons with objects of the same
type, but this class has a member field that contains a collection ...
|
Webclient Downloadfile doesn´t work in VISTA
(1 messages)
Date: Fri, 17 Aug 2007 11:18:02 -0700
The function is not working in Windows Vista. I get one event in
progress_changed and thatßs it. In Windows XP everything works fine.
I also implemented the download myself with a stream, but only 4KB of data
is received.
...
|
Read cookie value
(5 messages)
Date: Fri, 17 Aug 2007 17:43:49 -0000
I am writing a simple console program(Not ASP.Net code). How to read
IE's cookie value using .Net framework.
...
|
XML and strongly typed datasets
(2 messages)
Date: Fri, 17 Aug 2007 09:24:40 -0500
I'm trying to apply techniques I'd normally use to pull data from SQL/Server
to pull XML from SQL/Server, and I'm running into a problem. Here's what
I'm doing:
1. I've built a stored procedure that pulls my data, and ...
|
|
Bug in My.Computer.FileSystem.WriteAllText
(4 messages)
Date: Thu, 16 Aug 2007 18:10:44 -0700
I've found that My.Computer.FileSystem.WriteAllText in .Net 2.0 writes three
additional, non-text bytes in front of the string it's supposed to be
writing. These bytes are not in the normal text range of values, and don't ...
|
Button Background in .NET 3.0
(1 messages)
Date: Thu, 16 Aug 2007 18:01:25 -0700
In XAML I set up a style that says a button's background is red. I assign it
to a button on my form. When I mouse over it the background turns usual
blue-ish color. Mouse away it goes back to red. However, if I click the ...
|
Refresh application settings at runtime
(2 messages)
Date: Thu, 16 Aug 2007 17:58:53 -0700
Hi,
Help would be appreciated!
I am writing windows services that I do not want to restart unnecessarily.
Problem is that if I want to change application settings in the .config file,
say for instance a polling frequency ...
|
How do I implement quickstarts tutorial code
(1 messages)
Date: Thu, 16 Aug 2007 17:45:52 -0700
I have found some code that looks like it will help me learn xml at:
http://quickstarts.asp.net/QuickStartv20/howto/Xml/XmlReadWrite.aspx
How do I implement this code in a VB 2005 windows application?
("I need tiny steps ...
|
Why so many copies of .NET DLL?
(2 messages)
Date: Thu, 16 Aug 2007 13:44:06 -0600
Why does .NET make so many copies of my DLLs? I inherited a large project
and there are two pervasive DLLs that get used everywhere: PlcmObject.dll
and PlcmUtil.dll
Why our build procedure copies them all over our build ...
|
ASP.NET/AJAX Accordion
(1 messages)
Date: Thu, 16 Aug 2007 12:34:02 -0700
I have an asp.net web software program which utilizes AJAX. I use
ajax on many of the pages and have not had issues in development mode
or on the user's side. However, recently I added a page with the
Accordion control ...
|
meylxkhale
(1 messages)
Date: Thu, 16 Aug 2007 11:14:03 -0700
Hello! Good Site! Thanks you! smjvooznsgjdw ...
|
Running Caspol from a batch file
(3 messages)
Date: Thu, 16 Aug 2007 08:29:57 -0700
Can anybody tell me if there is a paramater I can use with CASPOL from
within a batch file to prevent
the dos window being displayed.
I am trying to remove a group using
caspol -machine -quiet -pp off ...
|
Problem post KB937143 install Windows Server with .Net dll exposed via COM
(3 messages)
Date: Thu, 16 Aug 2007 12:18:32 -0000
Dear Group,
We've recently applied KB937143 to a server and a bespoke dll we have
(for encryption) has suddenly stopped working. This is a VS 2005
(framework 2) dll that simply wraps some of the MD5 functions within
the ...
|
Implementing a Thread.JoinAll(timeout) using managed threading
(2 messages)
Date: Thu, 16 Aug 2007 04:59:44 -0700
I recently found myself in a situation wanting to
Thread.JoinAll(timeout) (i.e. blocking the calling thread until all a
list of threads have finished or the timeout has expired). I wanted to
do this using only managed threading[1] ...
|