| Thread | Last Post | Replies |
|
| ThreadPool VS Thread | 28 Feb 2007 23:12 GMT | 7 |
Hi. I'm writing a Client/Multi-threaded Server program on Windows Vista. It worked fine on Windows Vista, but when the server ran on Windows XP, I/O operation has been aborted because of either a thread exit or an
|
| Windows XP Home Setup Disc? | 28 Feb 2007 22:39 GMT | 2 |
Where can I aquire one of these? I live in England and my computer will not start due to a STOP 0x24 error so I need one to boot the computer. Anyway, will the computer superstore sell these? (The store is called Currys)
|
| Casting unknown type | 28 Feb 2007 12:53 GMT | 3 |
How do I cast a type that can be a number of different calling pages in asp.net. _Default is used in the example but it could be another page type. Example : _Default myPage = (_Default)this.Page;
|
| How to remove event handler | 28 Feb 2007 08:08 GMT | 8 |
I'm working in WPF and c# and am adding an event handler to an object like this: this.tgt.SizeChanged += new SizeChangedEventHandler(OnTargetSizeChanged); Later I kill the instance of tgt like this:
|
| Whats the best way to kill an object? | 28 Feb 2007 08:07 GMT | 2 |
I'm writing a WPF app in c# and want to know the best way to get rid of an object. this is how its created someclass obj = new someclass(); void CreatObjects()
|
| whimsical versioning system in .NET? | 28 Feb 2007 07:36 GMT | 4 |
Could someone please educate me about the versioning system in .NET. Correct me if i'm wrong , the version is composed of 4 Int32 numbers : major.minor.build.revision. And if i do this [assembly: AssemblyVersion("1.0.*")] :
|
| Streets and Trips Compatibility with MS XP Media Center OS | 28 Feb 2007 07:27 GMT | 1 |
Will MS Streets and Trips 2007 work with MS XP Media Center OS? Thanks, LCP
 Signature LCP
|
| HELP | 28 Feb 2007 07:27 GMT | 1 |
I do not know what a hotfix is, can anyone explain it to me in lamence terms? Thanks
|
| File printing | 28 Feb 2007 07:26 GMT | 1 |
Computers at work were recently upgraded. Now every time we try to print a document it opens the print wizard. It used to just print them with one click now it takes several and more time. If anyone has a solution would be much appreciated.
|
| Opening MS-Word documents in MS WORKS 8 | 27 Feb 2007 23:40 GMT | 1 |
I plan to upload an MS-Word document to an Oracle portal web site. Will the end users be able to open that document from the portal if they have only MS WORKS 8 on their system. I understand that MS WORKS 8 is compatible with different MS file formats, but does it also ...
|
| please help!!!! windows xp media center problem! eek! | 27 Feb 2007 23:39 GMT | 1 |
Everytime i try to play a DVD in media center, the following error message appears: Decoder Error The video decoder has either malfuntioned or is not installed. Please
|
| SerialPort: DataReceived thread ... | 27 Feb 2007 21:45 GMT | 3 |
What thread does the DataReceived event run on? I'm preparing a design that uses the DataReceived event to stimulate a protocol state machine (PSM). The ambition is to have the serial process happen in the background, and when
|
| How identify object by Interface type | 27 Feb 2007 20:21 GMT | 3 |
I'm writing a .net3.0 WPF app in c# and want to determin if an object implements a certain interface something like this: UIElement elem = GetObjectClicked(e.source as DependancyObject) if(elem.type==ISelectable)
|
| IE6, Windows 2000 | 27 Feb 2007 20:20 GMT | 1 |
...
> Page content overlaps, text is too big or too small and page too wide. This is in Internet Explorer pages only, No problem in Netscape, Firefox,etc. This is something I most likely screwed up myself but don't know how to
|
| autocomplete textbox like google | 27 Feb 2007 17:06 GMT | 1 |
It's urgent... i want to add autocomplete textbox facility in my application like google. as you type it suggests option to the user..i want the same kind of facility...i know i can do only with ajax(xml and javascript)
|