| Thread | Last Post | Replies |
|
| assembly search path | 31 Aug 2007 16:47 GMT | 2 |
I've a shared add in written in C#. It works on the dev machine fine with VS2003 installed, but not on a machine without VS. We've been doing lots of research, and my current concern (discovered using filemon) is that it looks in the app base directory. In this
|
| ListViews SelectedIndexChanged Event Options | 31 Aug 2007 16:14 GMT | 2 |
Hi Friends, I'm using .Net1.1. The SelectedIndexChanged event is generated twice when i change the selection. I think this is because the event is triggered when an
|
| How to create new file with fixed size | 31 Aug 2007 15:57 GMT | 4 |
For some purposes, I need to create a new binary file and to allocate a fixed length for that file on the disk. I need something like File.Create(string fileName, long initialSizeInBytes).
|
| Accessing controls on another form | 31 Aug 2007 15:39 GMT | 3 |
Background: I have a windows form called 'frmMain'. On this form, I have a LABEL control called 'lblWorkStatus', and it's property is set to PUBLIC. On another form, I have a process that checks on the status of a project that our company is working on. Programmatically, if the ...
|
| Why can we use foreach without IEnumerator/IEnumerable | 31 Aug 2007 15:31 GMT | 3 |
Why was this design decision to use this kind of "duck typing" in that case? All you have to do is have a method GetEnumerator() which returns an object providing Current and MoveNext(). IEnumerator and IEnumerable are not necessary. Why is that? And what are these interface good ...
|
| Refresh "parent" form after filling out child popUp form? | 31 Aug 2007 14:58 GMT | 1 |
I have a form and when users fill in the form they normally fill in a simple text box. But when they can add several items...such as people on a project, I use a pop up form and they can add as many project members as they
|
| Solutions for Combining Flash pages with ASP.net and VB.Net | 31 Aug 2007 14:20 GMT | 1 |
Hi friend I just wanna know how to Combine Fash pages or dreamviwer pages with ASP.Net or VB.Net Page and how to use the AD Rotator Component in ASP.Net
|
| Remotely get current page of IE | 31 Aug 2007 14:00 GMT | 2 |
Is there a way to get remotely, in a intranet, the pages(url) that are open on IE on the computers in the network ? I searched the net but I can't find any info. Thanks,
|
| Please help me Out to Create Session in VB.net/ASp.net | 31 Aug 2007 13:52 GMT | 1 |
Hi friends, I need to write a program , where i need to track the Session of each user by using Session ID . I request u all to please provide me the exact coding of using Session ID for validation purpose and to
|
| Stress Testing | 31 Aug 2007 13:20 GMT | 2 |
I need to stress test an application I've developed - are there any libraries/classes that can do things such as limit RAM available, Disk Space, etc. to help determine the system limits? Since I'm developing on a higher end system, I hope that there are either commerical or ...
|
| Which comes first? | 31 Aug 2007 12:29 GMT | 5 |
Which comes first? The database schema or class design? I'm used to developing the database tables and fields based on the functional requirements of an application, so it makes sense to me to model my objects on the database schema, and their methods on the SQL/stored
|
| Suppressing compilation warnings | 31 Aug 2007 11:55 GMT | 1 |
Visual Studio 2005 In my setup project, I've needed to include external setup files required to install a manufacturers smart card reader drivers. This collection of files includes those needed for 32 and 64 bit installs.
|
| Setup project | 31 Aug 2007 11:11 GMT | 1 |
"The project that you are attempting to add to source control may cause other source control users to have difficulty opening this solution or getting newer versions of it. To avoid this problem, add the project from a location below the binding root of the other source ...
|
| Making ones own memory profiler lite in c# | 31 Aug 2007 10:56 GMT | 3 |
Can any-one recommend some good sites detailing how to code a simple memory profiler? How do they "look under the hood"? I built an uber simple service that tracks the process' memory but I need
|
| SQL sp execute perimmsion | 31 Aug 2007 08:57 GMT | 5 |
I have a .Net 2.0 windows app that connects to a SQL Express DB. I have 2 Clients using it fine. It accesses stored procs to update data.
|