| Thread | Last Post | Replies |
|
| fill an array | 11 Oct 2006 18:00 GMT | 4 |
I have a .net question, I have a textbox (multine = true) with data beneath each other: 4 0
|
| array vullen met text of listbox | 11 Oct 2006 17:59 GMT | 1 |
Ik heb een .net vraagje, IK heb een textbox (multine = true) met data in die onder elkaar staat: 4 0
|
| Excel problem: Cant hide column. | 11 Oct 2006 16:35 GMT | 1 |
Hello experts, I am currently opening an excel file from a VB.net application. The excel spreadsheet gets all its data from a Dataset. I need to hide a column form the results.
|
| Consuming class build using CodeDom | 11 Oct 2006 15:42 GMT | 2 |
I want the assembly that builds a class using CodeDom to also consume it (or, more correctly, for a referenced assembly to consume it). Is there any way to do this without using late binding? Thx
|
| Global Error Handler | 11 Oct 2006 13:06 GMT | 3 |
I have two questions. 1. Is there a way to set a handler to .NET application so that in case of not caught exception my handler is called before application shutdown. I want to send an email from this handler with details of error.
|
| Change file comments | 11 Oct 2006 08:41 GMT | 4 |
I've been asked to develop an application which, on some certain stage during its execution, must take some text files on disk and change their "comments" property, which is easily accessed from windows explorer, just by clicking properties and writing them down, so I assume ...
|
| Get All Running Process | 11 Oct 2006 06:46 GMT | 1 |
I'm trying to use system.diagnostic to see what all the process on my PC are. I use the Process method which works fine. But does any one know how to use this method to continually monitor for new process to see if more have been started or others stopped other than call the
|
| checking free space on hardisk... | 10 Oct 2006 21:14 GMT | 1 |
I want to check the hard disk space on c drive and raise an alra or email notification if the free space goes below a permissible level. How can I do this? Can I use performance counter or WMI or Win 32 api?? PLease assist. Shall I implement this is as a windows service or in my ...
|
| Catching Windows events | 10 Oct 2006 18:49 GMT | 3 |
I'm writing application, that will check user logon type on Windows XP. There is only one problem - on this station Security log is not logging success or failed events, so i must catch it "in the air", Can anyone give me any advice how to do this?
|
| mousewheel events | 10 Oct 2006 18:16 GMT | 1 |
I've got a custom control which I've overriden the OnMouseWheel event and made it scroll. Simple enough. This control has a series of child controls which I'd like it to pass on the MouseWheel events to if the mouse if over the control (assuming i need to do
|
| finetuning .NET 2.0 tracing | 10 Oct 2006 16:08 GMT | 2 |
I am using .NET 2.0 tracing to log messages within my application and app.config (<System.Diagnostics>) to configure it. I would like to be able to configure tracing in a finer grained manner than it is currently possibile out of the box. Especially I would like
|
| WHERE and WHEN the SerialPort been closed ? | 10 Oct 2006 15:53 GMT | 6 |
Hi, all I'm newbie in .net. I use SerialPort to control Hardware. below is my test code: ===========================
|
| XP restore \ Lost outlook data | 10 Oct 2006 15:34 GMT | 2 |
Hi all ..i had to restore my xp machine..once i had done so i lost all my shortcuts on the desktop and my data with outlook \ emails and address book is there anyway i can get my data back for the emails..because i have manged to sort the shortcuts out.
|
| Casting problem : COMImport interfaces in different assemblies | 10 Oct 2006 11:36 GMT | 3 |
A class in assembly A implements a COM interface as follows : [ComImport, Guid("CEF04FDF-FE72-11d2-87A5-00C04F6837CF"), InterfaceType(ComInterfaceType.InterfaceIsIUnknown)] internal interface IMyInterface
|
| making .NET 2.0 tracefiles readable/parsable | 10 Oct 2006 10:25 GMT | 3 |
I have two questions regarding parsing and reading tracefiles: 1. Is there a tool that can read logfiles that were generated by the .NET 2.0 tracing and presents the data in a human readable form? Preferably with some searching, sorting and filtering options?
|