| Thread | Last Post | Replies |
|
| Embedded XSD files with includes | 15 Jun 2006 15:20 GMT | 1 |
(.NET 2.0) I want to embed the XML schema files into my DLL. However, this schema is "split" in several files, i.e., they use xs:include. Note that the include is relative and contains only the name of the file, i.e., the fragments are
|
| Activator.CreateInstance and .NET 1.1 SP1 causes exception | 15 Jun 2006 15:15 GMT | 1 |
I have a problem that does not happen without .NET 1.1 however it does happen on machines that have .NET 1.1 SP1 installed. Createinstance attempts to create an instance of ICEBOX.dll which references usbComm.dll. Has anyone encountered this before?
|
| Best way to get ctl and alt keys in Panel | 15 Jun 2006 14:57 GMT | 2 |
I'm trying to gracefully intercept Control and Alt keys for mouse events within a Panel. I realize that keyboard is not normally relevant there, but in this case, I need to get Ctrl-LeftMouseButton, etc.
|
| AntiAliased Form | 15 Jun 2006 14:37 GMT | 2 |
i had made a borderless and shaped window using this code public Form1() { this.FormBorderStyle=FormBorderStyle.None;
|
| C# and Excel | 15 Jun 2006 14:17 GMT | 2 |
I have a C# program in which i need to read the data from the excel file which is in network folder. The openign the excel file and reading the data everything works fine with Excel class and other objects. Only thing is there way to notify my application if the Excel files get
|
| checking for paticular value | 15 Jun 2006 14:13 GMT | 2 |
i have string of first 5 numbers not necessary of length 5 eg: "1235" or "3421" or "12345" now i want to check wether 3 is present in string or not or 5 is present in given string or not
|
| Updating UI of another form | 15 Jun 2006 14:11 GMT | 2 |
as you can see from the level of my question, i am pretty new to c# and programming in general. situation: i would like to update the UI of a form (main form of my application) from a second form (which was called from the first).
|
| Programmatically runnung an application on windows startup | 15 Jun 2006 13:14 GMT | 3 |
How can I programmatically start a windows application when windows loads. Can I get the code to do that, I'd rather do it with code than with the setup & deployment wizard. I'd also like to be able to set it up from the windows enviroment
|
| How to get a part of a string using reg exp | 15 Jun 2006 13:13 GMT | 8 |
I need to get 00021 in "00sddsd00021dsd" and then increment it to become "00sddsd00022dsd". Is there a way?
 Signature Mike
|
| RTF to TEXT | 15 Jun 2006 12:26 GMT | 3 |
Hi all I'm doing a conversion and I need to convert an RTF field to TXT . ie the input field ( read from a SQL table ) using a DataReader is in RTF fomat - the output to another system needs to be in Text format - is
|
| Regular Expression Help | 15 Jun 2006 12:02 GMT | 3 |
i'm looking to find a way (using RegEx) to take the following text break it into 3 parts: <table><tr><td>#Content#</td></tr></table> which will give me an collection/list with 3 elements:
|
| create and wait for multiple processes | 15 Jun 2006 11:02 GMT | 4 |
I know how to create a new process using System.Diagnostics.Process and wait for the process to end using WaitForExit(). How do I wait for multiple processes? Is there an equivalent to WaitForMultipleObjects under .NET?
|
| Snaplines - distance from form borders | 15 Jun 2006 09:53 GMT | 3 |
Is it possible to change the distance from the form's border the form designer suggests when you use snaplines? I think it should be smaller.
|
| Cant get the pointers to work in c# | 15 Jun 2006 08:39 GMT | 1 |
I have been trying to get the pointers to work in c#, i was told that you have to set Allow unsafe code in your application properties and that should do the trick, but it still dosent work, i keep getting Pointers and fixed size buffers may only be used in an unsafe context. Any ...
|
| C# String Trim() Error! | 15 Jun 2006 08:10 GMT | 5 |
C# Annoying string function or Am I doing Something wrong? In VB6/VB.NET I can code like: value = value.trim() and it just work!
|