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

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

Wims

Member List

CristianC
neelu
Howard Wilton
Alvin Kuiper
Todd H.
Carsten M. Horlacher
Varied Interest
intGod
EHamel
ymhtp
rex_rgis
KingMartin
Nelson Alembedayo
MrLukas
StressPaul
Soren Mondrup
purnil
Albert Yen
bachie
michaelos
Only Title

Wims's Q&A profile

  • Smart Device Development Edit data in data grid

    I am using VS2005 standard and an IPAQ hx4700 with windows mobile 2003 second addition. I created a form Application with a data grid for my Pocket pc 2003 device. The grid recovers the data from SQL server but will not let me edit any field. If I make the same application for standard windows using the same data adapter and data set, the grid allows me to edit. What do I need to do so I can edit the data on the Mobile NETCF DataGrid is read only. You need editable DataGrid to edit data or you can use separate forms for that. There are several 3rd party grids for NETCF as well as ways to e ...Show All

  • Visual Studio Express Editions Whats the point?

    Whats the point of creating an app in vb 2005 when not many people dont have .net framework is there a runaround to this or do i have to wait till everyone has it before i deploy the app ty super noob   There was a time when few people had Windows 3.1 or Windows 95 or the Dot Net V1.0 framework. Yet computing has been through all of those pahses and we've survived. I'm not sure if your are aware of it or not but, should you use the publish function on your application, the result is the creation of a published setup and installation of your application. The first thing the setup wil ...Show All

  • Visual Studio Express Editions Problem with the Visual C++

    Hello. I'm a beginner in C++, and I bought a book to learn it. I reprinted program from this book, and pushed F7 to generate the program, But i saw error: Project : error PRJ0003 : Error spawning 'cmd.exe' What is it Is it problem with download, or something else I have screenshot of this, but I don't know how to upload it May we see a code sample I understand you got it from a book, but I would like to recreate the problem. It should have worked if you created the project correctly. ...Show All

  • Windows Forms Click once and Folder locations

    okay I started to use click once... which has removed 100% hassels with deployement accross 200+ users.. but I now have issues that have shown up now that where the hell does it install on to the local machine as in vs2003 I would use Application.StartupPath but with an installed click once client it throws errors.. also since I started to use the new settings file (settings.settings)  (or my.settings) but again with click once I dont know where this is kept once I run the setup.exe I thought that it was surposed to install all of the to "my docs" folders.. Is there a way to over write this and install it into the s ...Show All

  • Visual Studio 2008 (Pre-release) WPFBeta2 change - MarkupExtension.ProvideValue - IServiceProvider

    Hello! I used the ColorPicker in a sample and when I recompile this in the beta2 CTP I get this error message No overload for method 'ProvideValue' takes '2' arguments at this Code line this .SetValue(ColorProperty, (( MarkupExtension )binding).ProvideValue( this , ColorProperty)); because at the Feb CTP the ProvideValue method works like this ProvideValue(object targetObject, object targetProperty) But in the new beta2 version the parameters changed to IServiceProvider. Now I don’t know how I could solve this change. Thanks for helping… ...Show All

  • Windows Forms What's the purpose of 'PreviewKeyDown ' event?

    What's the purpose of new 'PreviewKeyDown' event The doc doesn't say much. Is the only difference that it occurs before the 'KeyDown' event If everyone start using this instead, won't it simply replace 'KeyDown' When should I use one or the other I found this excellent answer: http://blogs.msdn.com/jfoscoding/archive/2006/01/26/518181.aspx " If you've struggled before with having to override a class in order to set IsInputKey=true so you can get arrow keys for your control, you can now also use the PreviewKeyDown event." That's apperently what's is for. ...Show All

  • Visual C# Hibernate and Suspend

    hi ppl,,, i have an application that will be able to shut down system, rboot hibernate and suspend.. i allready worked out the hibernate and suspend.. but i just dont find the way to hibernate and suspend ( actually i dont know if those 2 are diferent things lol) .. so does anybody know how to do it thx mig16 Youssef, thanks for you reply. Indeed, this is a easier way but only works in .NET 2.x, here is the MSDN documentation: Application.SetSuspendState . ...Show All

  • Software Development for Windows Vista Getting ready to install Vista

    Hello, On a new hardrive so can you tell me the best set up please i.e. do I need two partitions etc and if so what sizes. Sorry if I posted this in the wrong place but I am new to the beta program and these forums. Thanks for your time. Hey, Glad to hear that it is now working! For 5112 (Beta 1), there's an issue that USB modem doesn't work properly. However I'm unaware if this is resolved in the 5219 build. For booting from a USB Device (external hard disk), this isn't a supported scenario, due to numerous reasons. You can't install Windows (any version) on external hard disk. Also, the product key that (s ...Show All

  • Visual C# Is it ok to reuse the designer in my app?

    Hi all, I'm currently working with exposing parts of the designer in my app, purely as a visual way to express things like location and size for objects. I'm not trying to recreate the ide or anything, just provide a convenient way of altering an object's properties visually. I have a toolbox which contains my primitive objects, and a design surface which hosts those objects. I have all the goodness of custom properties and type designers working smoothly. Before I go too far out of the alpha stage, I'd like to be sure that I can legally do so. I've tried to read the legal things, but I just don't grok (Yes, I read the book when I was youn ...Show All

  • Visual Basic Using Namespace in vb.net is not as good as in c# why?

    I was wondering why ms decided to have the way they set up the namespaces differently between the language. c# when creating a new projects it adds the namespace to the code as well as the property. in vb it only adds to the property of the project and if you try to add it to the code it will create a double one. eg MyCompany.Application.Employee Namespace MyCompany.Application.Employee public class stuff end class end namespace calling the above class will create a silly MyCompany.Application.Employee.MyCompany.Application.Employee this doensnt happen in c#. Also if you delete the root namespace in the properties to have total freedom t ...Show All

  • Visual C# UserControl Events

    OS: Windows XP Pro Lanaguages: C# Program: Visual Studio .NET 2005 hi ppl. im lookoing for help, i have a problem. i created my usercontrol and it has nothing on it but a listview that is filling my whole user control.. and some little pictureboxes arround it... what ever that does not matter... the thing is that when i add the control to a form that im using i use an event... "Enter" ... so when it become ActiveControl or the focus enter,,,it trigger the event... but that never happens... then i knew why.. ...Show All

  • Windows Forms Saving Data in a Related Table

    I'm having a problem saving my data.  I have a main table with a child table.  Each table has it's own Datagrid.  The child datagrid is linked with the Datasource set to the maintableDataConnector and the the DataMember set to the Relationship of the maintable and child table. (not sure if this is the correct way of doing this) After I a ...Show All

  • Windows Search Technologies Using and querying custom property sets/items

    Hi In terms of the Windows Indexing Service and IFilters you can register custom property sets and return data for these custom properties when your IFilter is called. In the MSN-DS (WDS) dev guide at http://addins.msn.com/devguide.aspx they mention that your IFilter should return values for all properties that it finds for the item types it indexes. However the docs go on to state that : For a complete list of supported properties used by Desktop Search, see: C:\program files\MSN Toolbar Suite\DS\<VERSION>\en-us\Data\Config\msscolmn.txt Which is a fixed subset that won't know anything about custom property sets that ...Show All

  • Visual Studio How to support Exception Assistant

    I want to support an exception assistant to COBOL Exceptions. How can it support It seems that it has realized by putting an XML file on the   ExceptionAssistantContent folder of an IDE folder about the standard exception for Visual Studio. Best Regards. Dear Lufeng If the exception object of COBOL is a similar form to $exception, we can support "View Detail" I want you to teach details what form a similar form is. Best Regards. Shinya Watanabe ...Show All

  • Visual Studio Team System Code Profiling for ASP.NET application

    Hi: I have looked through this forum and ASP.NET forum and could not find the solution. SO I just ask my question here. I had a file system ASP.NET application, run in http://localhost:1351/MyAspApp . I wanted to use code profiling to test the performance, so I followed the MSDN Library to set the performance session through Performance wizard. However, after launching the performance session, I got the following message: Launch Error: The web site could not be configured correctly; getting ASP.NET process information failed. Requesting 'http://localhost:48185/MyAspApp/VSEnterpriseHelper.axd' returned an error: The information retu ...Show All

©2008 Software Development Network