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

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

sdsachs

Member List

tcw
David Lundell
Ariadne22
Siddharth Patil
Francois Malgreve
Kryor
khs1
baldingfatty
Deltoid
Soaring Skies
Ronald Rong
Harendra Singh
MBursill
Mynor Ivan Muralles MSFT
Notis
ewaldt
Ron Hicks
musosdev
TSDesignz
mattie02601
Only Title

sdsachs's Q&A profile

  • Visual C# Int to string?

    Does anyone know how to convert an integer into a string so it can be displayed in a textbox or label Hi, In addition, I recommend that you take a look at the Convert class as well. This class provides the methods for various conversions that maybe required. Convert Class Alternative Approach: int i = 0; textBox1.Text = Convert .ToString(i);   Regards, Vikram ...Show All

  • Visual Studio 2008 (Pre-release) How to implement 2 features

    Hi, I am developing an application using WPF, and there are 2 features that I am unsure of how to implement. The app is currently an SDI, with a sidebar (stackpanel with buttons in it) docked to the left part of the screen. The main "content" is in the remaining area. When a user clicks several of the buttons on the sidebar, I would like to slide out a user control from the right edge of the stackpanel. When this happens, I would apply an image blur effect the the main content. I need help with the sliding out of the user control. The second problem is that the app will allow the user to fill out various forms. When a form is compl ...Show All

  • Visual Basic Multiline strings in components

    Hello, how can I build a multiline string in a component as the Items-Property of a ListBox-Component See this article at codeproject. ...Show All

  • Visual Studio Team System How to use one step's Query String Parameter value in another step?

    Hi, all. Sorry if this is a beginner's question, but I couldn't figure out how to do this. I have a web test, which has several steps. One of the step's Query String Parameters contains the value that I would like to use several steps after that. This value is not displayed in any of the fields on the following page, so I can't apply a field value extraction rule to it. How can I extract this Query String Parameter value to use in the following steps What kind of extraction rule can I apply to this step Thank you in advance. There is not a built in extraction rule but a custom extraction rule c ...Show All

  • Smart Device Development Windows CE installation on a laptop pc

    I have installed WinCE 5.0 on a laptop computer, having these characteristics: - CPU: Pentium III @ 650 MHz - RAM: 192 MB - Hard Disk: 11 GB - PCMCIA Ethernet Card (model 3COM 3CCE589ET @ 10 Mbps) These are the steps I made: - using Platform Builder I built a run-time image of WinCE 5.0 (file “nk.bin”) - I copied it on a CD Rom (via Ethernet was not possible, since the Card is not recognized) - I booted the computer from the floppy firstly created with Platform Builder - I launched through “loadcepc.exe” the image file “nk.bin” Wince runs correctly but I have some problems: 1) The hard disk drive is not recognized, even if in the OS design ...Show All

  • SQL Server analysis services on sql server 2005 and win2003 server are slowing down the system

    Hi, I'm working with the Team foundation server, and I've got the analysis services installed on a win2003 server in combination with the sql 2005 server. The analysis services start (or uses) the msmdsrv.exe process which slows down my whole system. Once i stopped the TFSscheduler service and the "ms sql analysis services" using the sql configuration manager it works normally. My server has got 2GB of RAM which is not that bad! As I know this process is used to update the warehouse. this should be rebuilded every hour... Does anybody know if there's a memory leak does anybody know what's the matter with th ...Show All

  • Windows Forms OnDoubleClick

    When my Control receives a DoubleClick event I want to perform an action, but only if it is a DoubleClick of the Left Mouse Button. How is this typically achieved   I know I can record which button was pressed by first handling the MouseDown event, but I was hoping there was another way. For the life of me I cannot figure out why DoubleClick& ...Show All

  • Software Development for Windows Vista running legacy VC++ applications on Vista

    Hi friends, We have legacy application VC++ (COM) built using VC 6.0 on XP machines. On trying to run this on vista,we are bumping into various issues. I want to be able to debug (5308 build) the application on vista. I tried installing VC 6.0 on vista, it doesnt work and our code doesnt build using VS 2005. I tried making debug build on XP and tried running it using VS 2005 on vista. VS 2005 on Vista ( 5308) complains that it cannot load debug symbols, where as the VS 2005 on XP works fine, it loads the same pdb files. Please help. Thanks in Advance I did get Visual C++ 2003 to install succes ...Show All

  • Smart Device Development cabwizsp

    Hi! I have some problems deploying my application on smartphone edtion of windows mobile 2005. I read in several articles that I have to use cabwizsp. Where can I find this tool Sereral articels mention it, most of the describe how and when to use it, but the tool itself seems to be a secret! Thanks, Dimitris CabWizSp is an old version of SP CAB utility which ships with SP 2003 SDK. WM 5.0 uses unified CAB utility with has /compress command line argument to create compressed CABs which would work on WM 5.0 SP and Pocket PCs. CAB project in VS 2005 allows you to set compress option in project's properties. ...Show All

  • Visual C++ Build a console program for AMD Athlon 64 bit

    What complier and linker settings do I need I tried X64, but the linker choked on the first object I gave it.  How do I tell the compiler what to do Thanks, Now that I've installed the correct compiler it gets to link, but with lots of unresolved library externals. Error 1118 error LNK2001: unresolved external symbol __imp_MultiByteToWideChar tickernet.obj  etc. Any ideas ...Show All

  • Visual Studio Team System Web Service Solution not building correctly

    I cannot get my team builds that contain a Web Service Project to build correctly. To test this, I created a new Team Project (with all defaults) with a brand new Solution that contain a Web Service project (with all defaults). Then I created a Team Build (with all defaults). When I run the build, there are no errors - in fact it reports success, and it processes the solution, but my project never is built correctly.  Specifically, I AM NOT getting the  Binaries\Release\_PublishedWebSites folder where the bin folder that contain the dll for the webservice and asmx files should be. I ...Show All

  • Software Development for Windows Vista Error when saving the workflow in MS Office Sharepoint designer 12

    Hi, I am trying to design a simple workflow in MS Office SharePoint Designer(frontpage) 12 that will send a mail to user B on completion of the task by user A. But I am getting an error saying " Errors were found when compiling the workflow.The workflow files were saved but cannot be run ." In the detailed description of the error it says " Unexpected error on server associating the workflow" . I am not able to find where the workflow is getting saved also. Please let me know if anyone has faced such problems and the fix for it.I need to find an solution fast for this problem Thanks in advance. Mub ...Show All

  • Windows Forms What constitutes a Windows Service failure?

    So I was tasked with making sure that IIS/SQL services don't die and never come back to life.  I was looking in the Services manager on my server ...  right-clicked on the W3CSVC, chose properties, then clicked on the Recovery tab. Within here you see "Select the computer's response if this service fails." ...  and under that there's three&nb ...Show All

  • Windows Forms Stored procedure not found error VS 2003

    Hi, I have an annoying problem with handling stored procedures in a win app. I create a connection string in the app.config file and every time create a data adapter I use one of the available connection from the list on the data adapter configuration wizard (if not create new connection which is equal to the conn string in the app.config) and create the stored procedures. After that I go to the sql connection string properties and at dynamic properties map the connection to the connection inapp.config. When I try to modify the sql data adapter's select command later, initially I get an error saying connection not there but it works seco ...Show All

  • SQL Server Connect to SSIS Service on machine "localhost" failed:

    I cant not connect SSIS all what I need to manage my saved package by VS.Net2005 also I need to know ehere the SIS  package saved in MSDB databse thanks for help please if any one can help ...Show All

©2008 Software Development Network