Software Development Network Logo
  • VS Team System
  • Microsoft ISV
  • Visual C++
  • Windows Forms
  • Game Technologies
  • Audio and Video
  • Smart Devicet
  • Visual C#
  • SharePoint Products
  • Visual Studio
  • IE Development
  • Windows Vista
  • .NET Development
  • Visual Basic
  • Visual FoxPro

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

preed_lahey

Member List

Dylan Smith
Seiggy
trai_mv
Rattlerr
RafaDom
saen-jay
hrubesh
Tigerwood2006
Beacon80
kiril.stanoev
hotsauce
mike1942f
Redscope
Bigmo
John Spano
stallion_alpa
3d_developer
bola shokry
Pam B
flash.tato
Only Title

preed_lahey's Q&A profile

  • SQL Server How to add a calcualted field in Matrix???

    Hello.. I would like to know how this can be done in RS (SQL2000)... In the dataset I have... sales, company, and year. What I want to display is such... 2005 2006 Growth companyA $1,000,000 $500,000 100% companyB $50,000 $100,000 -50% How do I add a column in a Matrix to calculate the growth based on the sales Thanks! -Joseph ...Show All

  • Customer Care Framework Cannot open sample source code files in VS.NET 2003

    I cannot load Microsoft.Ccf.Samples.Csr.AgentDesktop.sln solution . none of the projects given below are available in the my CCF setup .. Microsoft Visual Studio Solution File, Format Version 8.00 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Microsoft.Ccf.Common.Logging", "..\..\Private\SourceCode\Microsoft.Ccf\Common\Logging\Microsoft.Ccf.Common.Logging.csproj", "{C5E18276-1F86-4357-B9F9-F1CF27E4265F}" ProjectSection(ProjectDependencies) = postProject EndProjectSection EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Microsoft.Ccf.Csr.Win32Api", "..\..\Private\SourceCode\Microsoft.Ccf\Csr\Win32API\Microsoft.Ccf.Csr.Win32Api.csproj", &quo ...Show All

  • Visual Studio Team System Controls are not visible when the test plays back

    We are using component art web controls in our project, but I notice that when I observe a webtest playing back controls seem to be missing from the page. The control I have noticed this with is the TreeView. It has 2 properties that seem to hold all the information on the structure of the tree and it's contents. These are the "Data" and "Properties" When I record the web test these are populated with very large amounts of information. If I leave this information in place and play back everything is fine. However, I need to automate the process so it runs with various values from our data base. Getting the values from the database and populating the test where needed is not a problem. The problem is that the conte ...Show All

  • Visual Studio MDAC Mismatch after installing VS 2005 SP1

    Help. I am trying to run a VB6 application on my computer and I am getting a run time error 3706 - Provider Cannot be found. It may not be properly installed. I have installed this application on other computers in the office and it runs fine. Mine is the only one with VS 2005. I installed the VS2005 SP1 a few days ago. I downloaded the MDAC component checker, it is showing a mismatch in components (I have included the results below). I tried to run the latest version of MDAC_TYP.EXE. It informed me that I cannot run it on my version of the OS (XP SP2). Furhter research on MSDN tells me that the only way I can install it is to install SP2 (which I did a while back). Re-installing a service pack at this time scares me. Is there ...Show All

  • Customer Care Framework workflows

    public WorkflowWs () { base . Url = "http://ccfiis/Microsoft.Ccf.Csr.WebServices.ContactCenterAif/Workflow.asmx" ; } what does it mean , that my machine must be named ccfiis. why is this hard coded is this CCF for .net 2.0 and what file are you looking at the default server names are in the config system to support the development guide, they are all configurable to other URL's though. you are not required to name your servers CCFIIS. - Matt B ...Show All

  • SQL Server SQL Server Connection Error

    We are currently having users get an error message of "There is no available SQL Server connection", connections are set to unlimited so I am thinking that the server CAL license agreement is the issue. How can I find the information on how the SQL server licenses are currently configured Then how can I change the setting Thank you ...Show All

  • Windows Forms toolStripButton

    For some reason the toolStripButtons on a toolstrip don't have a handle when using Spy++. At the same time a toolStripComboBox on a toolStrip has handle. I am tryign to send a message to the toolStrip buttons but I can't because thre is no handle. Is there a workaround Why doesn't a toolstripbutton have a handle and a toolstripcombobox does Thanks a lot! i read the article... it is a good article, and the tool presented there does indeed have the functionality of interprocess communication. The bad thing is that everything it does is based on handles again, and toolstripbuttons dont have a handle consequently, you cant see toolstrip buttons with the mentioned tool. ...Show All

  • Visual C# Button's Transparancy problem

    Hi, I have a problem when i set a button's backcolor to transparent,and the button flatstyle to flat,and setting my form to transparent ,the text on the button looks funny, please help ...Show All

  • Visual C# How do you define a method with optional parameter

    Hi, I know that there is no optional parameter in C#. but I need it!!! I need to add parameter to a method but I can't change it's signature. The method was already written in an API that was delivered for many customers. So changing the calling to the method (Adding the parameter to the calling) is impossible. Any suggestions thanks, Eitan it won't be duplicate code, you can call the other overloads as well within an overloaded method if you like. I can't see another way of doing what you are wanting to do without making an overload. Alot of code, especially in .NET for example, have overloads...it won't be duplicates really but rather a different way of doing things, it also calls ...Show All

  • SQL Server Error: Event id: 208 @ Copy Database Wizard

    Can anyone help me When i Use the copy database wizard @sql 2005 at the last step i get these 2 Error's in the log's Event Type: Warning Event Source: SQLSERVERAGENT Event Category: Job Engine Event ID: 208 Date:  14-8-2006 Time:  13:28:40 User:  N/A Computer: SERVER01 Description: SQL Server Scheduled Job 'CDW_NAME_0' (0x883C948F64FCAA49BEA22068F4C7E15A) - Status: Failed - Invoked on: 2006-08-14 13:28:19 - Message: The job failed.  The Job was invoked by User Domain\Administrator.  The last step to run was step 1 (CDW_NAME_0_Step). For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp . Event Type: Error Event S ...Show All

  • SQL Server TABCONTROL OBJECT ACCESS?????

    I am doing a reporting services project and I have a report and I would really like to use the TABCONTROL object that I used in VB.net. I know that SSRS is built on the .NET framework so I was wondering if there is anyway to access objects such as TABCONTROL that would usually only be found in VB or C# in Reporting services Any help is appreciated... ...Show All

  • Visual C++ stringstream causes memory link VC++ 2005?

    This simple program seems to leak LOTS of memory when compiled in VC++ 2005: int _tmain( int argc, _TCHAR* argv[]) { for ( int i = 0; i < 100000; ++i) { ::Sleep(1); std::basic_stringstream<TCHAR> str; str << _T( "Current iteration: " ) << i; } return 0; } CRT: Multi-threaded debug or Multi-threaded I compiled and ran the same piece of code in VC++ 2003 and I don't see ANY leaks! Any ideas   Please help! Thanks in advance You can contact PPS through our suport page at http://support.microsoft.com/default.aspx . Make sure to let them aware of the bug link. Thanks,   Ayman Shoukry   VC++ Team ...Show All

  • Smart Device Development Why is there no right click menu for copying in textbox?

    I hv create app with textbox, i want copy the text inside. is that i need to create the menu by myself if yes, is there any sample thank you so much. If you want to use system clipboard, there is System.Windows.Forms.Clipboard. OpenNETCF SDF also has the Clipboard class, which is a bit different and might prove easier to use. If you don't care about interoperating with other apps, you can use your own buffer. In either case use TextBox.SelectedText to set or get the currently selected part of the textbox. Use TextBox.SelectionLength to enable or disable Cut and Copy menu items ...Show All

  • Visual Studio 2008 (Pre-release) Accessing events of items rendered by HierarchicalDataTemplate?

    I'm using HierarchicalDataTemplates to render a data structure into a TreeView: <HierarchicalDataTemplate DataType="{x:Type CS:ShaimContactGroup}" ItemsSource="{Binding Path=Contacts, Converter={StaticResource OfflineItems}}"> <TextBlock Style="{DynamicResource ContactListGroupName}" Text="{Binding Converter={StaticResource GroupNamer}}" /> </HierarchicalDataTemplate> I know that the rendered items will be TreeViewItems since the objects are always being inserted into a TreeView object. My question: I want to capture TreeViewItem events like Collapsed and Expanded. How can I accomplish this In your handler for the Expanded/ ...Show All

  • Visual Studio Express Editions Question about BackgroundWorker & SQL query

    Are there any known issues with running a SQL query in a BGW thread   The datagrid in my app is being filled properly with the query results, but then the UI freezes up everytime & becomes nonresponsive.  Here is the main code:   Private Sub QueryButton_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles QueryButton.Click CheckForIllegalCrossThreadCalls = False BackgroundWorker1.RunWorkerAsync(QueryComboBox.Text) End Sub Private Sub BackgroundWorker1_DoWork( ByVal sender As System.Object, ByVal e As System.ComponentModel.DoWorkEventArgs) Handles BackgroundWorker1.DoWork QueryString = e.Argument.ToString() Dim myAdapter As Odbc.OdbcDataAdapt ...Show All

©2008 Software Development Network