all groups > dotnet general > march 2004 > threads for sunday march 21
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
Strange ghost files
Posted by Francisco at 3/21/2004 8:58:51 PM
Hi, I have an empty directory, but actually there are a
few files in there which windows explorer does not want
to show me, even when -show hidden files- is checked.
Nevertheless, if I type the full file path, I can
actually open those files.
End result...a user is given information about... more >>
I can't adjust runtime security level
Posted by zameryee at 3/21/2004 8:41:09 PM
Hi
I installed .NET Framework 1.1(version 1.1.4322.573)
I am trying to change runtime security policy through .NET Framework Configuration tool
I right clicked "Runtime Security Policy" and selected "Adjust Security..." on the pop up menu
However, it doesn't work
Installing the Framework again ... more >>
Creating a map with Hotspot Images
Posted by Geo550 at 3/21/2004 8:01:11 PM
Would like to display a map (image ie png, jpg file) then place Images (hotspots) on the map that drive mouseclick events. Would also like to add mouseover events for displaying hotspot info
How do I put images on an image in web based project?
Using webservices, c# in Visual Studio 2003 ... more >>
CRC32 Library...
Posted by Pup-Peroni at 3/21/2004 5:24:06 PM
Anyone have a good implementation of CRC32 in managed code?... more >>
how do I present sql data in tabular format using asp.net
Posted by merritt.robert NO[at]SPAM spsd.sk.ca at 3/21/2004 11:35:48 AM
hi I have been trying to put data I retrived from a sql db into a
tabular
format I tried <asp:table , but it appears I cant databind to it so
then
I tried to use simple html <table> and bind to the page and display
the
record elements any hints for me?
<%@ Page Language="VB" Inherits=... more >>
trying to put sql data in tabular form
Posted by merritt.robert NO[at]SPAM spsd.sk.ca at 3/21/2004 11:32:37 AM
hi I have been trying to put data I retrived from a sql db into a
tabular
format I tried <asp:table , but it appears I cant databind to it so
then
I tried to use simple html <table> and bind to the page and display
the
record elements any hints for me?
<%@ Page Language="VB" Inherits=... more >>
How can I get the names of all computers in my local network?
Posted by insaned NO[at]SPAM kaiowas.biz at 3/21/2004 2:38:41 AM
Hello everybody,
How can I get the names of all computers in my local network? I tried
this code (microsoft.public.dotnet.general - Listing neighbor
computers):
DirectorySearcher src = new
DirectorySearcher("(objectClass=computer)");
foreach(SearchResult res in src.FindAll())
{
Console.... more >>
Regex problems
Posted by Lloyd Sheen at 3/21/2004 1:56:40 AM
I just bought Mastering Regular Expression since I have had no luck with any
docs available on the web. (MSDN is totally useless in this area).
So I am using the Expresso app as a workbench to learn with. Now the
problem occurs at the very beginning of the learning process.
First it appear... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
|