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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
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 >>
|