| Thread | Last Post | Replies |
|
| notifyicon - blinking\highlighted\animated | 06 Feb 2007 14:56 GMT | 3 |
I have app that adds notifyicon to systemtray. I want to highlight the notifyicon. Can anyone help me with that or show me a link? TIA,
|
| How do I catch a copy from another network node | 06 Feb 2007 14:56 GMT | 2 |
I use System.IO.File.Copy(exeFileServer,exeFileLocal); and this exeFileServer is located on another computer node in the network I want to catch the error by using try...catch if this node is not accessible for some reason.
|
| Regular Expression: matching an empty string | 06 Feb 2007 14:22 GMT | 6 |
Thought this would be simple! If I want to validate a field that can contain "z" followed by 3 digits OR it's a completely empty string, how do I do that? The z123 bit is simple, but the empty string is giving me problems! e.g. ^[zZ]\d{3}$|
|
| Make my own class? Or just use an array? | 06 Feb 2007 14:05 GMT | 4 |
I'm a bit confused hopefuly someone can help. I have a text file which stores names and an associated number. Each line in the text file represents one person, and a semicolon ' ; ' seperates person from associated number.
|
| Unmanaged dll interop problem. | 06 Feb 2007 14:02 GMT | 1 |
I have a logger.dll (unmanaged c++ dll compiled in vs2005). I have a C# interop to use that dll in managed code implemented in Interfaces.dll (used by other C# dlls). I also have a number of other C# dlls referencing Interfaces.dll and
|
| Controls which resize themselves ! | 06 Feb 2007 13:56 GMT | 1 |
I use Visual Studio .NET 2005 SP1 (+ Updates for Vista) on Windows Vista. I have a strange problem in a WinForm application. In a UserControl, which inherit another UserControl (simply contains a SplitterPanel), I've added controls (most of them are TextBox with the
|
| update dbase (dbf) tables | 06 Feb 2007 13:39 GMT | 4 |
Can someone show me or point me to a place where I can find out how to update dbase(dbf) tables. Thanks RObert
|
| binding to checkboxlist and checking values on load.. | 06 Feb 2007 13:38 GMT | 1 |
i can bind the data okay, but i cant figure out how to set the item to be "Checked", based on my table field which returns boolean value (true/false) any help appreciated? thanks,
|
| Ajax controls not working in my C# deeloped web app | 06 Feb 2007 11:22 GMT | 2 |
I just downloaded the latest ajax extentions, the controll toolkit and the Jan CTP versions. Now I get a lot of errors in my project/soltution. I cannot add any ajax controls, like scriptmanaget. I get the error "Cannot
|
| How to Bind ComboBox in Grid to some other table? | 06 Feb 2007 10:30 GMT | 1 |
I am developing a Windows Form based application in C# 2005. I have placed a Grid control on the Form and using MS SQL server 2000 at back end. Now the Grid is showing different columns from a table Table1. There is a column in the grid named "Sender Name". A combobox is embeded ...
|
| C++ managed wrapper for static C library | 06 Feb 2007 10:06 GMT | 3 |
I have a statically-linked C library (.lib) that I need to be able to access from C#. I understand that the best way to do this is to code a C++ managed wrapper. How do I create this wrapper? One of the functions in this library is
|
| can the joystick send events to a C# app??? | 06 Feb 2007 09:50 GMT | 2 |
All example codes I found with DirectX or XNA access the joystick by pulling... ?? is there anybody who has been able to use the joystick with events (with C#)?? Is it possible? If it is not possible, I only want to know it. In that way I would tell it
|
| All Controls On Form Without Using Recursion | 06 Feb 2007 09:40 GMT | 13 |
Is it possible to get all controls and all of their children on a Windows form without using recursive methods ?
|
| ANN: Protect your C# code from mistakes, corruption and know what has changed etc | 06 Feb 2007 09:34 GMT | 3 |
AJC Active Backup is a very useful tool to have while editing your C# code and other files. It instantly archives any file that has changed into a very compact archive which allows you to compare against, and get back to, any version of the
|
| ConfigurationErrorsExecption was unhandled. | 06 Feb 2007 09:01 GMT | 4 |
I am new to the Microsoft .Net and hope that someone can help me on my problem. I have my C# program compiled but when I run it, one of the Microsoft Enterprise Library - Jan 2006 throw an exception handle by
|