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

Software Development Network >> Mudassar Ahmed Khan's Q&A profile

Mudassar Ahmed Khan

Member List

Jay T103328
Mr Dave
GerEielts
Medes
Tim Haines
Manuel Feller
Jerry Zhang
hoy
BinduV
dbloke
StoneTao
spotl
julio5101989
krissmith
BUET Freshman
Abu S. Md. Ismail
Shannon Braun - Sysknowlogy
mr_venhola
t_girl
Vovka
Only Title

Mudassar Ahmed Khan's Q&A profile

  • .NET Development SQL strings and distributed applications

    I am building a solution in VB 2005 which uses SQL strings to determin varoius totals etc. It works fine on my machine - but when I deploy the solution and install it on another machine, it fails to show the totals at all. I am in no way an expert so i assume that I have overlooked something simple. I would be most grateful if anyone could point me in the right direction. I would suggest to remove hardcoded path from the code and keep it in a config file. In this case you will not depend on it and can build your connection string on a fly. ...Show All

  • Windows Forms MS Access Forms functionality in VB.Net ??

    First off all sorry for my english…  I'm experienced user of MS Access. I'm trying to use VB.Net instead of MS Access to build some database front-ends. I must show to a user a database which consists of our contracts.  The problem is that each record consist of many fields (>20) and I must show all of them.  Using datagrid is not very&nbs ...Show All

  • Visual Studio Express Editions Databases!!!

    Hello, I have a problem trying to connect to an Access Database, the problem is that I want to make a working project without thecontrols, I only need the source code to do that. I would like to know about working with databases without using the bindingnavigator, how can i do that. I don't know, please help!!!:D I imagine the code in this article will cover what you want to know, there's lots of similar articles on that site as well: http://www.codeproject.com/vb/net/atcl.asp ...Show All

  • Visual Studio MS ANtispyware blocks unit test tool

    Hi All, Have any of you experienced problems with the Unit Testing facilities of VS.NET 2005 beta 2 (on a C# project) being blocked by MS Antispyware It appears that the environment autogenerates a batch file each time the unit tests are to be executed. I am not sure how to stop MS Antispyware from objecting to this each time I run the scripts. Please let me know if you have a workaround (that doesn't compromise the security of my machine). Thanks In Advance, Andrew Matthews check http://www.xenopz.com/blog/bartdeboeck/PermaLink.aspx guid=02560aa8-78f7-4975-b714-58101b4738f8  this does work for me ...Show All

  • SQL Server error of Initializing SQL Server Reconciler has failed using SQL Server CE 2.0

    hi, i'm using SQL Server CE 2.0 in my application. When i try to synchronize my database by calling replicator.Synchronize(); errors :   Initializing SQL Server Reconciler has failed. process could not connect to Distributor SQL Server does not exists and access denied. what i did right now is i try to register regsvr32 "C:\Program Files\Microsoft SQL Server CE 2.0\Server\sscerp20.dll" regsvr32 "C:\Labs\NorthwindTempFiles\sscesa20.dll" both of the DLL files were succeed register. However, when i try to re-do the synchronization. The same error still happened!!! I do not know what's going wrong..=( Who can help m ...Show All

  • Windows Forms Image of a web page?

    Is it possible to capture a complete image of a webpage in a webbrowser control from vb.net The short answer is yes.  If you are using v1.1 then it's a bit more work.  Bob Powell has a great article on this.  If you are using v2.0, it's as easy and an API call for a control.  I don't have the API right now, but I can get it later one and get back to you with it.  I do that exact same thing with v20 to grab the Montreal Canadiens front page to save for a screen saver I'm working on.   Good luck. ...Show All

  • Smart Device Development /GR- cl.exe option causes WM_INITDIALOG not to fire.

    Project->Properties: Configuration Properties/C++/Language: Enable Run-Time Type Info = No (/GR-)  causes WM_INITDIALOG not to fire when invoking DoModal() for a dialog instantiated from within OnInitialUpdate() of a single document MFC application (i.e., from within OnInitialUpdaet() for a subclass of CView). Compiling with /GR does not produce this problem. To reproduce this, use VS2005 to create a single document app, use the IDE to add OnInitialUpdate() to your CView subclass, create a test dialog, instantiate and invoke DoModal() for the test dialog from within OnInitialUpdate() for the CView subclass. Build using /GR- and inv ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. using pixel shaders with C#

    i have a bunch of "old-fashioned" ps files that i don't have the time to convert to HLSL. i have the managed directx book and searched the forums but i cannot find the answer to this simple question: how can i use those old ps files with C# and managed directx i have the latest february sdk and vs 2005 installed but there's nothing in the documentation that is helpful. in fact, the documentation for managed directx is sketchy AT BEST. could someone please post a few lines that outline the steps for getting from a ps file on hard disk to a PixelShader class thanks. You need only two lines of code ...Show All

  • Software Development for Windows Vista Spawning multiple instances of the same workflow

    I am currently using WWF v2.0beta and completed building a workflow project that handles one instance of the workflow.  I am interested in making this project multithreaded and have it handle multiple instances.  What is the correct process to do this What my program does is that it has a listener that waits for messages, when it gets a new message it should spawn off a new instance of the workflow.  For the single instance example the workflow is started in the Program.cs file with the following command: WorkflowInstance instance = workflowRuntime.CreateWorkflow( typeof (RecvMsg. Workflow1 ), parameters); in ...Show All

  • SQL Server Hi to all,Please help me

    Hi i want to hide a particular row in crystal report. how could i do that. thnx trivikram You should ask over at the Crystal forum: http://forums.microsoft.com/msdn/ShowForum.aspx ForumID=77 . ...Show All

  • Visual Studio Is is possible to add classes from multiple projects into the diagram?

    I had a basic question concerning the Class Designer.  If you create a solution space containing multiple projects, is it possible to place a class from one project onto a class diagram that exists in another project within the solution space.  Greg, You'll also have to build your referenced project for you to visualize the types from that project.  In V1, we only get the information of types from referenced projects through the assemblies built for that project. Also, it will be good if you started posting questions on new thread instead of this post which is meant to be an informati ...Show All

  • Windows Forms Setup/deployment project - conditional installation of shortcuts

    I've created a setup/deployment project.  I want to conditionally create a shortcut to one of my installed files in the user's Startup folder (for example).  I've created a checkboxes dialog box and assigned a condition to the first checkbox.  But there seems to be no way to make the installation of the shortcut dependent on any conditions.  If I do 'Properties' on the shortcut (in the file system view) then there is no condition property.  There must be a way to do this surely Boing!!! Surely it must be possible to conditionally create shortcuts Mike ...Show All

  • Visual C# Richtextbox spell check

    Does anyone know of a cheap commerical component that offers spell checking for the richtextbox control I understand how to use the office interop which allows access to the MS Word spell checker. Yes, it's easy to get the mis spelled words and suggestions using interop, but I want the spell as you type option with suggestions when you right click... perhaps there is a free component floating around with these options Any help Always appreciated! You can only get back the suggestion list and display it when needed. Check these articles at codeproject: Spellcheck.net NetSpell - Spell Checker for .NET ...Show All

  • Visual Studio Team System VSTS Lockup on checkout

    If I check out a file from TS and then someone else changes it and checks it back in, when I perform a get latest it will lock up my local copy of Visual Studio. I don’t get an error, so I end up having to do an ‘End Task’ on Visual Studio. Anyone else run into this problem and discovered a solution Thanks, I don't think we've seen this one before. Can you tell me: 1) What version of VSTF you're running (e..g Beta3, Beta3Refresh, etc) 2) What type of file is involved with the Get Latest 3) What type of project does the file belong to 4) Was GetLatest performed from Solution Explorer or ...Show All

  • Windows Forms Binding Navigator error

    I am getting the following exception: Could not find any resources appropriate for the specified culture or the neutral culture.... And debugger pouse in loading image resources. I use Win xp With arabic support. Problem appeared after installing MS Antispyware. Before it works fine. help required!!!! As I remember every thing including the navigator controls works fine. Then I installed MS Antispyware and the problem appeared. Alll forms that include the navigator controls start giving me this exception. If I comment the line that it stop in The icons of the navigator control disappear and the application work. I tried even to creat ne ...Show All

©2008 Software Development Network