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

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

Webbert

Member List

FPSt
Kamia111
BMcDowell
sajithpt
PadamPadam
Chris Marts
Francesco De Vittori
Salman Maredia
asmith48
Vaish
John Lieurance
LittleSettler
Ngwane
hye_heena
Olle SW
marco.ragogna
eclere
stellag
maqk
JohnnyBlade
Only Title

Webbert's Q&A profile

  • Visual C# Display 2 different tables in 1 datagridview

    Hello. I have not worked with datagrid earlier and I have to just list two tables in the same datagridview but not at the same time. i want to show "Order" table at load, but when I click on the "customer" button gridview should show customer table. I need help with the code behind the button, how to switch from one order to customer showing in the same datagridview by pressing a button... Please..help hi, yes and because your datagridview is auto generated , it make this trouble, at least the remove the auto generated columns from the collection and set GenerateMember to true, leave it bound to the bindingsource modify mohamed code and to change the dataMembe ...Show All

  • Software Development for Windows Vista Handling events when hosting workflow in ASP.Net or a remote object

    I am looking to host workflow within ASP.Net and perhaps a remote object. In both cases it appears best practice to create the WorkflowRuntime once and reuse it for each call. However, having read Dino Espoito's article and looking at Matt Winkler's example I have some questions: In both cases their code registers with the WorkflowCompleted event on the WorkflowRuntime, but the handlers do not check that the workflow that has completed is the same one they started. Am I missing something here If the ASP.Net site was concurrently starting several workflows, how do you know which one you are handling the WorkflowCompleted event for Is it that because they use ManualWorkflowSchedulerService they only get an event raised that is relevant ...Show All

  • Visual C++ missing msvcr80.dll

    Hi, I made a small program (consoll) because I'm learning C++. I use Visual C++ Express Eition 2005. When all is done and I want to compile I get the warning that msvcr80. dll is missing and I can't run the program. Anyone know how to solve this issue. The file is on my HD, and I also repaired V_C++ through the net. But still the same problem. Hi, Don't have ZoneAlarm. I have Trend PCillin. I'll check the FAT32 work-around. But I made a couple of small projects - and there's no complaining from the compiler...yet. It's a confusing little problem. Thanks. ...Show All

  • Software Development for Windows Vista Updating My Application in the Vista Environment

    My application can check for updates over the internet. If an update is available, the application renames itself from appname.exe to appname2.exe and then downloads the new version. On the computer reboot, the new version runs and it SHOULD automatically delete the appname2.exe. This process ran fine in XP. In vista, under the admin account, the software renames and downloads without any problems and no vista prompts. However, when the computer is rebooted to the admin account, the appname2.exe is not delete at that time. ideas ...Show All

  • Visual Studio 2008 (Pre-release) How can I instantiate several collection of elements?

    I'd like to instantiate many time the same collection of elements inside a Canvas. I tryed with the XAML below creating a resource and instantiating it using StaticResource element, however I get an error: "Unespected UIElementCollection Child. StaticResourceExtension" Can somebody point me to an example The closest example I found so far is: http://bloggingabout.net/blogs/erwyn/archive/2006/09/09/Neave-Strobe-using-Windows-Presentation-Foundation.aspx Here below my attempt: < xml version="1.0" encoding="utf-8" > <Page xmlns=" http://schemas.microsoft.com/winfx/2006/xaml/presentation " xmlns:x=" http://schemas.microsoft.com/winfx/2006/xaml " x:Name="Document ...Show All

  • Visual Studio Express Editions Macros with Visual Studio Express Edition

    Hi, I've recently installed the VSEE for cpp. I wanted to add some VS macros, but could not find the macro IDE. Nor could I record one. Are macros supported in VSEE Any help in this matter will be highly appreciated. Thanks in advance. Sarang. Macros are not supported with the Express Editions. The only extensibility feature of the Express Editions is the ability to add custom templates (but not create them directly). - Dennis ...Show All

  • Smart Device Development Beta of Microsoft Certification Exam 70-540

    Microsoft Certification Exam 70-540 is available in Beta form right now! This is a Technology Specialist exam for application developers in the mobility space. The Preparation Guide is available for the Exam at: http://www.microsoft.com/learning/exams/70-540.mspx . To register visit one of our independent testing providers: * Thomson Prometric: http://www.prometric.com/ContactUs/T...rs/default.htm * Pearson VUE: http://www.vue.com/ms/ Please use the following promotional codes when registering: Exam 71-540: BTA540 Best of luck! Howard Dierking Product Planner Developer and Database Certifications Microsoft Corporation Hi Jeff - sorry for the delay in responding. At the risk of sounding li ...Show All

  • SQL Server Which SELECT statement is faster

    Again,... hello all mighty exprerienced developers, here is a beginner :) I am working on app with lots of searches. So far i see two options. Having table with cca 40 columns of nchar data type, querring it with sentences like: WHERE '*3*' LIKE '*3*;*4*;*5*' OR '*5*' LIKE '*3*;*4*;*5*' etc. or have table with cca 200 boolean columns and querries like: WHERE field13 =TRUE OR field 15=TRUE etc. Does anybody know what is faster, how sql server works on one hand LIKE is heavy operation on system resources, on the other hand isn't 200 columns too much tanx for suggestions Best regards, Grega The correct way to do something like this is not having columns that represent multiple values, so I would def ...Show All

  • Community Chat Kyro KidSafe Browser (beta)

    Hello all, I am making a "KidSafe" browser for kids. Please download my program and post any noticed bugs,etc.  It takes only minutes to set up.  I am 10 years old, so who can make a browser for kids better than a kid Progress:  Final will be started in January Thanks you everyone for your contributions  and encouragement.  *Has 3 tabs for browsing. *Has a "My Websites" button with up to ten of your programmed websites in it. Beta Features: *Has 3 tabs for browsing. *Has a "My Websites" button with up to ten of your programmed websites in it. *Talking Help guide *A new install program Updates in final version: *Button text replaced with graphics. *A game room with games, and fun KidSafe software (suc ...Show All

  • Visual FoxPro multiple database locations headache

    Hi, I have an application which has a dev and testing environment. Each environment is on the same server, ie \\dataserver\application\dev\data and \\dataserver\application\test\data Unfortunately, I am having major problems with the DEV environment accessing the test (and vice-versa)!!!. Each table is opened with its full path name but the wrong table is opened. This is also true for remote views etc. If I rename the test (whilst running dev or vice versa) area then all is well. I have noticed that the header of the dbfs hold the absolute path to the database and not a relative on. I have even striped all absolute references to tables in the forms out. I am using VFP9 with SP1. Any help would be appreciated Regards ...Show All

  • Visual C# Conditional Property?

    How can I make a class property available only if the class state meets certain criteria. For example, if I have a class "Dog" with properties "CroppedTail" and "TailLength".  I only want "TailLength" property to be visible to the user if "CroppedTail" is false. Thanks, Hammy Or just throw an exception in the TailLength property if CroppedTail is false. I really wouldn't go down the route of having a base Dog class and a subclass for dogs with tails... ...Show All

  • SQL Server Tell Us Your Express Story and Win $100!

    Want a chance to show off a cool way you’re using Visual Studio Express or SQL Server Express We’re looking for your stories! Tell us about something that makes your life easier or is just plain fun and if we like it enough to include in a feature article, we’ll give you a $100 gift certificate to Amazon.com! http://msdn.microsoft.com/vstudio/express/support/hero_promotion/default.aspx Mike Why dont you setup your own website to talk about how great you are www.mikelovesmike.com this is a serious forum. i believe you are 18 as you are very immature can someone from MS take Mike's memoirs of this forum thanking you ...Show All

  • Visual C# Constraints in generic clases

    Hello, I have the following problem and I can not figure out how to solve it in the best C# style: I need a class with 2 methods: See here for more info: http://www.codeproject.com/csharp/genericnumerics.asp ...Show All

  • Smart Device Development Questions about Smartphone's programming

    Hello, I am a novice at this and I have some basic questions (may be quite silly). Well: How many ways of building a new window/view are there in Windows Mobile 2005 I tried to do it creating a new Form and make Application .Run( new Form2 ()); where Form2 is the new created view. The trouble comes when, at the exit of Form2, the system shows an error: "An unhandled exception of type 'System.ArgumentException' occurred in System.Windows.Forms.dll Additional information: ArgumentException" Which are the tasks of Form2.cs and Form2.Designer.cs files I think that Form2.Designer.cs is the one who build the view, and the other one makes the main tasks. When VS 2005 deploys the appli ...Show All

  • Visual Studio VS cannot locate a custom debug visualizer for a nested class

    I created a debug visualizer for a nested type (System.Collections.Specialized.NameObjectCollectionBase.KeysCollection) and when I try to use it in a VS project it cannot locate it. Meaning when I debug an application using this type, the debug visualizer icon doesn't appear for this type. I verifed the attribute that I have declared is correct (as far as the right types), I have this code in an assembly with another visualizer which can be found, and I have successfully debugged it using VisualizerDevelopmentHost. So my conclusion is that it has to be a problem with VS not being able to locate my debug visualizer through the DebuggerVisualizerAttribute that I have. Anyone have experience with this or know if it is possible to do Th ...Show All

©2008 Software Development Network