| Thread | Last Post | Replies |
|
| How to find file versions using C# | 27 Mar 2006 17:28 GMT | 4 |
How to find the File Versions using C#. I am using .NET1.1, WIN2K Professional. Thanks in advance... regards
|
| DataSet & DataView | 27 Mar 2006 16:59 GMT | 1 |
I am using the DataSet & DataView to display the file name in specify directory e.g: 112005.html , 022006.html, 052005.html i can create a datatable by fileinfo and insert all file name which is
|
| Default icon for window | 27 Mar 2006 16:55 GMT | 1 |
Is there a way to change the default icon for a window to be the application icon? It's just that if you create a new window you have to remember to go in and set the icon where it would be nice if it defaulted to the application icon.
|
| Notification area | 27 Mar 2006 16:46 GMT | 1 |
I have an external application running in the background. When it starts it, adds an icon to the notification area (system tray). The application monitors some things and show messages. The icon will start to blink if there is a new messages, so the user
|
| System.Convert.ToInt32 vs Int32.Parse | 27 Mar 2006 16:28 GMT | 1 |
Can anyone offer a comparison of System.Convert.ToInt32 vs Int32.Parse Thanks
|
| ArrayList.Synchronized lock both read and write/add, insert and remove ? Is sync needed even at race condition? | 27 Mar 2006 15:56 GMT | 1 |
What does ArrayList.Synchronized really do for an ArrayList? Is that equal to add lock(this) for all its public methods and properties? Not just for Add()/Insert()/Remvoe()/Count, but also for Item (this[])? Normally,do I need sync at all? Isn't that true without sync the program ...
|
| Outlook warning | 27 Mar 2006 15:43 GMT | 2 |
Im creating an application that will when a user emails the company's at helpdesk@companysname.com this application will get the email and then place it in SQL Server. Everything works fine but everytime the application runs in order for me to get the email Outlook generates a
|
| word documents; save to sql server; table design | 27 Mar 2006 15:37 GMT | 1 |
I have many Word documents and I want to insert them in sql server database. How to design the table so I want to search in Word documents for some phrases?
|
| printing html document | 27 Mar 2006 15:31 GMT | 1 |
I want to print contents of html page without user intervention . Can any one HELP ME ?
|
| 'Safe' int parsing | 27 Mar 2006 15:06 GMT | 2 |
I'm regularly having to turn a string into an int, for web applications. I'm wondering if there is a faster way of doing the following code: private int ParseInt(string s)
|
| Media Center 2005 as devlopment laptop? | 27 Mar 2006 14:30 GMT | 2 |
I am rebuilding one of my dev boxes and was thinking of loading media center in lieu of xp. Anyone foresee downsides to this? I mainly do asp.net, c# apps. tia
|
| How remove columns from ADO.NET DataTable? | 27 Mar 2006 14:05 GMT | 3 |
I have an ADO.NET DataTable with several columns. I would like to remove some columns. How can I do this. please?
|
| GAC assembly versioning policy QFE behavior | 27 Mar 2006 13:10 GMT | 2 |
I am trying to get QFE (Quick Fix Engineering) working with an assembly installed in the GAC. I have two books that claim if two different version of the assembly are installed in the GAC -AND- they vary only by revision number, then the default policy is to load the higher ...
|
| Web Service Consumption Issue | 27 Mar 2006 12:56 GMT | 5 |
I just whipped up an app to call Amazon.com's new S3 web service. I added a web reference using http://s3.amazonaws.com/doc/2006-03-01/AmazonS3.wsdl, but for some reason it didn't create a file Reference.cs. It did create Reference.map.
|
| Treeview Control - and saving it's nodes... | 27 Mar 2006 12:36 GMT | 1 |
I'm eagerly anticipating what you have to say on something that's stumped me over the weekend. I'm writing a small application which utilises a treeview control. I've figured out how to programatically add nodes to it, but everytime the program is exited the treeview
|