| Thread | Last Post | Replies |
|
| Source code counting | 31 Dec 2005 22:05 GMT | 3 |
Is there any way to count source code lines within a .NET 2005/2003 solution files? Thakns! Tom.
|
| deleting IE history using VB.Net | 31 Dec 2005 21:45 GMT | 2 |
is there an example of how one would go about selectively deleting items in IE's history based on URL names using VB.NET? i have checked every resource i know and come up short.
|
| Portable .NET | 31 Dec 2005 18:19 GMT | 1 |
How much of a transition is it to port a desktop .net smart client to a PDA?
|
| Conversion of VC++ ATL COM to .Net web service | 31 Dec 2005 18:08 GMT | 1 |
We have an ATL COM server developed with VC++ 6.0 which acts a a server . Then we have VB6 modules Acting as clients and interfacing with the server . We want to migrate the ATL COM server to .Net platform and host it as a web
|
| unmanaged arrays... how to? | 31 Dec 2005 15:51 GMT | 1 |
I need to use unmanaged arrays but I don't know how to use them. How do I initialize it? I've seen Marshal.AllocHGlobal(int). is it the right way of doing it? How do I write in it? do I have to use Marshal.WriteByte and write what I
|
| Internet Explorer exception with Embedded Control | 31 Dec 2005 05:04 GMT | 1 |
I'm not sure where to post this as it's about windows forms, web forms, socket communication and embedded objects. I am developing a smart client which is embedded in a webform. This client software communicates with a third party windows service over sockets.
|
| Urgent! Checking RAS connection status (dialup and VPN) | 31 Dec 2005 03:08 GMT | 1 |
How do you monitor the connection if it is still open or close for a dial up and internet RAS connection? I used both dialup and vpn RAS. The dialup is for modem connection and vpn ras is for remote internet connection. What methods to use and how to use them? I used RASDial ...
|
| Listview font color | 30 Dec 2005 22:48 GMT | 1 |
I have a listview to display data from a datareader, while theReader is lopping, how do I change the font color(for the whole row) depending on a value of a column? I'm trying to do something like this: (obviously it's not working...)
|
| Problem in Reading TEXT files using OLEDB | 30 Dec 2005 20:45 GMT | 1 |
I have got a strange problem. May I know any solution for this. Here is the detailed description about the problem We have got a mainframe system and also production and developmen server.
|
| Stupid Question: licenses to Visual Studio 2005 Professional Edition | 30 Dec 2005 19:48 GMT | 1 |
I was thinking about joining the MSFT Empower program which includes "5 licenses to Visual Studio 2005 Professional Edition". My question is how do I get the media to actually install the Visual Studo product? The Empower program comes with all sorts of licenses
|
| System.Timers.Timer | 30 Dec 2005 18:27 GMT | 2 |
All, I have a Windows Service and it has one System.Timers.Timer that fires every 500 milliseconds. Now I have noticed that there's a bug in System.Timers.Timer when it's being used combined with Windows Service.
|
| out-of-process possibilities | 30 Dec 2005 17:41 GMT | 1 |
My company uses a 3rd party ActiveX control that has presented us with a number of memory corruption issues The control is critical to our application and the provider of the control is very slow in fixing issues. To combat the problem we started hosting their control in an ...
|
| .NET Lookup Algorithm: Which is fastest? | 30 Dec 2005 16:44 GMT | 2 |
I have a list of DateTime objects stored in a collection: SortedList<DateTime,Object> MyDates=new SortedList<DateTime,Object>(); The dates, which can be accessed via MyDates.Keys, are stored in ascending order. What is the fastest way to find the MAXIMUM date within 'MyDates'
|
| .NET 2005, any thoughts ? | 30 Dec 2005 05:31 GMT | 3 |
I have switched from VC 6.0 to .NET 2003 about 6 months ago. I regret it every day since. It's uncomfortable, it breaks all habits from VC6.0 (Class Wizard, I will miss you forever).
|
| Document identification | 30 Dec 2005 05:16 GMT | 2 |
Hello to you all In my .Net application, I want to import document images (Tiff images), having same format, in a batch, For e.g. I have a document folder containing mixed images like 'Participant
|