| Thread | Last Post | Replies |
|
| How to disable validation on a datagrid | 23 Jul 2007 17:30 GMT | 1 |
I'd like to disable the validation on a datagrid, in order to validate only when the user click the OK button. How can I do this?
|
| C DLL to C# (types exporting) | 23 Jul 2007 16:50 GMT | 7 |
I've got a DLL written in C convention. There're a few of enum types that I would like to make available to C#. Is there any easy way of doing this (exporting, etc.), or do I have to redefine all custom types in C# (especially enumerations)? Normally, I go over these problems by
|
| very stupid listview icon problem! | 23 Jul 2007 16:48 GMT | 2 |
I have a listview on a form, the View is set to Tile. I also have an image list tied to the *smallImageList property, i have one image in the image list, its a png : 32X32 When i do this, i dont see an icon and the SubItem text!
|
| datagridview events order | 23 Jul 2007 16:34 GMT | 1 |
I need to know all events that can be generated in a datagridview. In particularly I'd like to find a list describing the dependencies of each event. In Exemple: first there is a rowValidating, second a rowValidated and
|
| Invalid page fault | 23 Jul 2007 16:29 GMT | 1 |
I am getting the error"Invalid page fault". I cannot reproduce the error while in VS, so I don't know what to look for. Any suggestions? Many thanks,
|
| .NET Binary Remoting | 23 Jul 2007 16:12 GMT | 1 |
I am interested in deploying .NET binary remoting in a few applications, and I have learned how to do remoting via interfaces so that I don't have to share the actual class code with the client (although the interface definition has to remain in a shared DLL). Now I am trying to ...
|
| how to validate QueryString? | 23 Jul 2007 16:06 GMT | 2 |
I have an ID which I pass from the QueryString["id"]. The id is integer only and I want before performing any action to validate if the Id is valid integet.
|
| Reading TCP data stream and finding an End of line | 23 Jul 2007 15:41 GMT | 2 |
This may be more theory than code, I am currently using a 3rd party TCP client socket tool to read in data from a connection. The tool supports and End of Line(EOL) character. The problem is that the data that is coming in does not
|
| assembly: AssemblyKeyFile not supported in VS2005? | 23 Jul 2007 15:26 GMT | 4 |
When using property assembly: AssemblyKeyFile in Visual Studio 2005, I find that it is not supported and we need to using Project --> Properties --> Signing Tab to specify the sign key. Is that correct? thanks in advance,
|
| Website that will allow a user to restart a service on another computer. | 23 Jul 2007 15:05 GMT | 3 |
I have a website that does all kinds of maint. functions for our systems. One of the things I'd like to do is be able to restart a service that's on another computer. Can somebody point me in the right direction to do that? I think there may be issues of user privileges.
|
| I have 2 solutions that I would like to consolidate into one | 23 Jul 2007 12:40 GMT | 7 |
Hi, I'm using vs2005, .net 2 for windows application. I have 2 solutions that I would like to consolidate into and have just one installation .msi for them, is this possible? So I just just copy and move one of the solution's project file into the other one and create ...
|
| Event handler probs. | 23 Jul 2007 11:58 GMT | 4 |
I've not much experience of C#, so maybe someone can help me with this little problem? I've discovered that an event handler seems to be able to call methods in its own class, but not in other classes even if they are 'in scope'
|
| Display enum in ComboBox with spaces | 23 Jul 2007 11:45 GMT | 7 |
I have an enum, example: enum MyEnum { My_Value_1,
|
| Multiple IPs | 23 Jul 2007 11:27 GMT | 25 |
Our server has 8 IPs with 121.232.21.1 as default (example). I wrote a windows service that downloads podcasts (mp3s) off the net. However every time this service runs it clogs down the entire server, even though its not that bandwidth intensive. (30kps on a 100Mbps line)
|
| String in the exe file. | 23 Jul 2007 10:49 GMT | 4 |
I have some special strings in c# code, and I complier it to exe file. I opened the exe file by a UltraEdit, I can't find the string I define in code. Does that mean other people can't find the string as well?
|