| Thread | Last Post | Replies |
|
| Iterating through the EventLogEntry object? | 17 May 2005 21:56 GMT | 1 |
I know how to iterate through all the events in the eventlog. But let's say I bind all of these entries to a data grid showing 10 rows per page and enabling pageination. When my user click page 3, I can't find the right object or proeprty to call
|
| Window text capture | 17 May 2005 21:54 GMT | 2 |
Hey guys, I have an application that has to monitor if it's started two times from the same folder. I don't mind starting two instances from different folders. So far I couldn't do this successfully.
|
| Newbie Question - Databound Combobox | 17 May 2005 17:40 GMT | 2 |
I am trying to use a databound combobox, but it just doesn't seem to be working right. I have a combobox bound to the Customer.CustState field. I have another table named States which contains all the state abbreviations and full
|
| centralize exception handling without try catch blocks in c# | 17 May 2005 06:02 GMT | 1 |
please tell the technique of centralize exception handling without try catch blocks in c#.
|
| VB6 & VBNet exe compatibility question | 16 May 2005 19:46 GMT | 1 |
I have anVB6.exe project that I am trying to run on a computer with VB.NET and Windows XP. When I try to open the project I get the followoing error: Run-time error 339 Compnenet 'TabCtl32.ocx' or one of it's dependencies not correctly
|
| Error: Managed addin w/ COM shim - 80131040 Unknown Error | 16 May 2005 17:51 GMT | 6 |
Hey all, I have a managed addin that was working before I tried implementing a COM shim. I downloaded the COM shim wizards from MS (http://www.microsoft.com/downloads/details.aspx?F
|
| PGO in VS 2005 beta 2 | 15 May 2005 14:10 GMT | 1 |
I'm trying to use the new Profile Guided Optiomization in Visual Stduio 2005, compiling the default wizard generated MFC application. when choosing in the settings: Whole Program Optimization = Profile Guided Optimization - Instrument
|
| Visual Studio.Net 2005 Beta | 14 May 2005 23:57 GMT | 3 |
I have a few questions. 1-Firstly is is worth really looking at using the beta for development with .NET 2.0 at the moment because you are restricted in hosting parnters and obvious issues as
|
| Assembly reference paths and other issues | 14 May 2005 07:00 GMT | 3 |
I have 3 solutions involved in this problem. 1) - General Library Solution, lets call it GLS It has 10 DLLs 4 of which are managed C++ and the rest C# 2) - Specific Library Solution, lets call it SLS
|
| ASP.Net pages HTML getting reformatted. | 13 May 2005 23:01 GMT | 1 |
How can I get VS.Net to stop reformatting my HTML in a ASP.Net page? I will go into design mode and when I go back the HTML it's all mucked up. TIA.
|
| Slight problem automating Excel in a service | 13 May 2005 22:15 GMT | 2 |
I hope someone can help me out here. I'm using VB.Net and VS .Net 2003 to write code that automates Excel 2003. Basically, a FileSystemWatcher object watches a folder and it's subfolders if a user desires. If an Excel generated HTM file is output to the
|
| IE backbutton | 13 May 2005 15:40 GMT | 1 |
1. How can do disable IE back button when I am on certain pages? 2. When user clicks ob IE back button, how can I force them to return to the same page? The reason I want to do is, after they click on the finish button after navigating through four or five pages, I don't want an ...
|
| VS2K3 "Dependency ... would conflict with dependency" error | 13 May 2005 15:02 GMT | 2 |
Once again, I've somehow messed-up my projects and am now getting the infamous error: "the dependency ... cannot be copied to the run directory because it would conflict with dependency xxx". Everything was working fine when I was using Project-to-Project references,
|
| Pixelmanipulating using unmanaged code | 13 May 2005 14:00 GMT | 5 |
I'm working with Visual Studio .NET 2003 and I want to manipulate pixels of different image-formats like jpeg, gif, tiff, ... Is that possible in any way or do there exist any libraries? Thanks in advance
|
| Instalation packages | 13 May 2005 13:44 GMT | 2 |
I need to include an installation package (crystal reports) into another installation package that I am making, and I need that the crystal reports installation package be installed before the rest o the program. ¿Can anyone help me please? thanks.
|