| Thread | Last Post | Replies |
|
| Reflection | 22 May 2008 11:55 GMT | 11 |
I have an application which uses plug-ins. The plug-ins implement an interface. I have a case where 1 plug-in needs access to the an object of the calling application. I could create an event in the interface to allow for this but this will break all the other plug-ins using the ...
|
| WebClient.DownloadFile | 22 May 2008 11:37 GMT | 8 |
WebClient.DownloadFile I am using the WebClient.DownloadFile function to download a file from server to a local client. When I execute the below code, file is created in server and not in client.
|
| when maximize form, rearrange child components of form | 22 May 2008 11:31 GMT | 2 |
i have a datagridview on my Form. When i maximize form ,datagridview remains in its initial size. i want it rearrage itself with parent form. is it possible to solve on v.studio design mode without writing extra code(using events).
|
| How can I return a cursor from an SQL Server Procedure to c# | 22 May 2008 10:55 GMT | 1 |
I have a stored procedure being called from a C# program which is selecting a row from a table, processing a few of the fields, then I need to pass this back to the app. The original program it was all done within the app, I ran the select
|
| How to get connection string from this code? | 22 May 2008 10:08 GMT | 1 |
?xml version="1.0" encoding="utf-8" ?> <configuration> <configSections> <section name="enterpriselibrary.configurationSettings" type="System.Configuration.IgnoreSectionHandler, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
| Collection Advice Requested | 22 May 2008 10:00 GMT | 2 |
Using .NET 3.5... I have the following class: class NodeDescriptor { // Properties only in this class
|
| dealing with Browser | 22 May 2008 00:13 GMT | 6 |
Hey guys, Does any body have any idea how i can manipulate the html inside an Opera browser by C#? Regards,
|
| Using a Singleton within a web service | 21 May 2008 23:17 GMT | 8 |
I'm facing a weird problem in these days. First of all, let me describe my scenario. I have a client application asking for some services to be performed by a remote service, using a web service interface. Performing such operations might take a long time, so the client ...
|
| Long fully qualified filenames | 21 May 2008 22:10 GMT | 2 |
I work in a company where we tend to use very deep folder structures and long descriptive file names due to the nature of the analysis that we make. I've made a program that recursively descends into these folders to do some search stuff. However, I receive an exception trown from ...
|
| way to capture how much RAM the assembly is using? | 21 May 2008 21:47 GMT | 3 |
I would like to burn-in test my app, and see if I have memory leaks anywhere, over time. Is there a way I can get the RAM usage that my assembly is incurring, so I can write this to a log somewhere on an interval.
|
| How to stop Windows from blocking an assembly | 21 May 2008 21:42 GMT | 1 |
I have an assembly from Novell. Everytime I build the library that depends on it, Windows blocks the assembly. I have to manually go out to the location of the assembly, go to its properties and click "Unblock".
|
| setting my dateTime.Today | 21 May 2008 21:08 GMT | 4 |
vs 2008 c# How to set my computer's date to +7 days from today's date...? TIA
|
| how to generate random numbers that adds up to certain value | 21 May 2008 21:07 GMT | 7 |
I need to generate a fixed number of random integers that their summary equals to certain values. For example, the scenario can be: simulate user hits (e.g. 20000) within a hour (3600 seconds).
|
| Process Question | 21 May 2008 18:45 GMT | 9 |
I'm running a process from my application and using streamReader to read it's output. the file i'm running, writes some output to the screen and exceute another program. I'm write the output i'm catching to a richTextBox.
|
| ActiveX .NET Drag&Drop control work fine in windows form not in web Form | 21 May 2008 18:24 GMT | 2 |
I have create an activex Control with Visual studio 2005 and framework 2.0 in c# to add drag & drop functionality to upload multi file. When I use it in a windows form it work fine. Infact if I select 3 files from a windows explorer and I move it in a listbox in my
|