| Thread | Last Post | Replies |
|
| .NET 2.0 windows form with permission errors | 20 Sep 2006 19:40 GMT | 3 |
I have a windows form that run perfectly and has been running fine since it was published in March. Now, all of a sudden, something on one machine has changed. It will still run as long as you are logged in as an admin. Other users get error Event ID:5000,
|
| Finding out how the machine last rebooted and when. | 20 Sep 2006 19:21 GMT | 3 |
How can I find out when the machine last rebooted and where it was a system crash or an regular reboot. This would be on XP. TIA - Jeff.
|
| Strong Name Verification Failed | 20 Sep 2006 18:44 GMT | 13 |
I have a small console app that started out in dotnet 1.1 in VS 2003. That version can be copied to a W2K3 server where it runs fine. I set up a new project in VS 2005 and copied the code files from 2003 to 2005 where they compile and run, no problem. When I copy the two files (exe
|
| Ado.net | 20 Sep 2006 18:39 GMT | 4 |
i was uing VS2003 and now i turn to 2005 ifound some Diff to use ado to get inf from DB iwant some one to give me a site or e-book or link to some thing i can read about ado.net in 2005 v thank you
|
| horizontal scrollbar for ListView component in my WinForm | 20 Sep 2006 17:55 GMT | 1 |
I am having a ListView component in my WinForm, when i add some images into it, it gives me a vertical scroll bar. What i want is, the horizontal scrollbar instead of vertical. Is there any way to hide the vertical scrollbars and display horizontal
|
| Any ideas on this? | 20 Sep 2006 17:26 GMT | 7 |
Hey guys I have a app that runs fine on my deve machine, in debug oe or straight from my installer. Stick it on another machine, similar spec and when i close a child form it
|
| Binat Serialization With Headers | 20 Sep 2006 17:22 GMT | 2 |
I'm trying to serialize an object across a tcp connection. I have the foundation all set and now I'm trying to accomodate objects that might be bigger than the receive buffer. So I figured I'd just use the serialization header to hold some info about the size of the object and ...
|
| About TransactionScope | 20 Sep 2006 17:20 GMT | 3 |
Hi to all folks, i am trying to understand the use of System.Transactions in general and TransactionScope particularly. What am i allowed to do in a using statement that wraps a TransactionScope
|
| Error when running C#2003 ASP.NET app | 20 Sep 2006 17:10 GMT | 3 |
I'm receiving this error when trying to run a C#2003 ASP.NEt application. The error is the following: Error while trying to run project: Unable to start debugging on the web server. You do not have permissions to debug the server. Verify that you are a member of the 'Debugger Users' ...
|
| Group parsing not working as expected, can you suggest a fix? | 20 Sep 2006 17:05 GMT | 1 |
I have a simple parsing regular expression that is expecting data and a delimiter. Axy where A is the data and xy is the delimiter When the delimiter is xy it works as expected. But, when I add one more char 'z' to the delimiter data it stops working.
|
| Set forcus for control in a form | 20 Sep 2006 17:02 GMT | 1 |
I have a Form.control, a textbox in a form. Initially, the control has forcus. However, after user click this control, I need to insert something into the textbox, which caused the losing forcus of control, and obtaining forcus for the textbox.
|
| How to detect which control in a form got forcus | 20 Sep 2006 16:40 GMT | 1 |
There are several controls in my form. How to detect currently which control has the forcus and set the forcus to a certain control? Thanks,
|
| c# drag and drop | 20 Sep 2006 15:29 GMT | 1 |
hi, I'm writing an application like windows explorer and I want to know how to implement that kind of "file shadow" that appears when you drag items in a listview. I read that I have to implement the IDropTarget and IDropSource interfaces and the GiveFeedback event of the listview
|
| C# and OLEDB issue | 20 Sep 2006 15:28 GMT | 4 |
I am using OLEDB to access Excel, and what I have read you can access Named Ranges but I am having trouble doing so. The following are lines of code I've tried in my C# program to access Named ranges but don't work. Is the something else I need to do?
|
| .Net error | 20 Sep 2006 15:25 GMT | 2 |
i wrote an application using VS-2006 in .Net 2.0. The application is TCP server. When installing the application on win-2000 that does not have sp4 the application crush when it receive an input. When it crush a window with the message ".Net runtime 2.0 Error reporting" appears.
|