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

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

mmikey121

Member List

Himanshu Rastogi
rrobs
justin000
synkro
Ink Sloth
N Thuesen
bradgessler
Ramin
ultra2
Libelula
Lee Keel
Tony Morgan
Tytech
HDVD
ejblake
ReidDesign
Andy Olson - MSFT
Raiden
Huy V Nguyen
Igor_Bsa
Only Title

mmikey121's Q&A profile

  • Visual Basic SelectedValue in ListBox

    Hi, this question may be silly for advance users, but anyways... I have a ListBox with 2 items selected (out of 6). How do I get the value(set by the valueMember property) and the text(set by the DisplayMember property) related to these selected items To get the text of the seleted items I used the "getItemText", however I cannot find any method to get the value. Thanks for your help Create a form with a ListBox control named listBox1 and a TextBox control named textBox1 with multiline set to true. Then add this code: (Yes, it's ...Show All

  • Visual Studio Express Editions Installation problems for Platform SDK into VC++ Express

    I have downloaded and installed both Platform SDK and VC++, i followed all the steps from http://msdn.microsoft.com/vstudio/express/visualc/usingpsdk/  and was still unable to get the windows applications. i am able to run VC++ and when i try and create a Win app project i get these errors The following error has occurred during XML parsing: File: C:\Program Files\Microsoft Visual Studio 8\VC\VCProjectDefaults\CoreWin_Express.vsprops Line: 9 Column: 1 Error Message: Illegal qualified name character. The file 'C:\Program Files\Microsoft Visual Studio 8\VC\VCProjectDefaults\CoreWin_Express.vsprops' has failed to load. Failed t ...Show All

  • Visual C++ Debug Help: Stepping into and through a dialog box.

    After fixing errors in the TTSApp program that comes with SAPI 5.1 and the complementary library, I have a question. Once the call to load a dialog box occurs, like on this line: DialogBoxParam( hInst, MAKEINTRESOURCE(IDD_MAIN), NULL, (DLGPROC)CTTSApp::DlgProcMain, (LPARAM)&DlgClass ); Is there a way to walk through the code Or am I forced to view the inner workings of the demo from a distance I'm asking this because I have a college project involving TTS, a theatre robot, and the Rebecca AIML interpreter that's past due (the professor gave me Spring Break to work on it and I don't want to let him down). If I can view the st ...Show All

  • .NET Development Typed data sets and adapters

    Hello all   I use typed datasets, and the adapters which created for each table, it is very convenience. But...   The application is targeted to be distributed to my clients which has a different connection string than I do.   How do I change the connections string dynamically Please do not give me one of the next answers:   I already know that the connection string in the app config is read only.   I do not have the option to change the file using XMLDocument.   I am looking for a one place solution, not like changing the connection string mo ...Show All

  • SQL Server Images not being displayed.

    1. I am using the webservice to render the images from a report, and they dont render. I paste this URL to the browser http://agamenon:90/ReportServer %2fGescomRpts%2fRPT_MediosDesarrollo&rs%3aFormat=HTML4.0&rs:ImageID=6c809239-753f-4988-abcf-231416dff0d6 and I get this No se encuentra la secuencia. No se encuentra el identificador de secuencia proporcionado a una operacion en la base de datos del servidor de informes. (rsStreamNotFound) Obtener ayuda en pantalla This is the code the problem is that I need to know the streamid, and to know the streamid I first have to render the report where the image ...Show All

  • Visual C# Exception Handling Application Block

    hello The June 2005 release can it be used with .net 2005 beta 2 if so how do you install it i get a error saying i need framework 1.1 thanks in advance kered Hi Kered, I opened the ExceptionHandling Solution in VS2005 Beta 2 and ran the conversion wizard and removed reference to the Nunit DLL and built it. I got the DLLs generated for ExceptionHandling. I think you can do the same. I have sent you the DLLs and answered  your other question separately here: http://forums.microsoft.com/msdn/ShowPost.aspx PostID=54330 I thought it was better to have it as a separate question since the topic was comple ...Show All

  • Visual Studio Tools for Office Order of selection events with Bookmark controls

    Hello, I have created a simple VSTO Word project with two bookmark conrols: [BOOKMARK1] [BOOKMARK2] They appear in this ordert in the document. I have added handlers for the Selected/Deselected events, and I am getting strange results: When I select BOOKMARK2 and BOOKMARK1 is selected, I get: Deselected: BOOKMARK1 - Selected: BOOKMARK2 Then, if I select BOOKMARK2 while BOOKMARK1 is selected I get Selected: BOOKMARK1 - Deselected: BOOKMARK2 The event sequence is inverted compared to what one would expect. I do not know if this behavior has already been reported, or if I am doing something terribly wrong, ...Show All

  • Visual Studio Team System AccessViolationException with Remoting in Unit Test tool

    I have a unit test which uses remoting to talk to the localhost. Before a connection can even be made, though, I get an exception in my test: Test method TETest.ApplicationFormTest.OpenShowsOpenFormTest threw exception:  System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. --->  System.Runtime.Remoting.RemotingException: Remoting configuration failed with the exception 'System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.AccessViolationException: Attempted to read or write protected memory. This is often an indi ...Show All

  • .NET Development Culture Culture

    Hi All, I'd like to add my native language[Myanmar, Burmese] to one of my project. [localization].In other languages, we used to write some keys and value [in chinese] in one text file.And then we make one resource file depend on that text file. Eg: zh-CHT.txt keyFileOpen = '%$$#%%%#%'   <- Like this. I also want to write like that but I can't two fonts in notepad. How to localize the project with the lanugage that did not supported by microsoft Hello mchlSync, Satellite assemblies can be culture-dependent, allowing an application to be globalized, with language/culture-specific code loaded depending on the OS/assembly-lo ...Show All

  • SQL Server Setup ODBC problem using SQL Express

    Hi, I have install Microsoft Visual C# Express Editon 2005 from MSDN site. I have follow this step . Uninstall beta versions Before installing, you must uninstall any previous versions of SQL Server 2005, Visual Studio 2005, and the .NET Framework 2.0. 2. Download and install Download and install Visual C# 2005 Express Edition!! Download Note: Having network issues or need to burn a CD for offline installation Follow the manual installation instructions . ...Show All

  • Visual Studio Team System Solution file not checking in - how can I?

    Hi, I have a simple web project (the new VS2005 asp.net web project add-in) and 2 class projects under a solution. Originally, I created a solution that was in the same folder as my web project. However in order to not keep getting the source control warming: "users may have projects getting this project..." etc. I have re-saved my .sln file in my 'trunk' folder on my dev PC and deleted the old .sln from my PC and Team Foundation. Now, VS2005 is not giving me any way to check in the new sln file. How can I accomplish this The .sln is on my hard drive and works fine, however it's NOT in source control and Team Foundation/Syst ...Show All

  • Visual Studio Express Editions registration

    Is there any way to find out what your registration key was if you lost it From inside Visual Studio, click on the "Help" menu and select the "Register Product..." option.  Go through the process as if you were registering the product a second time (the registration fields will be prepopulated for you, so it will only take a few seconds).  The registration key will be displayed at the end of the process.  Note that you will receive another registration acknowledgement mail as a result of doing this. Thanks, Scott Currie DDCPX Program Manager Microsoft ...Show All

  • SQL Server sqlexpress installer doesn't believe sqlexpress has been uninstalled

    Because of numerous problems trying to get sqlexpress working, I uninstalled it with the intention of reinstalling (via Add or Remove Programs). However, now when I try to reinstall it, I get a message that the I am not making a changes so it won't let me install it. I do have sql server 2005 developer's edition installed; is that the reason and does that mean I cannot have both installed on the same machine You can have both on the computer as long as they have different Instance Names. You should verify what you have installed in Add/Remove Programs by launching the SQL Server 2005 Maintenance Mode and ...Show All

  • Windows Forms Project/Install menu

    In Visual Studio.Net enterprise, I am trying to run this menu command, but it is grayed out/disabled.  Does anybody know why ...Show All

  • Visual Studio Tools for Office tooltips over bookmarks best case

    Using VSTO, I add bookmarks, then add label controls to which I've attached a ToolTip object to the bookmark's range. Saving the document and reloading works fine, and adding additional bookmarks after that point is ok. I can save the file with these additional bookmarks, but when I quit out of word, word dies before the Quit event fires. I've tried Controls.Remove() and removed labels and it still fails the same way. The only success i've had is just to never add a label to the controls collection -- things seem fine this way except that I don't have a tooltip for displaying additional info about the bookmark Any suggestions on how to do t ...Show All

©2008 Software Development Network