| Thread | Last Post | Replies |
|
| passing data with an eventhandler | 30 Dec 2005 09:16 GMT | 7 |
At runtime I generate 8 pictureboxes, when the user click on a picturebox I fire an onclick eventhandler. Because these pictureboxes are generate at runtime I do not have direct access to the their name property. I need to know the name of the picturebox that the user click on so ...
|
| sending a C# struct through sockets to a c++ client | 30 Dec 2005 08:44 GMT | 4 |
I am writing a server in C# and client in C++ (pure, not managed). The communication goes on through sockets. In C# I am using NetworkStream to send text data (by converting it to byte array) to the c++ client. In c++ client I have "recv" (winsock) function through which I receive ...
|
| Throwing exceptions created with reflection | 30 Dec 2005 08:38 GMT | 3 |
Does someone know whether it is a bad practice to create exception objects through reflection and throw them? I want to use this in order to dynamically convert from an integer errorCode to an exception (via a map errorCode -> typeof( Exception))?
|
| Simple question about complicated questions about Generics. | 30 Dec 2005 08:34 GMT | 12 |
Why do people spend so much time writing complex generic types? for fun? to learn? for use?
|
| MSHTML and MSXML in VB6 | 30 Dec 2005 08:09 GMT | 11 |
i need to parse html data that i've got from "Inet" object in vb6. now i want to prase the html data. here i got 2 options. one is MSXML and other is MSHTML. i tried both of them but i didnt get anything out of them. MSXML doesnt works with some keywords and consider some
|
| Figuring out what dlls another dll requires | 30 Dec 2005 05:47 GMT | 3 |
I have my auto update and auto update/ download new plugins system working. The only thing I'm missing now is the ability to "uninstall" plugins that are currently installed. Currently I'm shutting down my app and running a batch file behind the
|
| global generic list | 30 Dec 2005 01:44 GMT | 6 |
I have created a list<t> for my form that displays data in a listview. I wixh to edit the row with the help of another form and then update the list<t>. How do I declare a global list that I can use on various forms. Thanks
|
| Service that writes to the application Event Log | 30 Dec 2005 01:10 GMT | 4 |
Hello. I am writing a service that I would like to have write access to the Application event log. Since the service is running as a system account, it would appear that I do not have access. (Security Error). I am following the MSDN howto and it does not appear to have any
|
| Close connection problem | 30 Dec 2005 00:00 GMT | 5 |
Hello there people, I'm having some kind of problem. I have a function that returns a datareader. At some point using the application I get an error "Unspecified error" (ssssoooo helpful) :). I think I know the problem.
|
| Context.Items vs Context.Cache | 29 Dec 2005 23:56 GMT | 1 |
There doesn't seem to be much doc on Items vs Cache in HttpContext. Basically I want to instantiate a class at web application level so that all web pages can have access to it. The object would have the life span of the application itself.
|
| XML Mappers | 29 Dec 2005 23:44 GMT | 1 |
Are there any Open Source tools available for XML to XML mapping using XSL? I should convert one type of XML message to another type. One solution could be XML Mapping tool.
|
| Refersh parent form and pass new values | 29 Dec 2005 22:58 GMT | 3 |
I wish to refresh the parent form and pass the new values from child form. How can I do it? Thanks
|
| SQL Server does not exist or access denied | 29 Dec 2005 22:25 GMT | 4 |
I've been running a mobile app for ten months with no problem on three different servers. When I installed the new netframework 2.0 It stopped working on two servers that the new framework was installed on. The program still works on the one the framework was not installed on. I ...
|
| WebBrowser | 29 Dec 2005 22:01 GMT | 2 |
Screwed up on the last one. Why does the messagebox already appear? private void button1_Click(object sender, EventArgs e) {
|
| Is this a compiler bug? | 29 Dec 2005 21:58 GMT | 17 |
I have some weird compiler behaviour, so I'm hoping that one of the gurus here will be able to tell me whether or not it really is a compiler bug. In short, the compiler is saying that it cannot choose between two overloaded versions of a method when, IMHO, one overload is clearly ...
|