| Thread | Last Post | Replies |
|
| For and for each ? | 19 May 2008 11:25 GMT | 3 |
What’s the difference between for and for each loop? Example plz...
|
| Is there any difference between Sliding-time expiry and Absolute time expiry? | 19 May 2008 09:56 GMT | 2 |
|
| Method returning multiple values? | 19 May 2008 09:35 GMT | 2 |
Can we write a method which returns multiple values?
|
| .Net question | 19 May 2008 05:44 GMT | 14 |
I was talking with my colleague, the .Net 2008 coming after the .Net2005. We are thinking if the .Net will go on for a long period of time, says like .Net 2099. Is it possible?
|
| Check if thread is waiting for input or frozen | 19 May 2008 01:29 GMT | 4 |
Is it possible to have thread that will check if another thread is waiting for User input or frozen? thanks, Gidi.
|
| An objects Identifier | 18 May 2008 21:27 GMT | 5 |
Is there a way for an object to know the identifier which has called it MyClass myClassObjectId = new MyClass(); how can I get the name of the identifier "myClassObjectId" which is calling the object from within the object itself. ??
|
| DeviceIoControl in C# | 18 May 2008 18:21 GMT | 4 |
Does any know any sample of how to do a basic DeviceIoControl with something like IOCTL_BATTERY_GETSYSTEMPOWERSTATUSEX2 in C# I have been stuck all week :( and google doesnt yield anything of use.
|
| DirectoryInfo question | 18 May 2008 17:56 GMT | 3 |
I got an object of DirectoryInfo and I would like to know how can I get the names of all child directories of this folder? Thank you!
|
| [rdlc reporting] problems with unicode chars in pdf | 18 May 2008 16:49 GMT | 2 |
I have made few reports in rdlc technology. They look and print fine, but if I export any report to pdf file I have some problems with polish specific chars: a. if I open pdf in Acrobat Reader I can't find (ctrl-f) phrases that
|
| clear isolated storage | 18 May 2008 15:38 GMT | 2 |
WinForms MDI application stores user preferences (form position, sizes, query params etc) in isolated storage. I want to offer user menu selection "Restore defaults" which deletes all those items so default settings are applied.
|
| Serialization between two different applications. | 18 May 2008 11:16 GMT | 3 |
There are a server and a client, and I need to exchange "Message" objects between them. The class Message included in both applications has the exact signature (namespace, all fields, methods, etc. In fact, I copied the same file into both projects) But serialzing from one
|
| Query data (SELECT * FROM table) from XML File | 18 May 2008 08:38 GMT | 9 |
On SQL Server tables I use SqlDataReader to query data like "SELECT * FROM table". Is there something similar for XML Files ? I want to use SQL Syntax like "SELECT * FROM table" on
|
| Typed Dataset and Table Adaptor | 17 May 2008 18:15 GMT | 1 |
Hi - I'm working in VS2008, C. I created a New Data Source via wizard and added a customized Select Query to the TableAdapter.
|
| Dotnet 2.0 | 17 May 2008 17:00 GMT | 3 |
I have a .net application that needs to upload/download file to/from remote site. I suppose that on a remote site I could publish asp .net page which would contain upload download control. What class, on the application side, would I need to invoke upload/download functionality?
|
| hook virtual print driver | 17 May 2008 13:57 GMT | 1 |
Hi groups, I would like to hook print driver for manage the file that the MS windows'user want to print. I don't want to manage EMF file that the print spooler generate..
|