Software Development Network Logo
  • Windows Vista
  • SharePoint Products
  • Visual C++
  • Windows Forms
  • Visual Studio
  • Game Technologies
  • Visual C#
  • .NET Development
  • IE Development
  • Visual FoxPro
  • SQL Server
  • Smart Devicet
  • Visual Basic
  • Audio and Video
  • Microsoft ISV

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

stephanielauym

Member List

d72e4d
donkaiser
AlanKohl
XNA Rockstar
bryanedds
say_2000
JeffSE
Gertrude
Ultrawhack
Andareed
Vladimir Sapronov
Erik Bertrand
js-mueller
Mitch Walker - MSFT
IvanVC
chxfryer
kewpcg
Xiaobo Gu
Visions.net
tShunnar
Only Title

stephanielauym's Q&A profile

  • Windows Forms DataGridViewComboBox System.Argument Exception

    Hi All, When I create DataGridViewComboBox columns and add them to a DataGridView I keep getting a System.Argument exception if the items contained in the ComboBox are not already within the DataSource. Has anyone else experienced this problem If so how did you handle the error Moreover, is it possible to suppress the error and continue with the programs execution normally Cheers, sfx If you do need to suppress the error, handle the DataError event of a DataGridView class. You may even leave the event handler empty, just create it. ...Show All

  • .NET Development Problems with datagrids in .aspx pages

    This is following a walk-through provided in the msdn documentation. I add a new web form, drag a gridview onto it and configure it (choose datasource, i can pick the columns from my sql database fine, test query on the final page of the wizard brings up the right data. Everything seems ok. I go to run it and get the following : Server Error in '/WebSite1' Application.  Check connection string in your web.config, may be I have syntax error in provider name (this case-sensitive). You need something like: <connectionStrings>     <add name=" SqlServerConnectionString " connectionString="connstring" providerName="System.Data.SqlClient"/>   </connectionStrings> Also check all web.configs by hierarc ...Show All

  • .NET Development Saving an array into a database

    Hi, I have code written that accesses an excel database, creates an array with the info, and then displays it in a listbox. I was wondering if there is a way to save the array into a database. Any Help will be very helpful ha thanks in advance, take a look at this article Saving an array to a SQL Server table with VB and ADO it targets same problem you have but with ADO and VB hope this helps ...Show All

  • Smart Device Development How can I deploy latest service pack along with my application cab file

    I am getting following error this apliaction (Mytestapp.exe ) requires newer version of the microsoft .net compact framework than the version installed on this device How Can I deploy latest service pack along with my application cab file. I am using smart device cab application projectI am getting following error this apliaction (Mytestapp.exe ) requires newer version of the microsoft .net compact framework than the version installed on this device How Can I deploy latest service pack along with my application cab file. I got Framework 2.0 installed from MS, but there are still some "magic files" required that MS did not include with .Net CF 2.0 Cab files. If you run Visual Studeo 8.0 and allow it to copy its "versio ...Show All

  • .NET Development "Plus equals" pattern in IL gives incorrect results

    When people claim to have found a bug in the CLR, I am normally the first person to tell them to go back and find the bug in their own code, since that is far more likely than the problem being in the CLR itself, given how stable the runtime has been since its release. However, I believe I have isolated a case where the runtime, or something operating at or below the IL level, is behaving incorrectly. (Note: the problem I describe here only occurs in version 1.1 of the CLR; version 2.0 does not appear to be affected) This case evolved from a bug I was having in a VB.NET app, but after disassembling the app and playing with the IL code, I am confident that the problem has something to do with the IL itself. Basically I am performing a "p ...Show All

  • Visual Studio Express Editions concerning media player

    renee where do I post pause button code Here's the point. It's a burden and I recognize that. I'm here to help you. So in my eyes, the question becomes, to what extent are you willing to help someone who is helping you Who is to assume the burden. It's not easy to debug a noobie's code. It's much worse when I have to do the mental gymnastics to format your code in my head. That really distracts me from helping you. I'm really willing to work hard for people but I do have expectations. My expectation is that they do their share of the work and not have me do all of it. If they want to put unreadable code up, fine. In that case, I feel they haven't done everything they can to make things easy for the volunteer who i ...Show All

  • Visual FoxPro Copy classes or subclass from a classlib

    I am obviously still learning and making changes in my original classes in my first application. I have a second application which I am developing now. The second application will need to use classes similar to the first application, but some classes will require  minor and others major changes. I'm not sure if I should copy the classlib and modify it for the second application, or sub-class from the first class lib. Also, is there an easy way to copy individual classes from one classlib to another Please keep in mind that the first classlib will be modified heavily in the future. Any ideas for a strategy would be greatly apreciated. If these are un-connected app ...Show All

  • Visual C++ MSVCRTD.lib(crtexew.obj) : error LNK2019: unresolved external symbol _WinMain@16 referenced in function _WinMainCRTStartup

    Hi Justin! i am completely new to this and have to learn the language fairly rapidly, got myself a decent book, but when i try and compile a simple hello world program i get the error:      Linking...    MSVCRTD.lib(crtexew.obj) : error LNK2019: unresolved external symbol _WinMain@16 referenced in function _WinMainCRTStartup    Debug\dont know.exe : fatal error LNK1120: 1 unresolved externals    Build log was saved at "file://c:\Documents and Settings\Justin Pyfrom\My Documents\Visual Studio 2005\Projects\dont know\dont know\Debug\BuildLog.htm" dont know - 2 error(s), 0 warning(s) the hello world code is in a .cpp file format and t ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Minimizing and Maximizing

    I have my application set to use the full screen. If I hit alt tab, go into another app, then alt+tab back into my game, it's solid gray, and then locks up. I wrote some simple code to check the keyboard state, and close the app if I hit escape, but that doesn't even work. I just assumed that this would all be handled for me, out of the box... Do I have to write anything myself to fix this I am still using the beta version, and the method that was generated for me didn't have a parameter. Aparently, the generated code changed between the beta version, and the 1.0 version. When I try opening the sln in the new version, I get an error telling me that the project was saved in an incompatible version of XNA ...Show All

  • Visual Studio Tools for Office Custom Task Panes in Outlook 2003

    I had been scratching my head for past few days but did not came to find any clue. I am interested in getting custom task panes to work exactly the way it works in Office 2007. Although the object model is quite dis-simmilar, yet is there any alternate way to display custom task pane or to display a user-defined windows control in an existing task pane in 2003 Any help would be appreciable. Thanks Hi Imran If I understand correctly, you're asking whether one can use VSTO to modify a built-in task pane in Word 2003 No, there is no interface to change the contents of Word 2003's built-in task panes. You can use VSTO 2.0 to create a custom taskpane for Word 2003, and that can contain a Windows form ...Show All

  • Visual Basic adding files to the publish

    I would like to add some extra files to the publish, but have been unable to find where to do so. I have some text files that my program will read, and need to know how to include those in the published application so they will be installed with everything else. thanks, Dan aha! this is great, thank you very much. it took me a few minutes to determine you could add more than strings, but this will work great. ...Show All

  • Visual C# unicode Characters and Sql problem

    hi there is a excel file that uses unicode characters with special language! (farsi) I have imported the file to Sql, every thing is OK now I am trying to work with the database in C# but nothing can be match with the characters in database. for example I have added the language in my windows and try to find all the rows that the name field matches with specific name (with farsi characters) but they can not match together. just uppose that I am looking for 'John' and I have at least 10 rows with this name. in select statement I check with 'John'. both in code and sql have the same look but they can not match together and trust the condition. so (0) rows will selected!!!! on the other hand, when I try to insert a new row or upda ...Show All

  • Visual Studio Team System is there any where, where i can get how to create report videos?

    Hi everyone, i am currently trying to create a report using 'type' Microsoft sql server. i have a due date to create a working report but i do not have the time to actually sit down and play around with it and see what works and what doesnt, and a demo video would be very very helpfull Thanks Nick -- What are the Reporting Services and SQL permissions/roles that I would need assigned to my AD account in order to access the TfsReportDs and TfsOlapReportDS data sources without requiring full administrative privs. Ideally, we would want to go with read only privs. Thanks, Tim ...Show All

  • Windows Search Technologies Uninstalling Windows Desktop Search

    I'd like to uninstall my windows desktop search but can't find it in the add/remove programs. How can I uninstall it I would also like to uninstall Windows Desktop Search and am unable to locate in "Add / Remove Programs". The version installed on my computer is 6.0.5361.0 ...Show All

  • Windows Forms Combo Box Items Value

    Hi Guys, I wanna have a combo box that returns a value other then its text to its data source. Basically, I have a textbox that has the values 'Male' and 'Female' and I have it bound to a datasource and I want it to return a value of just m or f. Any ideas Thanks in Advance Hi, if you're databinding your combo, you can use its DisplayMember and ValueMember properties. DisplayMember is the datasource item's field, which will be used displaying in the combobox's text area, and ValueMember will contain the item's value. For example, take a look at this code: DataTable table = new DataTable (); table.Columns.Add( "GenderDescription" , typeof ( string )); table.Columns.Add( &quo ...Show All

©2008 Software Development Network