| Thread | Last Post | Replies |
|
| RSS feed questions | 12 Jul 2007 14:50 GMT | 1 |
I work for a classified-type site and am planning on having an RSS feed for each category. I understand the basics of RSS, but I can't decide how often to update each RSS feed. Each category will probably have several new listings every hour.
|
| VB to C# | 12 Jul 2007 14:29 GMT | 5 |
Could someone convert this VB code to C#: WithEvents myExp As Exp thank you
|
| How to access a property by its name | 12 Jul 2007 14:28 GMT | 6 |
Hi NG, how can I read/write a objects property, by just knowing ist Name as a string? Is there something like : myObject.GetPropertyByName("aName");
|
| secure remoting on the Mono | 12 Jul 2007 12:30 GMT | 1 |
Does anybody know whether secure remoting through tcp channel works OK on the Mono? Thanks for any answer.
|
| COM Interops on MTA's... | 12 Jul 2007 11:40 GMT | 6 |
I'm trying to use the SQLXML BulkLoad COM object from a .net multithreaded application... I'm currently getting an error when I try to use this object saying: System.InvalidCastException: Unable to cast COM object of type
|
| Hiding a row in a PropertyGrid | 12 Jul 2007 10:56 GMT | 3 |
Is it possible to hide a row within a PropertyGrid based upon the boolean value of another row within the PropertyGrid? I am using VS2005 with .NET Frameworks 2.0.
|
| FileSystemWatcher monitor newly created file | 12 Jul 2007 10:30 GMT | 4 |
I'm working with the FileSystemWatcher which has a Created event. But this event is raised as soon as the new file begins to be written on disk. What I want is a notification after a file being entirely written. Is there anyway to achieve this?
|
| My C# exe file can't work on other computer. | 12 Jul 2007 09:59 GMT | 3 |
I have finished my first version of program, I use "build" to create BokiProgram.exe I copy this file from bin\release\ I copy it to my desktop folder, it works.
|
| Returning custom IPrincipal from background thread to main thread | 12 Jul 2007 09:52 GMT | 4 |
Working on a project porting from dotnet 1.1 to 2.0 Basically I've setup a background thread which performs a login creating a custom principal which we want to copy back to our main thread.
|
| some characeter problem | 12 Jul 2007 09:49 GMT | 6 |
In my C# Net I have a string after encrypting as: LVp0XG2enhBUFifY+41kQ In my ASPNet I want to do something is the IE6 browser: http://MyIP/MyWeb.aspx?TestNo=LVp0XG2enhBUFifY+41kQ
|
| Populate the propertygrid dynamically | 12 Jul 2007 09:31 GMT | 2 |
I wanted to populate the property grid after getting a set of keys and values from the server onto a hashtable. Basically the name of the property should be the key and the value should be the value. But I dont know how I would iterate through a while loop, to get to do
|
| Converting integer values to duration values (hours & minutes) on Gridview | 12 Jul 2007 09:30 GMT | 2 |
Is there a way to convert integer values (seconds) on gridview into hours & minutes ie. the number of hours and minutes since a certain event? Can this be done using DataFormatString From http://www.developmentnow.com/g/36_2007_1_0_11_0/dotnet-languages-csharp.ht Posted via ...
|
| C# DLL-plugin references | 12 Jul 2007 08:53 GMT | 3 |
I've been struggling for a while trying to run plugins in C#, which have external references. The plugins load, and I can invoke methods through reflection until the method uses some code defined in an external assembly.
|
| popup like live.com ? | 12 Jul 2007 07:40 GMT | 3 |
hi guys.. I am looking for a sample windows application in .NET like when we do a image search in www.live.com and when we take the mouse pointer near the image it shows a popup message(like zoom) with its details. any idea how
|
| returning a list of table objects from a connection | 12 Jul 2007 06:40 GMT | 1 |
i've got a small test application that can either connect to sql server, oracle or mysql (via odbc). When the connection is active, i want to return a list of the user tables and list them in a table. Now i know i can get them using SQLDMO for sql server, but is there anything ...
|