Groups | Blog | Home


Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
all groups > c# > january 2008 > threads for tuesday january 1

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

ContextMenu of WindowsMedia Player
Posted by santel at 1/1/2008 8:38:36 PM
Hi, I used WindowsMediaPlayer control in C# forms. Instead of displaying the WMP's standard context menu, I would like to add my custom context menu. Can anyone please suggest...more >>


make entire exe private
Posted by Bob at 1/1/2008 6:23:23 PM
Hi, I have a very large project. I wasn't very careful in setting visibility and many classes are "public" that should be "internal". I would like to create a build of an exe in which nothing is exposed as public. In other words, end users can use the application but won't be able to use any...more >>

Start 'invisible' process
Posted by tcomer at 1/1/2008 6:13:42 PM
Is there any Process options that will allow a DOS application to execute without showing the cmd window? My application uses a small DOS application to retrieve a list of machines, but I don't want the window to pop up while this is happening, I want it to be an "invisible" process. Is there an...more >>

binary data in database
Posted by APINewbie at 1/1/2008 6:07:22 PM
Hello, Say I have a binary(8) column in my database, how would I manually enter data into the row? I know its something like 0x00000000000?? Is there a chart somewhere online that you guys know of? When I pull this data from the database to my web application, I will have to use the ...more >>

Pocket pc
Posted by Stefano Migliorelli at 1/1/2008 4:05:12 PM
Hello, I need to download some files from internet with my pocket pc, How can I do? Thanks ...more >>

LINQ Queries vs Stored Procs
Posted by Frank Calahan at 1/1/2008 1:36:40 PM
I've been looking at LINQ and it seems very nice to be able to make queries in code, but I use stored procs for efficiency. If LINQ to SQL only works with SQL Server and stored procs are more efficient, what use is LINQ to SQL, other than to have a simpler way to call my stored proc?...more >>

all threads : take a break!
Posted by Rainer Queck at 1/1/2008 12:19:21 PM
Hello NG, is there a good, easy and safe way to: - put all threads into a 'wait until I tell you to continue' - get feed back that all threads are now waiting < I now want to do some major data update > - tell all threads to continue with work Background: I am working on a multithreaded ap...more >>

Suspending a thread
Posted by Uzi at 1/1/2008 5:09:08 AM
Hi all, I have a thread which is running a long method in a third party component (witch is a com object and accessed via interop). I need to be able to suspend this thread. the thread.Suspend() method is deprecated in .NET 2.0 the AutoResetEvent and similar are not good for me since my threa...more >>



vshost
Posted by warth33@hotmail.com at 1/1/2008 2:54:21 AM
Hello Newbie in asp net here. I have been struggling with a problem for weeks, and after analyzing logs I found something new. The problem in short: I have a web app, not done in .net. It is apache/php stuff. A few php pages make call to stand alone apps developed in c#. The c# apps makes ...more >>

MSDN document is too simple -- sometimes
Posted by Ryan Liu at 1/1/2008 12:28:50 AM
I agree best way to learn is to try out myself. But for simple things, I hope document will be very clear and useful. Sometime I feel the MSDN document is too simple, so simple just as repeating name itself. For instance, OpenFileDialog Class document: "This class allows you to check wh...more >>


DevelopmentNow Blog