all groups > dotnet general > september 2003 > threads for saturday september 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
Number of Specific Files in A Directory
Posted by Amy L. at 9/6/2003 10:18:58 PM
I am working on some code that will be used in a Windows Service that will
monitor specific files in a queue.
I would like to get an integer value of the amount of specfic files in a
directory. Now I have been using this code to get what I need.
private DirectoryInfo di ;
di = new Director... more >>
Dll
Posted by kuya789 NO[at]SPAM yahoo.com at 9/6/2003 8:44:09 PM
Is it possible to compile a dll that only works on my machine? if
someone steals it, it would not work on their machine.... more >>
DirectoryServices name space
Posted by Wayne Taylor at 9/6/2003 3:45:44 PM
Hello all
I'm trying to write a liitle application to add users to AD, when I'm trying
to add a user and a group (example code from the SDK)..... I get the
following error:
A constraint violation occurred.
I think it may be something to do with access writes, I'm not sure... I'm
logged i... more >>
.NET dataset
Posted by Mark at 9/6/2003 3:03:57 PM
I'd like to load xml contents to my dataset from an XML
document in memory. The dataset.ReadXML requires a file
on drive.
Is there a way to do this from xmldoc in memory? Goal is
to use data source to bind xmldoc to datagrid control.... more >>
Page inheritance architecture in ASP.NET
Posted by BK at 9/6/2003 12:52:45 PM
I am writing a tiered inheritance structure in ASP.NET and would like
opinions on the best way to accomplish the correct inheritance dynamically.
The page structure is going to look similar to the following:
System...Page
|
... more >>
keyboard shortcuts like vb6
Posted by David Burson at 9/6/2003 12:42:42 PM
Hi,
In VB6, I often used shift+F2 to see a definition, and
ctrl+shift+F2 to get back to where I was originally. In
VB.Net, F12 is great to get to a definition, but how to I
get back to where I was originally?
I know I can set my shortcuts to match VB6, but I'd
rather just get used to ... more >>
Rich Text Box
Posted by Karuppasamy at 9/6/2003 11:28:23 AM
Hi..
I am having a Rich Text Control in a Form.
Whatever Text entered into the RichText, i want to save the Text along with
Format.
I want to display the Text again with same format using the saved Text and
Format.
How to do that??
Thanks and Regards
Karuppasamy Natarajan
... more >>
problem with .net and windows xp
Posted by timar at 9/6/2003 6:15:14 AM
i have installed windows xp professional ,by mistake i did
not installed iis componet during installation of windows
xp. Then i installed microsoft .net visual studio . After
that i installed iis componet . It was stopped giving
error. Then i removed yahoo messenger from startup and
again ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Programmatically Adding An Item To The DataList
Posted by Umut K. at 9/6/2003 6:08:56 AM
Hi all,
I've a DataList control and it's DataBound by a SqlDataReader...
The Reader returns say 3 records and as expected the datalist shows 3 rows.
What i want to do is to add another extra Record (which is not neccesarily a
database record..) but it'll be shown up as an ordinary item in the da... more >>
Windows 2000 - No Internet Connection or Home Network since Installing Visual Studio .Net 2003
Posted by genetic.error NO[at]SPAM lycos.com at 9/6/2003 4:57:22 AM
I installed VS.NET 2003 on Windows 2000 Pro SP3. Since doing so, I
have no internet connection. Also, I have no access to my home
network.
I've done everything I can think of to correct the problem, and I'm at
a loss. Formating is not an option ATM, and i dont know it would
happen any di... more >>
Windows 2000 VS.Net 2003 Installation Nightmare
Posted by genetic.error NO[at]SPAM lycos.com at 9/6/2003 4:48:31 AM
Since the elitists in the Win 2000 Networking group wont help, I
thought I'd ask here:
I installed VS.NET 2003 yesterday on Windows 2000 Pro SP3. Since doing
so, I have no internet connection. Also, I have no access to my home
network.
I've done everything I can think of to correct the... more >>
Browser detection
Posted by Andy Warr at 9/6/2003 4:37:39 AM
Hello...
I am developing an application using C# and ASP.NET. I
wish my code to detect the device the user is using (OS,
Browser) and if a mobile device is being used (PDA,
Phone, etc..) it re-directs to an interface specific for
that set of devices. Else if a device such as a desktop
... more >>
FIX: Regression in Dataset Serialization in Visual Studio .NET 1.1 When a DataRow Contains a RowError or a ColumnError Property
Posted by Programatix at 9/6/2003 2:08:27 AM
Anybody knows where to download this fix?
Microsoft Knowledge Base Article - 818587
http://support.microsoft.com/default.aspx?scid=kb;[LN];818587
... more >>
|