Software Development Network Logo
  • Visual FoxPro
  • Visual C#
  • Architecture
  • SQL Server
  • Visual Basic
  • Visual C++
  • Windows Forms
  • Visual Studio
  • Smart Device
  • Windows Live
  • VS Team System
  • Visual J#
  • Game Technologies
  • Microsoft ISV
  • Windows Vista

Software Development Network >> Peter607's Q&A profile

Peter607

Member List

Philip Stuyck
sharpej
BorisSlo
Enishi69
Asif Raza Ashraf
Jorge Loureiro
Joe M.
Bjornar
stzgr
ames
chjl.cn
AngelaC
Harold Solomon
sarran
Sohandy
shals
Tim Newsham
bidbad
juliolefebvre
Brazzle
Only Title

Peter607's Q&A profile

  • Windows Forms User Interface Design Guidelines

    Hi all, I am looking for any good UI design pattern. I have seen the application blocks( UI process block and smart client), but sometimes going for genric patterns could cause performance degradation. So i want to know what are the practices usually followed to build good UI. I am using windows forms .net 2.0 for building the application. Most of work performed by the app is on local system. Are there any resources that i can go through Open ...Show All

  • SQL Server Is there a style sheet or theme sheet available for reports

    I'm currently building several reports which need an identical look/feel to them. I know that I could create a template which would incorporate any of its properties into any new report that uses it. However, it doesn't look like those properties are inherited by the child report. I need to be able to modify the look/feel of all my reports and I'd rather not have to make updates to each individual report. Is there a way to either set up the temp ...Show All

  • Visual Studio Team System Feature request - Check in approvals

    One feature I think could be very useful in the next version of TFS is Check In Approvals. Some users should be configured so that their change set is not fully checked in until it is approved. This is a big help for new team members who are making code changes. It will also be helpful for core framework code where an architect wants to review what code was changed before it is checked in because it affects everyone. thanks, Andre ...Show All

  • Visual Studio vs 2005 beta 2 setup fails

    When I try to setup vs 2005 beta 2, it says that it failed to setup visual studio itself after it gets to the end screen. The installation seems normal untill then because the vs 2005 even gets a checkmark next to it when on the install screen. The progress bar never moves when it is on vs 2005 though. I will post the error log when I can find it. Hello, I am getting the same kind of error  when installing ...Show All

  • Visual Studio Cannot install GAT or any other guidance package

    Trying to install GAT or any other guidance package gives me the following error on a dialog box - "Operation is not valid due to the current state of the object" - clicking on the OK button rolls back the installation. GAX Preview release (Dec 2005) installed - no problem GAT version: Preview release (Dec 2005) Visual Studio version: VSTS (2005) O/S: Windows XP service pack 2 .NET: Version 1.1 and 2.0 installed MSI: ...Show All

  • Visual C# How to find a System Tray Process

    Hi, I'm trying to retrieve a process from the System Tray programmatically. My program starts the process and then saves the Process object. Later, the program tries to locate the process and bring it to the front (in focus). For all processes that do not reside in the system tray, I can do this with no problems. When I call AppActivate on a process that is in the SystemTray, the ArgumentException is raised. Does anyone know how to ret ...Show All

  • Software Development for Windows Vista cpu constantly running at 100%!!! and Vista running EXTREMELY slow please help

    i have no idea what to do,  when i go to task manager and click performance it says my cpu is running at 100%, and its doing that 100% of the time, im afraid it may overheat. I am running a Sony Vaio laptop, 3.2 Gz, 1Gig RAM, 64MB video card. vista is also running slow, very very slow... it lags and it doesnt alow me to move large files. (says that i do not have permission) HELP! Sorry for bumping, b ...Show All

  • SQL Server Can't see stored proc results

    I have this stored proc: set ANSI_NULLS ON set QUOTED_IDENTIFIER ON go ALTER PROCEDURE [dbo].[usp_CrimRecTest] -- Add the parameters for the stored procedure here @caseID [nvarchar] AS BEGIN -- SET NOCOUNT ON added to prevent extra result sets from -- interfering with SELECT statements. SET NOCOUNT ON; -- Insert statements for procedure here SELECT dbo.tblCASENOMASTER.CASENO, dbo.tblCASEMAST.LASTNAME, dbo.tblCASEMAST.FRSTNAME FROM dbo.tblCASEN ...Show All

  • .NET Development System.Net.WebException: The request was aborted: The request was canceled.

    Hello, we very often get the above Exception on our application, which makes strong use of WebServices. Does anybody know, why this Exception can occure and how to avoid it Kind regards, Manuel I implemented the following function to debug the WebException: private void HandleWebException(System.Net. WebException ex) { string logEntry = "No response from Web Service " + Environment .Ne ...Show All

  • .NET Development R6025 - pure virtual function call

    I have a vb.NET application which sometimes craches and gives the error: R6025 pure virtual function call this is a run-time error in Visual C++ This is followed by: LoaderLock was detected Message: Attempting managed execution inside OS Loader lock. Do not attempt to run managed code inside a DllMain or image initialization function since doing so can cause the application to hang. And thats weird... cause I don't have any ...Show All

  • SQL Server SSIS Configuration

    Hi, My requirement is to have the connection strings for the source and destination to be a parameter for the packages that way they can be changed from the sql job scheduler. Please let me know how to go about it. Any help will be highly appreciated. Thanks Vijaykishan See dtexec.exe command line reference, in particular /Set parameter: http://msdn2.microsoft.com/en-us/library/ms162810.as ...Show All

  • Windows Forms DataGridView and trapping row changes

    I have a DataGridView bound via a BindingSource to a typed DataSet. Every row is read-only except for a checkbox column bound to a boolean. I want to detect any changes to the checkbox column. Originally I intercepted CellValueChanged, which worked fine, but since setting the SelectionMode to FullModeSelect this event does not fire. What should I be trapping Thanks Mark - that works great. I also found that using CurrentCellDirtyStateCh ...Show All

  • Visual Basic Windows Media Player Control not working as it did with VB .NET Express

    I just learned how to use the Windows Media Player control and I had a Windows form working that would connect to a URL and play the video. When I tried to add the control to an ASP .NET website, there were two options for WMP...a dll file and an ocx file. I added the dll file to my toolbox items, but it doesn't show up in the toolbox like it did in VB. I managed to write code without errors that is supposed to do the same thing as my Windows fo ...Show All

  • Visual C++ MSVCRTD.lib(crtexew.obj) : error LNK2019: unresolved external symbol _WinMain@16 referenced in function _WinMainCRTStartup

    Hi Justin! i am completely new to this and have to learn the language fairly rapidly, got myself a decent book, but when i try and compile a simple hello world program i get the error:      Linking...    MSVCRTD.lib(crtexew.obj) : error LNK2019: unresolved external symbol _WinMain@16 referenced in function _WinMainCRTStartup    Debug\dont know.exe : fatal error LN ...Show All

  • Windows Forms How to retrieve data from a datagrid?

    Hi, I had a datagrid populated with data. Whenever, I had selected a row, I would like to retrieve all the data from the selected record/row. Can anyone advise how to do it Thanks NOTE:(dgStateMaster is datagrid name,lblMessage is a Label to display error message) (dt1 is datatable,ut is an object to connect the class used for opening & closign the datasource) On 'EditCommand' of datagr ...Show All

©2008 Software Development Network

powered by phorum