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

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

embedded

Member List

cyberengineer
GuidoBrunner
Z-J
Erick Jung
Maximus5150
slothmo
Ryan mystique
Servehorse
AGoodman
Syanide
Rich Fore
Julia168
mew1979
bl22
techrep50
PhilNick
Rajesh Patel
Qllie
MeirAmiel
Plume-Tsee
Only Title

embedded's Q&A profile

  • Windows Forms DataGridView Columns Reflecting User's Checkbox Choices

    Hi everyone, First off, I am able to reflect the user's dropdown box selections.  These selections act as the "where" clause in the select statement.  However, the problem I'm currently facing is having the DataGridView columns reflect the user's choices with checkboxes (which are not on the DataGridView).  In other words, I would like the user to determine whether or not a field is shown in the DataGridView.   This means that if the user checks the Account checkbox, for example, then the select statement should show up as select Account from datasource where ... group by Account Further, in the ...Show All

  • Windows Forms list box tooltip?

    Hi. Is it possible on a WinForm C# application to have a tooltip appear under the mouse cursor when you hover over an item in a listbox I am using .NET 2.0 Yes you can but it requires a little bit more work than using something like a ListView.  You'll first need to drop a ToolTip component onto the parent form.  This gives your ListBox tool tip capability.  Then you'll need to trap the MouseMove event on your list box.  Whenever this event occurs you should get the index of the item at the current position of the mouse.  If you get an item then you can use whatever logic is appropriate to determine the tool t ...Show All

  • Visual Studio Tools for Office VSTO deployment – light solution.

    Here is a good question to get people thinking Is there an easy way of deploying a VSTO solution without having to install all the prerequisites (just the min comp. and spend 10 min max per pc  ) Imagine the solution needs to be exported to 100 users – it takes time to install all the prerequisites and Office components. So there has to be a way of getting a VSTO solution to run without spending a lot of time at installing all the prerequisites and spending a fortune at getting licenses for Office. Hi Lynnbt , Peter + John   Thanks for the replies and I look forward to the article ...Show All

  • Windows Forms Programming DirectShow in Windows Forms

    Hey.  Does anyone know of a simple example of DirectShow usage with Windows Forms   What I want to do is just get a simple example of a file playing in a picture control or something to that effect.  Or if not... can anyone attepmt to teach me or whip up a quick example Thank you very much, Eric Peterson http://nbss.hopto.org ...Show All

  • Visual Studio Team System Problem with Beta 2 TFS Install with Sharepoint portion

    Although I have had no problems installing the pieces for TFS during Beta 1 and all the CTPs , I can't get Sharepoint Services 2.0 to install correctly this time. I have tried 3X and I get this on install: An unexpected error has occurred. Web Parts Maintenance Page: If you have permission, you can use this page to temporarily disable Web Parts or remove personal settings. For more information, contact your site administrator. I am running in a Win2K3 Standard VPC image with Service Pack 1. That is the only difference over the other times . Any ideas Which came first - IIS or AD If you installed AD after installing IIS, you wi ...Show All

  • Windows Forms ComboBox issue

    Hi all, I'm having serious trouble with an thing that is supposed work without troubles. I'm using VS 1.1 with XP pro for an Win32 app. Thing is: Have an form with an ComboBox, that is filled from an Business Object, to have the name displayed, but at same time have respective value as an integer: SomeList list = new SomeList.GetList; comboX.DataSource = list; comboX ...Show All

  • Windows Forms Datagrid - Capturing Updates To Cells

    I am working on an application were the datagrid is suposed to be synced up with the data as changes are made in near real time, no save buttons or other extra actions required.  Everything is working fine with one exception.  If I change the data in a single column on a row and do not exit the row the data is not updated in&nb ...Show All

  • Windows Forms ContextMenuStrip has an offset when application is running in full screen mode

    Hi, I have an application running in full screen mode. The main form contains a ContextMenuStrip that is shown when the user clicks on the form. There is an offset between the location where the context menu appears and where it should appear. Here’s the problem. I hope someone can give me a workaround. In order to compute the location of the context menu, the working area is taken into account, even if the application is running in full screen mode. If the location where the user clicked falls in a region that is outside of the working area, the context menu automatically offset its position so it is displayed in th ...Show All

  • Visual Studio VSS 2005 allow only one file to be multiple check out(not hole project)

    Using VSS 2005 could I allow a single file to be multiple check out(not hole project). I want's my web.config to be multiple check out Could I do that If yes then How No this is not possible. This is a per database setting and can not be enabled at a file level. To enable multiple checkouts: Open Microsoft Visual Studio SourceSafe Administration Choose Tools -> Options In the SourceSafe Options dialog, ensure Allow multiple checkouts is checked Click OK ...Show All

  • Visual Basic Selection rubber band on forms larger then 800 x 600

    Has anyone noticed that in the 2005 vb ide that the selection rubber banding hides when moving past the 800 x 600 boundary on a large form Items are still selected correctly. This was not a problem in 2003. Sure enough! My normal resolution is 1600 x 1200; when I bumped this down to 1024 x 768, the rubber-band disappeared in the y-direction. If you file this bug at http://lab.msdn.microsoft.com/productfeedback/ , we'll make sure that the forms designer team sees it (and you'll be able to get feedback on it from them). Thanks for the report! --Matt--* ...Show All

  • SQL Server Aggregation using Min,Max and AverageOfChilds

    We have added named calculation Sales Profit to AdventureWorksDW using formula  (Unit Price - ProductStandardCost)/Unit Price. We added three Measures to the cube: Sales Profit Min, Sales Profit Max and Sales Profit Mean. They all are based on named calculation Sales Profit. The difference in their definitions is the AggregationFunction,  which has the values Min, Max and AverageOfChild. The values we get to the measures in Browser are Sales Profit Min  0.23 Sales Profit Max 0.63 Sales Profit Mean 28.67 Could someone tell me how the value of AverageOfChilds can be outside the Min and Ma ...Show All

  • Visual Basic oledb vs sqlclient data adapter performance when running in ide

    I have a fairly wide table on a MS Sql server 2000 server. Pulling about 6000 rows using a the oledb namespace in the ide takes about 6 seconds. Using the sqlclient namespace it takes about 0.3 seconds. When run outside of the ide, the sqlclient takes about 0.2 seconds and the oledb takes about 0.3 seconds. Why the huge increase for the oledb namespace I'm using a 3rd party assembly for some data access. They use the oledb namespace because not all of their clients run MS Sql servers. I'd rather use the sqlclient, especially with this massive oledb slowdown, but I can't. Can you provide any insight into this Is there anything I can do to i ...Show All

  • Software Development for Windows Vista workflow conference dvd

    I attended the business process and workflow conference Oct. 4-7. It was a good conference, thankyou. But I am confused about one thing. At the conference we were strongly encouraged to complete evaluations of the sessions, and were promissed that if we did this, we would be sent dvd's of the entire procedings and samples. Well, I completed all evaluations but have not heard any more about the dvd. I have tried contacting the event organizer, Mark Adcock, but have not recieved a reply. Anyone know what I need to do to get ahold of that dvd Hi Don, I followed this up and fo ...Show All

  • .NET Development ServicedComponent RegistrationException - Invalid Derived Classes

    I am having difficulty with code that used to work in 1.1 working in 2.0. I have an n-tier application that uses ServicedComponents for persisting database information within a single transaction. Because I want these classes to be able to participate in transactions, I derive them from System.EnterpriseServices.ServicedComponent. In 1.1, this worked just fine, however in 2.0, when remoting these components using .NET remoting over TCP, I recieve a RegistrationException stating that: Invalid ServicedComponent-derived classes were found in the assembly. (Classes must be public, concrete, have a public default constructor, and meet all other C ...Show All

  • Visual Studio Express Editions app.config problem

    hello to everyone I am running windows based program compiled with Express Edition. I have User name and Password that application run OK and connect to remote computer everything is OK I Store these values in Application Settings all is fine… But when I run the application from Windows schedule IT IS CREATE NEW application setting WHICH are EMPTY in first start…. HOW to prevent that I want the application to run with same values stored in first one 10x in advance val use the registry... and with the scheduler make ...Show All

©2008 Software Development Network