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

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

Vipul

Member List

Fergal Breen
Gary L
quacka
cashfoley
ddennard
Svetik
drpeck
René Poppe
Anonymousxxx
Rob Pinion
Raghavan M.K
g_stefan
Joe Conaty
Satyajit
zjs
Slimjim100
AlCant
Vishwa Mohan Saxena
Anonymous2342323432
Doug R
Only Title

Vipul's Q&A profile

  • Visual Studio 2008 (Pre-release) OuterGlowBitmapEffect on Ellipse

    I put an OuterGlow an Ellipse and got the problem that the edges are not round :( It seems that WPF uses the Ellipse's Width and Height as Borders for the BitmapEffect ... My Code: <Page xmlns=" http://schemas.microsoft.com/winfx/avalon/2005 " xmlns:x=" http://schemas.microsoft.com/winfx/xaml/2005 ">    <Page.Resources>     <Style x:Key="Online" TargetType="{x:Type Button}">       <Setter Property="Template">         <Setter.Value>           <ControlTemplate TargetType="{x:Ty ...Show All

  • Visual Studio Team System Team Build Problem

    I just upgraded all of my infragistics controls and my projects to be the newest official release version. After doing so I have only the latest assemblies on my machine and on the Team Foundation Server (version .73). The project builds and runs fine on my local development station. However when I try to build using the team build it errors out with the followin error:   Solution: SPMS-SilverAnvil.sln, Project: SPMSWin.csproj, Compilation errors and warnings C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Microsoft.Common.targets(0,0): warning MSB3245: Could not resolve this reference. Could not locate the assembly "Infragistics2. ...Show All

  • Visual Studio Team System Where is VSTS Beta 3 VPC?

    Eric Jarvi posted in his blog, http://blogs.msdn.com/ejarvi/archive/2005/10/20/483271.aspx "In yesterday's tech chat there was a question about when a customer ready VPC for Beta 3 will become available.  I just now got the notice that after burning the midnight oil, the work is done, it's just been dropped to an internal share, with the promise of being available to MSDN subscribers shortly.     Update:  Should show up Friday or Monday at the latest." It's now Tuesday. I checked the MSDN Subscriber downloads (for my Universal account) and could not find this. If it is available, can you please tell me where ...Show All

  • SQL Server Maximum number of partitions in AS2005

    Hi, Does AS 2005 have a limit to the number of partitions it can support I am sure some one out there must have asked this before, but I just can't seem to be able to find an answer in the docs or online. Regards, Alex Dave, Thanks a lot. Just wondering when the number of partitions grows to this level does it affect cube processing in any way Have you had a situation in Project REAL that you needed to reprocess the cube Regards, Alex ...Show All

  • Visual Basic Datagridview "HideSelection"

    I'm using an unbound datagridview to display information, and I need to color-code certain cells to alert the user to status events. Is there a way to not have the selected row highlighted when the control does not have focus (similar to the VB6 .HideSelection property) I would explore using the DataGridViewx.SelectionChanged method to test your condition and if not met, set the Style.Backcolor to normal - else set Style.Backcolor to the row highlight color. ...Show All

  • Visual C# IDispose in detail

    When should I implement IDispose method What one might want to do in the method itself You mean IDisposable There's a good explanation here. Hope that helps. ...Show All

  • Windows Forms Diagram Editor

    Hi! I was wondering if anyone can advice me or point me to samples that can help me to build a diagram editor. I'm thinking of something like a simplified version of Visio for my code generator. Any ideas Hmm... shouldn't you divide business components and UI pages  I would think that all your tables can be mapped to business entity& ...Show All

  • Windows Forms How do i create a control programmatically in C++ ?

    Hello, I would like to know how to create a control programmatically in C++, I'm good at VB but couldn't even figure out how to do that, also after searching, i couldn't find any example about it. Can you help Thank you Please include more details What do you mean by control and what type of control What version of VC are you using ..etc. Thanks, Ayman Shoukry VC++ Team ...Show All

  • Visual Studio Express Editions Currency Symbol

    i am parsing imformation from a XML file. One bit of the imformation in the XML file is in the form of "£1,345.0". When this is a assigned to a string varible it is converted to "GBP1,345.0". how can I stop this from happening Hi, You can use ... Amount = Amount.Replace( "GBP" , "" ); Where amount is string. ...Show All

  • Visual Studio Express Editions Installation Error in Visual Basic Expression Edition Plz Help

    hi! friends......... whenever i start to install my downloaded Visual Basic Expression Edition, i got an error "Suite Integration Toolkit exe encountered problem what should i do to solve this problem Hasan  I have moved your question to installing and registering VSEE forum. Installing the express edition you should have uninstalled any previous beta version of the .NET framework, SQL Server and Visual Studio applications. Be sure that your system is up to date. Some firewalls, antivirus and similar applications might interfer and cause problems. You also have a download troublesh ...Show All

  • .NET Development Can't Create Object in COM+

    I have 5 years of experience in VB6, but I'm new to .NET. I've created a web service to replace VB6 SOAP calls. This web service needs to create objects that are actually COM+ proxies that I've installed from a DB server. The two servers are on a workgroup, not a domain. I've also specified in IIS that the anonymous user is a user I've created that also exists on the DB server (with the same password). The problem is that whenever I do objVariable = CreateObject("Object.Class") to create the object from COM+, I get an error saying "Cannot create ActiveX component". If I go into COM Security on the DB server and add ...Show All

  • Visual Basic Setting form time out to exit if idle for xx minutes?

    Hi, Does someone have a code snippet or reference page that illustrates the use of a form timer or variable to be set that allows one to set a limit on an open form to close after a period of time if no activity has been done.  I want to close/exit a form if the user has not entered or clicked a field for, lets say 15 minutes.  If there has not been any activity then close the form and return back to the main form.   Thank you from a newbie. R. There's three steps to that process.  First you would need to define a form-level variable to maintain the last time activity occurre ...Show All

  • Visual Studio Team System Code Coverage Not Enabling

    I seem to recall some sort of post similar to this but I can't find it ... so here it goes. I had code coverage enabled and it was working great!  I then turned it off, and want to enable it again.  I went the Test -> Edit Test Run Configurations -> local.... and in the Code Coverage section selected the artifact to instrument.  Ran the unit tests, but when I select the code coverage results button to view the results, it always states that code coverage was not enabled for the test run. What can I do to get code coverage to turn back on Hi Boris, Thanks for the reply.  I only had o ...Show All

  • .NET Development problems integrating java web services in .net 2005

    Hi, I am getting an error while trying to integrate java web services in my .net application. It seems that the wsdl is wrong but the same wsdl file used with .net 2003 version works properly. So, my question is to know if there is any change in the way .net 2005 uses java web services with respect to 2003 version and what do i have to do to overcome that problem Thank you in advance, Daniel. Please post the error you get, and, if possible, the full wsdl. Thanks, Elena Kharitidi ...Show All

  • Windows Forms Error "Impossible to analyse 'child' at position 1"

    Hi Experts, I have a dataview from a dataset with 2 tables in relation. I want to filter this dataview only with child info. I use this filtering expression as in MSDN : dataView.RowFilter="child(Myrelation).MyChildColumn=1"; But don't work and throw exception "Impossible to analyse 'child' at position 1". Could someone help me  Thanks in advance for your answer. ...Show All

©2008 Software Development Network