| Thread | Last Post | Replies |
|
| unsafe????????? | 18 Jun 2007 02:48 GMT | 2 |
private void button1_Click(object sender, EventArgs e) { unsafe {
|
| Removing whole Xmlnode | 17 Jun 2007 22:38 GMT | 1 |
How to remove whole Xmlnode so that outer tags are also removed ? To reproduce, run the code. Observed result: <Query>
|
| Profiling application | 17 Jun 2007 19:04 GMT | 2 |
My .NET 2 WinForms application is running a bit slow. I suspect that database calls will take too much time. How to find which methods take most of the time? I'm using Visual C# 2005 Express Edition.
|
| build article & News Manager | 17 Jun 2007 17:10 GMT | 3 |
I need help on how to build an article & news manager.
|
| visual studio 2005 std closes without any reason | 17 Jun 2007 14:59 GMT | 3 |
i got problem with vs 2005 std, and it is pissing me off. Im doing some job, for example i wanted to drag my own component into form, and second after that vs just closes without any info, nothing. i cant work with this sh.t, it closes once a few minutes. :((
|
| Using ODBC with C# 2005 Express Edition | 17 Jun 2007 14:30 GMT | 7 |
I have some paradox db's i need to connect to. I have figured out that i can do this using ODBC, however C# Express edition does not support this connectivity easily and must be done programmatically. I have a class to do this:
|
| Problem with delegates while sorting | 17 Jun 2007 13:08 GMT | 1 |
Hi guy In System.Collections.Generic.SortedDictionary one of the constructors takes an IComparer<T> as its argument.I'd like to sort my dictionary by its key.Im using
|
| XmlDocument, close and dispose | 17 Jun 2007 08:22 GMT | 4 |
Can someone settle an argument, please... Since the XmlDocument class has neither a .Close() method nor does it implement IDisposable, is there any point in even setting it to null...? E.g.
|
| using c++ developed dll in .net | 17 Jun 2007 06:29 GMT | 7 |
i wanted to know how can i use c++ developed in my c# code. I want to use crypto++ library in my c# code. Any pointer would be helpful. Regards, Y Iguchi
|
| FileUpload control unable to write to network drives | 17 Jun 2007 01:50 GMT | 1 |
I try to use ASP.Net 2.0 FileUpload control to upload files. The page is working fine when I upload files and save them into my local computer, but fails when the files are to be saved to a network drive. I believe this is permission issue, the account on my local computer does
|
| Network Analyzer | 17 Jun 2007 00:32 GMT | 11 |
I need to add a method to an existing application that will scan the local area network and return all MAC addresses. What is the easiest way to go about doing this? Thanks.
|
| controlling aspect ratio - same as Java on a form resize? (not im | 17 Jun 2007 00:26 GMT | 5 |
If I create a form in Java with controls like Panels, textboxes... when I stretch/shrink the form, all the controls can grow/shrink - along with the text contained in the textboxes. This is convenient for resizing a form for different screen resolutions.
|
| totaly stuck and need help to improve the GUI look of c# program | 17 Jun 2007 00:20 GMT | 11 |
Im using c# 2005 express edition Ive pretty much finished an winforms application and i need to significantly improve the visual appeal of the interface. Im totaly stuck on this and cant seem to work out how to start on a
|
| Shared methods over WCF? | 16 Jun 2007 23:31 GMT | 2 |
I was thinking about the methods in our "service" project (business tier). Is there any issue with implementing static (shared) methods over Windows Communication Foundation (WCF)? If not, I think we should consider making those methods shared. We don't maintain any state in ...
|
| Enable/Disable local active directory account from code? | 16 Jun 2007 23:13 GMT | 3 |
This MSDN article http://msdn2.microsoft.com/en-us/library/ms180913(vs.80).aspx and this codeproject article http://www.codeproject.com/useritems/everythingInAD.asp
|