| Thread | Last Post | Replies |
|
| Copy Protection / Trialware Software that works with .NET | 08 Jan 2006 15:36 GMT | 10 |
Does anyone know any really good products?
|
| read config setting for ASP.Net (Compilation tag) | 08 Jan 2006 06:52 GMT | 1 |
I am using VSNet 2003 and I am trying to programmatically detect if debug attribute in the compilation tag is true or false. How can I do this ? Thanks, Jazz
|
| Connectiing to WebService problem | 08 Jan 2006 06:42 GMT | 2 |
My VB.Net (1.1) application connects to ASP.Net (1.1) WebService that resides on ISP Server. My client successfully runs this application from 4 out of their 5 PCs. On that one PC I receive the following error whenever I call a
|
| MSI-Reading PROPERY table using .net | 07 Jan 2006 21:36 GMT | 1 |
How to read and update property values of msi PROPERTY TABLE using .net exe
 Signature Regards Jaisabari
|
| MemCpy revisited (in Unsafe code) | 07 Jan 2006 21:34 GMT | 1 |
Buffer.BlockCopy() and Array.Copy() seem do be fine for Arrays, but what to do about copying memory in unsafe code? The goal is simple, I just want to scroll the content of an Image vertically for some lines.. (using the CompactFramework, but seems to be of general
|
| Load Assembly Type.GetType("Class,Assembly") | 07 Jan 2006 18:32 GMT | 4 |
How Can i load an assembly located in the bin folder of an asp.net application using the Type, ie.e Type type=Type.GetType("Namespace.class,assembly"), i used the previous command and it it returns null, is there any clues for what i'm missing.
|
| How to find dataset has values | 07 Jan 2006 17:32 GMT | 3 |
In ASP.Net , i'm using a dataset. I want to find whether it has any values or not. How to do that? Thanks in advance. Regards,
|
| ArrayList.Sort() change in v2.0? | 07 Jan 2006 17:11 GMT | 6 |
The implementation of the Sort() method on a System.Collections.ArrayList object seems to have changed in v2.0. In particular, attempting to sort partially sorted data is very slow. Maybe using QuickSort on already sorted data will result in worst case performance, but v1.1 ...
|
| Getting sttaus of RAs connection not working | 07 Jan 2006 08:04 GMT | 1 |
Is there someone who can tell me why the RASGetConnectStatus() is not functioning and how to fixed this? I like to get status of ras in order to maintain the connection until explicitly close by user. Also, the RasHangUp() also not working properly. Thanks in Advance.
|
| VS 2005 Designer problem | 07 Jan 2006 06:34 GMT | 1 |
I am using C# (Visual Studio 2005) and have noticed a problem when trying to open a form in desing view. If there is any error or warning on that form, designer will not open it but report an error. This is quite annoying.
|
| Public Event Handlers | 07 Jan 2006 03:24 GMT | 1 |
Is it considered bad style to make event handlers public? Something like this: public void Send(object sender, SomeEventArgs e) {
|
| dom and <link> tag funness | 07 Jan 2006 02:08 GMT | 2 |
i'm writing a small program that traverses a webpage once it's loade in the browser and alters parts of it. however using the dom facilitie i'm unable to get past <link> or <style> tags. the .childnodes propert doesn't report any nodes past here. this is a problem as i really wan
|
| Strange behavior with dynamic code compilation and VS.NET debuggin | 06 Jan 2006 18:33 GMT | 6 |
When I run the following code I would suspect a null reference exception to be thrown: param1 = null; int x = param1.Length;
|
| Moving files from a folder to another (Newbie-please help) | 06 Jan 2006 17:45 GMT | 2 |
I have a folder, say C:\ORIGIN, and another folder, say C:\DESTINATION. I would like that any file which appears on C:\ORIGIN after a given date, for instance after 07/12/2006, wil be moved immediately (or within a few seconds) in into C:\DESTINATION.
|
| is Window control in C# is Framework Dependent | 06 Jan 2006 16:32 GMT | 2 |
I want to develop a application in C#.net but it should not be framework dependent.Now is Window controll created in c#.net is framework independent or not. OR
|