all groups > dotnet general > september 2006 > threads for sunday september 24
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
Monitor or hook a call to the Registry, and swap the returned value
Posted by ewolfman at 9/24/2006 11:15:00 PM
Hi,
Is there any way in which I can monitor / hook the Registry, and upon a
call to a specific key from a specific application - swap the returned
value?
I was thinking of using this method to overcome the "click" sound of
the WebBrowser, without having to affect the Registry permanently. T... more >>
Setup & Deployment - merge modules causing compiler warnings
Posted by mjobbe NO[at]SPAM gmail.com at 9/24/2006 10:38:50 PM
I have an installer that requires three merge modules (ATL, CRT, and
MFC), and after adding them in, I get the following warnings when I
build the MSI:
WARNING: Two or more objects have the same target location
('[payload_ul]\8.0.50727.42.cat')
WARNING: Two or more objects have the same tar... more >>
.NET Chart
Posted by Erencan SAÐIROÐLU at 9/24/2006 6:02:37 PM
Hi All,
I wonder that doesn't .NET has a chart control. I don't want to use
ReportViewer.
I look a chart control like Microsoft Chart Control in .NET. (Not COM
Object)
... more >>
Printing
Posted by Richard MSL at 9/24/2006 4:34:01 PM
I have an application that prints documents that it creates. It uses what I
believe is a standard .NET way of doing so, like this:
PrintDocument pd = new PrintDocument();
pd.PrintPage += new PrintPageEventHandler
(this.pd_PrintPage);
PrintDialog PrintDialog1 = new PrintDia... more >>
nero6 dvd burn : Illegal Disc message
Posted by mikeeastlondon at 9/24/2006 3:54:01 PM
This seems to be a nationwide problem for Nero users, I've checked on line
with other sufferers; the solution to the problem does never seem to be an
easyone?
Up until a few days ago I was happily and reguarly creating music data bases
(mp3 saved as data onto dvd discs and burning films ont... more >>
Best sites for source code examples?
Posted by smerf at 9/24/2006 3:52:50 PM
What are the best sites for code examples for beginners and advanced
programmers?
... more >>
Remoting and concurrent socket connections
Posted by Thomas_Ren=E9_Sidor at 9/24/2006 9:31:36 AM
Hello
Having been trying to find the root of this problem for several days I
now hope that you can help me.
I'm implementing a distributed file system - consisting of, at the
moment, a testing client (C), a http-server (H) and a file server (F) -
with the following setup:
H acts as an ex... more >>
try again in C# exception handling
Posted by Adil Akram at 9/24/2006 3:01:01 AM
I'm new to C#. Please answer my following questions about c# exception
handling.
What happens and how an exception handled if it occurs in "catch" block
while already processing another exception.
In an exception "catch" block I am showing a dialog box to user with option
of "try again"... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Threadpool and Sockets
Posted by Richard at 9/24/2006 12:00:00 AM
Hi All,
I don't know in which group my question needs to be posted so here i go:
I know that the socket 'begin...' methods uses the threadpool to call the
callback function but does that mean that the sockets can't handle more than
25 concurrent 'begin...' methods that complete since the t... more >>
|