Software Development Network Logo
  • Windows Live
  • Architecture
  • Windows Forms
  • Visual Basic
  • Microsoft ISV
  • Game Technologies
  • Visual J#
  • Windows Vista
  • Visual Studio
  • Smart Device
  • Visual C++
  • Visual C#
  • .NET Development
  • Visual FoxPro
  • SQL Server

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

Amardeep

Member List

JDehart
andrew_goodman
Lisa Slater Nicholls
Scottzrn
Gary P.
Denis Silva
John Minker
kaebischer
Michael1138
mannix
Satyajit
iffishah
herbgarden
Chace
Todd Biggs
ucci
bla44
Dj2
MrHeckles
watch is
Only Title

Amardeep's Q&A profile

  • Visual Studio Tools for Office Deploying Excel Smart Doc Solution to WinXp(Office 2003 NOT PRO) & Win2K(Office 2003 Pro): VSTO 2005 C#

    Hello I have deployed a SmartDoc solution to a clients machine (WinXP) and I have installed all the prerequisites and setup the security properties and when I run the Smart Doc excel file I cant use the SmartDoc pane (Document Actions _Other Tasks Panes). I have tried to search for it and no luck and i dont get any errors. The funny part about all of this is that I have another identical machine(Win 2k) and I have used the same deployment ...Show All

  • Visual C# Resizing Form

    Well, i'm trying to resize the form and i don't know why it's not working. Form1 f = new Form1(); f.Size.Width = 540; Gotting this error: Cannot modify the return value of 'System.Windows.Forms.Form.Size' because it is not a variable Size is a read only property. Use Width and Height directly, Size is just a helper property if you need them as a Size object. f.Width = 540; ...Show All

  • Smart Device Development Activating speakerphone on Windows Smartphone

    I'm trying to activate the speakerphone on my HTC-derived (Qtek-8300) Smartphone 2003 with no success. So far, I've tried the following approaches. TAPI: After initializing TAPI and veryfing the device's capabilities I made the following call: phoneSetHookSwitch(hPhone, PHONEHOOKSWITCHDEV_SPEAKER, PHONEHOOKSWITCHMODE_MICSPEAKER). The call fails with PHONEERR_OPERATIONUNAVAIL despite the fact that the device should support this fe ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Will DX10 support printing

    Will DX10 have a built in print support I am asking because right now its quite uncomfortable to get a Screenshot in printable quality via DX9. uhm, interesting idea... I'm not aware of there being any support for printing in Direct3D 10. Doesn't really fit the API as far as I see it. Getting print-resolution screenshots has always been an awkward challenge - but there are a few good articles on using ...Show All

  • Visual Studio Can't find Class Designer on IDE

    Can't find Class Designer on IDE I have the most basic question of all.  I've installed the Feb CTP.  Nowhere in any of the menus can I find the class designer.  If I add a new class the designer doesn't show.  I just get the basic classX Where do I find the class designer dennist SKU is packaging form - e.g. C# Express, Visual Studio Standard, Visual Studio Team Suite etc. You can find ou ...Show All

  • .NET Development Problems in ASP.NET 2 when I update my ODBC database

    Hello, I develop my web site using Visual Web Developer 2005, works perfectly runs under VWD (using ASP.NET Development Server), but when I run my site under IIS with NET Framework 2.0 aparently works fine but when I need UPDATE or INSERT data in my Access Database an error occurs: System.Data.Odbc.OdbcException: ERROR [HY000] [Microsoft][Controlador ODBC Microsoft Access] La operacion debe usar una consulta actualizable. Please helpme I don't ...Show All

  • SQL Server How to pass Active Directory Credientials to Report builder using asp.net.2.0

    Senario: Developing the Application using ASP.Net 2.0 ,Using the Active Directory Credientials. 1. In Login Page enter the User name & password. Active directory validate that credientails and allow to access the Application. 2. In this application Reportbuilder link is there. 3. Reportbuilder is installed in the another server. 4. When click the Reportbuilder link is set to that server path. it open the Report builder in our ...Show All

  • Visual Studio Attaching build log

    Anyone have a simple way to attach a build log to an email By simple I mean without jumping through all the hoops of creating a custom logger. I've attempted to use the Mail Task with Attach() available from the MSBuild Community with no success. The problem is that msbuild exclusively locks the log file so Attach() fails. CliftNorris wrote: I just emailed you a zip file containing some code that w ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Sprite Problem

    I'm trying to do some simple 2D graphics with DirectX 9.0 (April version), so the first step is to display bitmaps. I found a tutorial that applies a texture to a rectangular triangle fan (quad), and that works perfectly. However, when I try to display a bitmap with the ID3DXSprite object, it looks a little blurry, as if the bitmap is offset from the screen coordinates by some fraction. When using the texture-quad method, apparently you must ...Show All

  • Smart Device Development Pls give me some advice!

    Hello there, I am a new comer to this smart device development world. now I have some problems with creating a smart device dll using VS 2005. The problem is I know little about developing DLLs. Is there anyone who has any online tutorials or useful sites about it especially for VS2005 Thank you very much... Here's a pretty thorough coverage of DLL's.  http://msdn.microsoft.com/library ...Show All

  • Visual Studio Tools for Office Access Developer Extensions IN VS2005

    HI, I just receice the beta2 of Visual studio 2005. The visual studio tools for office is included in it. What about the Access Developer Extensions I need to deploy an access 2003 database royalety free on my station. How I can do that with Visual studio 2005 Thanks The Access Developer Extensions are part of VSTO. VSTO is included in VSTS and is also a standalone product. The Access Developer Extensions a ...Show All

  • Visual Studio Building / Deploying Crystal 11 Reports in VS.NET 2003

    We have been unsucessful so far with incorporating ALL our Crystal Reports into MS Reporting Services (VS.NET 2003).  Is there a good answer to this I have to say-- I must say I have not ever seen an Error de compilacion , myself, I have not seen one. I have not seen it, because it sure is not American . ...Show All

  • SQL Server Reporting Services 2005 and Windows Sharepoint Services

    Hi, I have a small dilemma; is it possible to install WSS on the same server as SQL Server 2005 We building a portal using SQL Server / RS 2005 and the idea is to use WSS as the base. The problem is that WSS uses .NET 1.0 and SQL 2005 uses .NET 2.0. And they doesn't seem to work together. Is there a workaround, I have searched the net and there are people saying they are running this configuration but havn't been able to find out ...Show All

  • Visual FoxPro MS Access Switchboard?

    Does VFP offer anything like the switchboard in Access   I would like to create several forms & just be able to click on a link to open whatever form the user wants at that time.  Any suggestions There is nothing prebuilt in VFP to do this, but you can easily create a form, drop commandbuttons on it and add the necessary logic to run the required forms. If the form needs to be dynamic based on use ...Show All

  • SQL Server Force to Bottom of page

    I have a text box as the last item on the report. It's just above the Page Footer. I want this textbox to always display at the bottom of the last page of the report. I can't seem to find a way to force this. All help is appreciated. Thanks for the response. That is a good thought but the textbox contains a Paramater to the report which could be a multi line string. The textbox will grow with the string but the Footer doesn't see ...Show All

©2008 Software Development Network

powered by phorum