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

Software Development Network >> Shahed Khandkar's Q&A profile

Shahed Khandkar

Member List

neko...
IoPi
Jaydip_Bagchi
homerc44
Peter McEvoy
jlkyle
D_S_Clark
hexrex
Colin F
maria paramita
heraino
dblue
alienseiya
dotnetdumps
Rajesh Choudhary
Andrew Burton
SarahJ
yoshita
mattcushing
Shane Gleeson
Only Title

Shahed Khandkar's Q&A profile

  • Visual Studio UserControl in tool box goes blank

    Hi! I am trying to write a add-in that will display a new dockable tool window. I am writing this in C# and using the shim control as decribed in the sample 'ToolWindow'. My UserControl is very simple, just a button and a tree control. My problem is that when I create the tool window as decribed in the sample: objControl.HostUserControl(asm.Location, "ClassViewAddIn.CW_Control");   the control starts OK, and I can switch between docked tabs. Now I want the control to know about the current application object as it was sent to the addIn when it started. So I create a new contructor for my control that takes an argument and use anoth ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. how to save a progressive mesh to a .x file?

    When using ID3DXPMesh to simplify the model, I want to export the data of a progressive mesh to a 3D file. I know D3DXSaveMeshToX can save ID3DXMesh to a .X file, but how to save a progressive mesh to a file Any suggestions will be appreciated. Thanks a lot:) Lily You should use the Optimize method from ID3DXPMesh. This method creates an ID3DXMesh object that you can save with D3DXSaveMeshToX. ...Show All

  • SQL Server Changing a field background color IIF.....

    Hi All, I need to change the backgroung color to a field in the background property.... =iif(Fields!act_shp_dt.Value <> Fields!prm_shp_dt.Value , " Late ","") This is the field and I want it to change color if the statement is true. Can anyone help Thank you in advanced, Kerrie Thank You so much for your help. That did it!!! ...Show All

  • .NET Development How to start a win16 exe with Process.Start static methode

    In .Net 2003 I can start a .Net executable, a Win32 executable and a Win16 executable (written with VB 3 in 16 bits) with the Start static methode of the Process Class. In .Net 2005 when I try to start a Win16 executable I receive the error : The parameter is incorrect Can somebody help me The code that is making the call to Process.Start() and everything else setting up parameters and what not (if present)... is the same code that worked fine under VS2003 Can we see the code in question that is being used to launch this app ...Show All

  • Visual Studio Team System Disconnected modified files

    The biggest reasons we are not switching over from VSS to VSTFD have to do with working on files is disconnected mode, sluggish performance and multiple file comparisions.  Perhaps you can address some of our issues 1. If I am disconnected from the source control and I have modified project files or deleted project files (and probably added files) team foundation does not find these file changes.  Moveover, a "get latest version" believes that the deleted files still exist in the file system (it appears to be comparing against metadata instead of the actual file system).  I understand that there are some team foundation power ...Show All

  • Visual C# Label Properties

    Ok. I am creating a label at runtime. Here is my code below : Label label1 = new Label (); label1.Text = "text"; label1.Location = new Point (457, 352); label1.Size = new Size (250, 80); this .Controls.Add(label1); Can anyone tell me how to change the font size, and the font color at runtime I am sure I will get help for you gusy ALWAYS have the right answer. And I want to thank you again. Hi, In your first question (changing the text color), try this: label1.ForeColor = Color.Blue; On your second, you should create a class-scoped variable of your label: Label label1; private void button1_Click(object sender, E ...Show All

  • .NET Development Mht Email (Html Archive)

    It is possible (out of the box) to send Mht email now in .NET 2.0 I've taken a look at LinkedResource & AlternateView and I'm able to send out emails. However, there is no documentation on what is going on behind the scenes. Tell me exactly what you are trying to send and what the content type is. It should be fairly painless as you can send any content type of your choice. What exactly do you want to know that happens behind the scenes 1. You create an altenate view and set the content type to the content type of your choice 2. Set the content 3. When you send it we send the right content type header 4 ...Show All

  • Visual Studio Team System Installation Question

    I have all the components specified (WSS w/SP2, SQL 2005 Standard) except that I have The Trial Ware version of Team Foundation Services. Is this a problem Just want to install the darn thing, test it, blow it away, and install the real thing if it works the way I hope. Thanks in advance!!! Jay The test configuration will be single server and the production configuration will be two tier or dual server installation. Also we're still studying 2005 SQL and the new production box isn't quite ready yet. So, need to "blow it away". Sorry, was this an opinion or a confirmation that there will be no problems encount ...Show All

  • Visual C# [VS2005] Building Comment Webpages

    I am reading Inside C#, 2nd Edition and it speaks of a tool in the Tools menu that will build a website from my provided XML documentation but I have found no such feature. Does it actually exist I am running the express version of Visual Studio .net 2005 on my computer but have access to the full version on another. This is available in VS 2003, but not in VS 2005. NDoc is a free tool for generating help files from code comments, but sadly it has not been updated in awhile. http://ndoc.sourceforge.net/ Here is another post in the forums discussing the topic as well: http://forums.microsoft.com/msdn/showpost.aspx postid=565 ...Show All

  • Visual C++ Problem deploying a VC++ application

    Hi all.. I have programmed a small application (a Win32 type application) that uses only Windows API and some CRT functions. That way, I thought it would have the fewest dependencies as possible, but I'm afraid I was wrong. First, I only copied the released EXE file to the target machine. When I ran it, a message was shown telling that it expects a CRT DLL, which is expectable since I use CRT functions. Well.. I copied the mentioned DLL but I received another stranger message: "The procedure entry point _encode_pointer could not be located in the dynamic link library MSVCR80.DLL". Second, I created a setup project for my a ...Show All

  • SQL Server 64 Bit OLE vs. 32 Bit OLE

    I have a SSIS package that works on Windows Server 2003 32 Bit with SQL Server 2005 32 Bit when I move it to a Windows Server 2003 64 Bit (AMD) with SQL Server 2005 64 Bit it fails with error 80040154 on the connection to an Access 2000 database. The solution maybe Jet 4.0 SP8 however I can not find SP8 for Windows Server 2003 64 Bit AMD (I can find Jet 4.0 SP8 for Windows Server 2003 32 Bit, Windows Server 2003 64 Bit Itanium however). I understand that Access is 32 Bit and the system I am replacing is running on this server using 32 Access (2000), the is also SP8 for Itanium 64 Bit so are you saying that the only 64 Bit OLE connection ...Show All

  • Visual Studio Team System Control is not going to DLL part while debugging a project in visual studio 2005

    Hi All, I have created a Dll(Class library). I have Windows application and using that created Dll as reference(addedd from the bin derectory of the DLL project) both the project are in visual studio 2005  Now while i m debugging my application control is not going to the dll part(classes/functions). can any one tell me what may be the problem anything is to be customize Thanks in avdance. try removing the reference and then adding the reference, but this time instead of browsing to the dll, select the project from the projects tab.     ...Show All

  • Visual C++ Can create a dll, but fails to create the library for the dll

    I can create a dll, but the build fails to create the library for the dll, in debug_dll / win32. In debug / win32 builds just fine, only is static lib. Is there a way to create the lib file by command line Using winxp Pro on AMD64, 2 gig mem, VC++ express 2005. Rick Ayman Many thanks, could not remember the command, but I knew there was one. I lift a cold brew in your honour. Many thanks Rick ...Show All

  • .NET Development How to send a string from one program to another?

    Is there a way to send a (small) string from one program to another assuming that both programs are on the same PC    I have tried using a tcp client and server connection between the two programs.  This works, but I was wondering if there was a more efficient way to do this. Thanks for any ideas, MisterT   Use System.Messaging namespace. One app creates a queue or both and use can send object to each queue. Just think in real world terms. The Message object under System.Messaging is a letter and the queue is the letter box. The Windows OS comes with Message Queuing which will deliver ...Show All

  • SQL Server SQL Server Management Studio Express CTP will not start

    Hello there, Is anyone having problems with the Management Studio Express tool. I was able to installed it and use it for a couple of days without any problems but then one day it stop working. Now when I run the program it does not do anything. Not error messages in the event log. Also, I uninstalled and reinstalled. I am having a similar problem and suspect it could be because I am using Windows XP home edition. I am not sure if that is supported or not. I will attempt to reinstall both SQL Server 2005 and the Management Studio Express today and see what happens. ...Show All

©2008 Software Development Network