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

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

smozaffari

Member List

ChrisCo
Acts7
RMD
Sepp8181
Pman0401
MatMc
tarjan bruce
TA123
BigGuy
NILKAMAL
DiasVFX
WinFormsUser13232
eliewadi
Imran Shaikh
histonftm
raj.mkj
mdthanh
Rocking Karthik
yzzid
spot9969
Only Title

smozaffari's Q&A profile

  • Visual Studio 2008 (Pre-release) IServiceProvider in MarkupExtension

    Is there a way to add to the services available to a MarkupExtension in the ProvideValue method No, sorry, not in Version 1. I'd love to understand your scenario as we look towards future releases. Thx, Rob Relyea WPF Program Manager http://spaces.msn.com/rrelyea ...Show All

  • Smart Device Development Accessing POOM from C#

    Using C# in Visual Studio 2003 .Net I'm trying to access the POOM Contacts list. Long ago I built a simple program with eVB to do something similar but after reading dozens of links I still can't figure out how to do it. Can anyone shed some light Robert W. Vancouver, BC Ilya, Yes, I have been made aware of that one. I thought there was a much simpler way to do it than having to go to the extent of buying a 3rd party toolkit. Also, my solution must work on all Pocket PCs and SmartPhones, old and new alike. I'm not clear that InTheHand does. Robert ...Show All

  • Visual FoxPro sorting by field using report designer

    Hi All Can anyone help me I wish to sort by a field using the report designer I have a list of equipment with various fields in the details group of a report serialnum, descrip, manuf, model, location, I wish to sort the list by serialnum not descrip as it is currently doing. Has anyone got any suggestions I know this is probably pretty easy but I have absolutely no background with the software. If anyone can suggest where I can get a user manual that would be appreciated Regards Tim I dont understand what you mean I dont actually have visual fox pro. I have software that has been designed using visual fox pro. It uses the report designer to create repor ...Show All

  • .NET Development static constructor

    Dear All, I am first to C# .net. I heared about static constructor. I want to know more about these. Can you explain this to me. It is a sample code I modified. Please use this code to explain the static constructor. public class Bus { static int AAA; static int BBB; static int CCC; static Bus() { System.Console.WriteLine("The static constructor invoked."); AAA=AAA+1; } public static void Drive() { System.Console.WriteLine("The Drive method invoked."); BBB=BBB+1; } public static void Start() { System.Console.WriteLine("The start method invoked."); CCC=CCC+1; } public void Stop() { System.Console.WriteLine("The Stop method invoked."); } ...Show All

  • Visual C++ Program database manager mismatch

    I have been working with vc++ express for about a month, and all my projects were fine but now whenever I compile anythingi get the following error: fatal error C1902: Program database manager mismatch; please check your installation I searched for a solution on Google and MSDN but neither showed anything i could make sense of. Hi, I tried to run dumpbin.exe from its installed location, \ Program Files\Microsoft Visual Studio 8\VC\bin, but the OS complained that it couldn't find mspdb80.dll.  I copied mspdb80.dll from \ Program Files\Microsoft Visual Studio 8\Common7\IDE and dumpbin.exe ran fine.  Shortly afterward, however, I got error C1902 while building a project that had built just ...Show All

  • Visual Studio 2008 (Pre-release) Entity Data Model Designer

    I am using the March 2007 Orcas CTP and have created the EDM model using the wizard. Now, I want some changes so I am tweaking the CSDL, SSDL and MSL files by hand. Of course this leads me to long for the EDM designer tool. When will this be available in a CTP I just came in to ask the same question... Great minds think alike... Guy Burstein http://blogs.microsoft.co.il/blogs/bursteg/ ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. help with c#

    I am learning c++ in school however to use xna game studio it says u need c#. can anyone tell me how much of the basics i should learn of c# and maybe link me some tutiorials. thank you. Welcome! What you want to do is download Visual C# 2005 Express Edition: http://msdn.microsoft.com/vstudio/express/visualcsharp/ Then a good starting point for learning C# programming is at the following site: http://functionx.com/csharp/index.htm This should give you enough background to start playing with XNA. Some other areas of interest would be learning what Generics is and WinForms. Good luck!  ...Show All

  • SQL Server how to sort this mess out (owners and permissions)

    Hi, I've been asked to sort out a mess as follows: two dbs on one server... first db has a user called 'bob'.. that's the login on the server and also the login name on the db in question. this db has several SP's owned by 'bob' which need to copied to the second db. Here's where the problem starts. Somehow, this second db has the standard users it needs, however the db User has a LoginName of 'bob'.. So basically if I try and create a user of 'bob' on the second server which will then allow me to copy these SP's across it says it already exists.. but if I just go ahead and try and copy the SP's it says the User does not exist. Just to clarify what I mean.. I go into the 2nd db using EM. go to users: th ...Show All

  • Visual Basic When file changed, then it runs OnChanged 5 times instead of once?

    Hello, I have a problem with a program that should copy a bgi file (from the program bginfo) each time the file changes. But my problem is that it copies the file 5 times instead of just once each time the file is edited This is the source code: Imports System Imports System.IO Imports System.Diagnostics Public Class main Private Sub Form1_Load( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase .Load If Process.GetProcessesByName(Process.GetCurrentProcess.ProcessName).Length > 1 Then Application.Exit() End If Try '' Copy the file from the network path File.Copy(PathToFileToWatch & FileToWatch, PathToCopyTo & FileToWatch, True ) ...Show All

  • Visual C++ Winsock problems

    Hi, I started using basic winsock operations using msdn's documentation (http://msdn2.microsoft.com/en-us/library/ms740632.aspx) as a guide. Just having '#include <winsock2.h>' caused my application to have 90 compile errors, such as the followng: c:\program files\microsoft platform sdk for windows server 2003 r2\include\winsock2.h(112) : error C2011: 'fd_set' : 'struct' type redefinition c:\program files\microsoft platform sdk for windows server 2003 r2\include\winsock.h(54) : see declaration of 'fd_set' c:\program files\microsoft platform sdk for windows server 2003 r2\include\winsock2.h(147) : warning C4005: 'FD_SET' : macro redefinition c:\program files\microsoft platform sdk for windows server 2003 r2\include\winsock.h( ...Show All

  • Visual Studio Express Editions Save Web Page Files "VBExpress"

    Hi Now I try to create one Web Browser similar to Internet Explorer, and I would like to know how can I save the current page displayed in "WebBrowser Control", I tried to do this with  "SaveFileDialog Control"  but it not working, maybe I have used incorect parameter or commands. Help me please. Thanks Shady Sorry, I have encountered and corected my mistake. I have used This one WebBrowser1.ShowSaveAsDialog() and its worked. But Thanks Shady ...Show All

  • Visual C# Interfaces oversold???

    First, I must admit that I am a C# novice and so I probably don’t have as much knowledge and experience on the subject of interface as most of you guys reading this post. After reading a few books on C# and interface design, I still can’t see and understand the real power of interface unless of course, we are talking about interfaces as a powerful concept in OOP ‘only’ and not as a powerful concept in the general sense. When I was first learning OOP I was quite suspicious about the ‘excellent features’ that OOP claims to be able to deliver to the world and I was right. For example, in reality OOP offers very little if any, code reuse. I am now having the same suspicion about interfaces even though I see a lot nice words used to d ...Show All

  • SQL Server How to show duplicates in reports

    I'm trying to create a report in Sql Server 2005 Reporting Services where it will display duplicates rows in the reports. I'm unable to find the property that enables this. I would need something like HideDuplicates = false, but that is not the way it is intended to be used. If HideDuplicates is left blank, it seems to still hide duplicate values if the preceding row matches. The report is a crosstab type, so we are using a Matrix for the report item. I'll illustrate with a simple example:  This is what we currently get: Catagory Class Detail Type 1 A Item 1 B Item 2 Item 3 Type 2 A Item 4 B Item 5   This is what we want: Cat ...Show All

  • SQL Server Data driven subscription

    I have create a data driven subscription that should email to to different people. It is sent to one but not the other. if I set up a normal subscription to the email it works. I can not see anywhere in the log the problem. Any Ideas on how to find out what is causing it. Also as you can see a subsscription ran at 10:45 But i do not see any log after 8:37 am this morning could loggin be turned off ...Show All

  • Visual Basic ClickOnce deployment of VB6 exe/.NET COM components

    The information about the toolkit claims I can use clickonce deployment for vb6 apps with .NET COM components built with the toolkit. I have found how to deploy a VB6 app with a VB6 COM component but that does not work with the .NET COM component. I checked the toolkit help under How to: Deploy a Hybrid Application and from the information there it does not appear that clickonce can be used. Am I missing something Per InteropForm Toolkit Help: Registering the .NET Assemblies The .NET assemblies you create as part of a Hybrid Application will be called by VB6 COM objects.  Therefore they must be registered as COM objects.  .NET assemblies are not COM objects, of course, so th ...Show All

©2008 Software Development Network