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

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

Dietz

Member List

Sandeep A
su45937
Chandu Sujay
HansS4
zaynun hammoud
lancasm
James Mayer
John_Mac
Mehmet Metin Altuntas
mwalsh
Richard Meyers
Paul Deen
stswordman
AmirYahav
Raj Deep
flash.tato
Goat Spirit
Jenny777
Vladimir Nikitin
crackula
Only Title

Dietz's Q&A profile

  • Windows Live Developer Forums Mega Cluster logic

    Dr Neil first mentioned this on the via virtual earth site recently and now I need to use them. Just though I would put my ideas out here and see what you all think and can add. To be clear this is a concept and I’m looking for ideas / help before I build it. Basically the issue is you have X number of points to put on the map where X is very large. 1. If you go and add them all it is going to slow down to a crawl. 2. If you have points at a close proximity at certain zoom levels they are going to sit on top of each other and be unhoverable. The solution is to have a mega cluster that provides information about the points it represents. Firstly we need to look at how we calculate what po ...Show All

  • Visual Basic DataGridView Saving Editing Deleting

    If any one can tell me the professional way of editing deleting adding records in datagridview win forms in .Net technology Also how to do multiple Addition, deletion, and addition. Mirza Ashraf, The DataGridView class provides an easy and highly customizable way to display data without binding to a data source. This walkthrough shows how to populate a DataGridView control and manage the addition and deletion of rows in "unbound" mode. Please take a look at the following knowledge base article provided by Microsoft, follow the steps in the walkthrough: Walkthrough: Creating an Unbound Windows Forms DataGridView Control http://msdn2.microsoft.com/en-us/library/5s3ce6k8.aspx ...Show All

  • Visual Studio Team System TF82039: Team Foundation was unable to modify the project plan (TFS, MS Office Project Standard 2003)

    Hello, I am running: 1) Team Foundation Server v1 2) MS Office Project Standard 2003 SP2 Steps: 1) Create new MS Project (linked to TFS project) 2) Past project tasks in 3) Publish to server - success 4) Refresh and get "TF82039: Team Foundation was unable to modify the project plan" I have tried saving the MS Project plan to a new file and refreshing with no luck. I am not running Project Server. Any ideas Smitha S Saligrama wrote: Hello Jonathan, The Field mapping file looks normal. Can you please follow the below instructions and post the log file 1. Create a file called 'winproj.exe.config' in the directory where winproj.exe resides (should be in %programfiles% ...Show All

  • Windows Forms create a trackbar with floating values

    I need a TrackBar control which can give floating, not integer, values. Is there a way to do this I thought to extend the base class by overriding the Value property but it's not that simple. using int you can achieve this. set the max value to 1000 and show your user he can select any value between 0-10 upto 2 decimal point, i.e., when he scrolls it to 555, show him the output 5.55 (on a Label or ..), do all your calculation in the scroll event. ...Show All

  • Visual Studio 2008 (Pre-release) What is it in VB

    I am struggling to figure out which dependency properties that can be used in .BeginAnimation in VB There seems to be a real difference between C# and VB in this respect. See http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=1152919&SiteID=1 Not sure why VB is different and there does not seem to be any list of .BeginAnimation dependacy properties I can use. The documentation is extremely C# biased and of near no help. :-( Like why does C# use Image.LeftProperty (most logical I would say) and VB uses Canvas.LeftProperty. What does the canvas have to do with it and why does the documentation not mention anything about the C# Image.LeftProperty. According to the documentation Image does NOT have a LeftProperty property. ...Show All

  • Visual Studio Express Editions Listbox drag drop & reorder

    Hi, I have 2 listboxes on my form. List1 is filled with alphasorted items from my access database. I need List2 to be filled with items dragged & dropped from List1 Users should be able to reorder List2 using dragdrop. I know this used to be a limitation in VB6. Can someone please point me to a .net/vb2005e solution for this I'm sure it will benefit others as well. Thanks ! Hi UltrawHack, i followed up the thread http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=539750&SiteID=1 with http://www.vbdotnetforums.com/showthread.php t=11603 and i see that it is based on the code provided here for "dragging items from listbox1 to listbox2 and reordering listbox2 manually ...Show All

  • Visual Studio 2008 (Pre-release) I can't get LinQ installed

    When I double click the Install file, it says "Cannot find a valid Product to installl LINQ with". But I have already had a VS2005 Team Edition SP1 Installed. Can someone help me My OS is WinXP sp2, by the way my VS is Chinese Version thanks Benelf If you search the archives of this forum, I believe someone posted a fix to enable LINQ on some non-english versions. I don't know if it would work on the Chinese version. In addition, I have heard some reports that there are issues with the MAY CTP along side VS SP1. Jim Wooley http://devauthority.com/blogs/jwooley ...Show All

  • Visual Basic code snippet editor

    I get an unhandled exception error the minute I fire up the code snippet editor and cannot continue from that point on.  Is this a reported problem   I'm running on XP Professional with service pack 2 and using Visual Studio 2005 Professional. I had the same problem yesterday. I solved it by downloading the sourcecode Visual Basic Snippet Editor RTM RC (source cod...) release 11/04/05 form the homepage http://www.gotdotnet.com/workspaces/workspace.aspx id=a927f4e7-8e7f-45ce-8b72-f3b9384a3eab On my host there is still a problem or a bug because the software does not find any existing snippets. But you can find them by browsing your disks. PS: Be sure to download the english versi ...Show All

  • SQL Server Reporting Services: Allow Blank Value for a multi-valued Parameter

    I have a multi-value parameter "Keyword" that also allows blank value. When I try to view my report with a default null Keyword value, it doesn't display any. Please help. Thanks! Gerri Thank you. I would also like to ask. I have 7 parameters for my report. 3 of which are coming from UI. and 4 are visible in report viewer. When I set a value from the parameter in RS and click 'View Report', the value is set to null, thus, disregarding the values of these 4 and considering only those 3 coming from UI. Please help. Thanks! Gerri ...Show All

  • SQL Server Adding multiple textboxes to PageHeader

    I am creating matrix reports programmatically and have come up against a problem where I can only add a single textbox into the pageheader. Writing the report using the report designer software I can add multiple textboxes to the pageheader, however trying to add many of them using the ReportItem object I keep getting a syste.object[] cannot be used in this context. error. for (int i = 0; i < Items.Count; i++) { reportItems.Items = new object[] { CreateTextBox(Items .ItemName, Items .ItemMessage, Items .ItemStyle) }; } This is the line of code that I am hitting the problem. This works fine, however only inserts the last textbox in the Items Array. If I change the code to for (int i = 0; i < Items.Count; i++) ...Show All

  • .NET Development Regex Help

    Let's say that I have a bunch of input strings as such: ----------------------- blah blah blah Attendees: Mr. Jones Alfred Mrs. Smith John Mr. Black Peter Mr. White Arnold blah blah blah ------------------ And I want to extract the last names of the attendees (i.e., in the above regex, I want four matches: Jones, Smith, Black, White) If a string does not have the "Attendees:" keyword, then I don't care about that message at all. Likewise, I don't care about people's names if they don't follow the "Attendees:" keyword. For example, in the two following input strings, "Chump" should not be returned: --------------------- blah blah blah Losers: Mr. Chump Chimp Mr. Chump Chimp blah blah blah ---------------- ...Show All

  • Visual Studio Team System LoadTest result store

    Hi, We need to execute a loadtest on a remote machine which has only VSTS. If we want to get the results back from that machine, what is the best way to get the results back. Does the results get stored in any xml file so that the xml file can be emailed back. We do not have remote access to that remote machine. Thanks. Ok, let me be more specific. I am going to execute a load test on a machine and will collect the .trx file from that machine. How can I analyze that .trx file locally on my machine I am not able to open the .trx file created on one machine on a different machine Hope I am clear. ...Show All

  • .NET Development Can't Update, Repair, or Uninstall Microsoft .NET Framework 2.0.

    Hello. I have recently found a security patch for my Microsoft .NET Framework, V 2.0. I needed the framework installed for my ATI Driver update to work. However, Every time I tried to install the patch, it failed. I tried repairing the framework, but that didn't work. Neither did uninstalling it. Uninstalling and Repairing yeilded the following message: "The following error occured during setup: Patch Package could not be opened. Verify that the patch package exists and that you can access it, or contact the application vendor to verify that this is a valid Windows Installer package." I downloaded and installed the framework from ATI's site. My system is a Windows XP, and I would like some help... Please... Thanks for any ...Show All

  • SQL Server Error 1418 and Good Basic Setup Guide

    Hi, I'm new to DB Mirroring, and I am trying to get it going in a test enviroment between two SQL 2005 Dev Servers. I have followed documentation that I have found but cannot get past a 1418 error when establishing a connection between the servers initially. Does anyone know of any good step by step guides that I could look at, in case I have missed something stupid. Thanks in advance Stupots Hello, Please follow this steps..You can find sample codes and it is very useful http://msdn2.microsoft.com/en-us/library/ms191140.aspx Regards... Tarkan G. GTA ...Show All

  • Visual C# generics in constructors

    Hello, I have a question about generics in constructors. Assume I have two constructors, e.g.: public Constructor1(string param1, string param2) { ... } public Constructor2(T param1, string param2) { ... } This will compile without problems (by contrast, I'd get a compile error if I had "public Constructor2(string param1, string param2)" because there would be two constructors with "string, string"). However, if at runtime I call Constructor2 with the generic parameter as a string, I get runtime problems (because Constructor1 and Constructor2 cannot be distinguished). Does anyone know how to deal with this in a clean way I know that I could, for example, change Constructor2 to something like "Constructor2(T param1 ...Show All

©2008 Software Development Network