all groups > dotnet general > may 2006 > threads for sunday may 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
Regex references
Posted by spamsickle NO[at]SPAM gmail.com at 5/7/2006 7:30:52 PM
I have a Perl background, so some of what I know in other contexts is
probably getting in the way of what I need to learn now. With that
said, I'm having a problem getting my regex to work as I expect. I
have a string value like "John Q Public" in a textbox called "Name",
and I want to use the... more >>
Programmically Add Users & Groups
Posted by Derek Hart at 5/7/2006 6:53:52 PM
Is there a way in VB.NET to programmtically add NT users and groups? Is
there a difference with Windows NT Server, Server 2003, Windows XP? Is
there a namespace to do this type of thing?
Derek Hart
... more >>
Specify network traffic for two LAN card
Posted by Alan - NoClone Author at 5/7/2006 6:15:36 PM
Hi experts,
I have written an email sending Windows service but we want to use different
IP/LAN card/boardband service to send email, different from the IP of the
web server. Could we do that in programming level or server configuration?
Your help is appreciated.
Alan
http://noclone.ne... more >>
Is Dot Net Really belongs to Object Oriented ?
Posted by Reny at 5/7/2006 11:02:44 AM
Correct me if I am wrong. In an Object Oriented environment each and
everything are objects. That means we cannot directly instantiate a class
nor we can directly reference a member belongs to a class i.e.
ClassName.MethodName ()
If I am right in that sense, we are doing the just opposite i... more >>
Records not updating
Posted by Monty at 5/7/2006 10:07:51 AM
Hi there, I have a simple medical database with patient records. I use:
TotalRecords.Text = DetailsViewMain.DataItemCount & " records" to reflect
the number of patients in the db.
I then filter the records per person and update the count with the same
code. My problem is that the actual num... more >>
Count Instances Of String Within String
Posted by Derek Hart at 5/7/2006 10:04:13 AM
Is there an efficient line of code to count the number of instances of one
string within another.
If I have the sentence:
"I want to go to the park, and then go home."
It would give me a count of 2 for the word "go"
Derek
... more >>
Winforms v webforms?
Posted by dwight at 5/7/2006 3:31:00 AM
Hi all
First - I apologise if anyone recognises this from a previous post but
I never worded what I wanted to know properly and getting quick advice
is imperative to me now. In future I will never cross post but time is
a factor now and I appreciate any advice I have recieved
I am looking f... more >>
Off Topic : NAnt build automation question
Posted by Bit byte at 5/7/2006 2:20:44 AM
I am a NANT newbie. I would like to use NAnt to automate my build
processes - but have come unstuck early on in the process.
I have several projects under a /src directory. There is some
inter-dependencies between some projects.
I want to have to have two build scripts as ff:
1). one ma... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
|