all groups > c# > march 2008 > threads for sunday march 23
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
'System.Net.Sockets.TcpListener.TcpListener(int) is obsolete
Posted by Darwin at 3/23/2008 9:53:17 PM
Setting a server to listen on 8080 for incoming connections. Written in
VS2005 on a Multi-homed machine.
I get the warning:
Warning 1 'System.Net.Sockets.TcpListener.TcpListener(int)' is obsolete:
'This method has been deprecated. Please use TcpListener(IPAddress
localaddr, int port) instead... more >>
Creating a list of TODO's
Posted by K Viltersten at 3/23/2008 5:46:52 PM
Is there a facility in VS allowing the
programmer to find and list all "TODO"
locations in the code?
In C++ i had this "\todo text" which
resulted in a list of things todo as
a separate HTML file upon run...
--
Regards
Konrad Viltersten
--------------------------------
sleep - a sub... more >>
App in focus?
Posted by RobP at 3/23/2008 4:46:23 PM
Is there a way to check with windows in c# whether the current application
is in focus and taking input? I've tried checking the focused property on
the main form, but this doesn't seem to work.
Thanks
RobP
... more >>
Any method like System.Windows.Forms.Application.CancelEvents()?
Posted by samueltilden@gmail.com at 3/23/2008 4:35:17 PM
I have inherited a complex application with dozens of controls.
The new functionality I am to surgically insert is to prevent the user
from proceeding further if any of the data is incorrect in my control
on the current page.
I can capture the .Leave event from my control, but I do not want
... more >>
Replacing an element using DOM
Posted by sony.m.2007@googlemail.com at 3/23/2008 4:03:56 PM
Hi,
I need to find an element in the XML file and replace the element with
another element.
I'm planning to use DOM.
Is there any tutorial available for searching an element and replace
using dom
Example xml file
<?xml version="1.0" encoding="utf-8" ?>
<details>
<detail>
<descripti... more >>
Adding icons in resource file
Posted by John at 3/23/2008 3:06:24 PM
Is there such a thing as storing icons or bitmaps into a resource
file, and adding more icons or bitmaps into the resource file at
runtime?
I want to store a bunch of icons into a resource file, and at runtime
I want to be able to add more icons as I need to add. I don't want
to use an image... more >>
UnauthorizedAccessException writing to Windows (Vista) directory and writing to Registry
Posted by wesley.hs76@hotmail.com at 3/23/2008 2:36:03 PM
Hello,
I've the following two problems. I want to write an inifile to the
Windows directory. And I wanna write variables to the Registry. For
both things I get an UnauthorizedAccessException. This problem started
when I'm using Windows Vista. (Windows XP this problem never happens.)
Can someb... more >>
ClickOnce & branch of versions
Posted by Joe at 3/23/2008 10:51:49 AM
Hello to all!
I have an interessting question here concerning ClickOnce technology.
I have a .NET 3.5 Windows application that is deployed on client
computer via ClickOnce. The version is 1.0.0.0. Now I want my users to
get the lastest updates for the 1.X.X.X versions. That is not a
problem... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
beginner question for csharp & sql programatically
Posted by milton at 3/23/2008 12:27:41 AM
hi
how to navigate through the records in sql DB programatically...?
... more >>
[off-topic] How many group posters does it take to change a light bulb?
Posted by Michael Starberg at 3/23/2008 12:00:00 AM
1 to change the light bulb and to post that the light bulb has
been changed
14 to share similar experiences of changing light bulbs and
how the light bulb could have been changed differently
7 to caution about the dangers of changing light bulbs
27 to point out spelling/grammar errors in ... more >>
[off-topic] Ode to C
Posted by Michael Starberg at 3/23/2008 12:00:00 AM
May your signals all trap
May your references be bounded
All memory aligned
Floats to ints rounded
Remember ...
Non-zero is true
++ adds one
Arrays start with zero
and, NULL is for none
For octal, use zero
0x means hex
= will set
== means test
use -> for a pointer
a dot if its ... more >>
[on-topic] Chuck Norris!
Posted by Michael Starberg at 3/23/2008 12:00:00 AM
some Chuck Norris facts:
- When Chuck Norris falls in water, Chuck Norris doesn't get wet. Water gets
Chuck Norris.
- Chuck Norris can divide by zero.
-Chuck Norris doesn't throw up if he drinks too much. Chuck Norris throws
down!
- Chuck Norris ordered a Big Mac at Burger King, and ... more >>
|