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

Software Development Network >> Phil Winder's Q&A profile

Phil Winder

Member List

Jared Parsons MSFT
raghuramaiah
VBgirl
sullbert
lasu
govind_30s
Vladimir Makarov
annefa
intromicko
JSkinner
Elroy
Stuart Welwood
Carlos Figueroa
EricSmith
Henryd
FMartins
stacked
RudieVanHout
Yuvaraj
Junte
Only Title

Phil Winder's Q&A profile

  • Windows Forms DataGridView unbound column not updated.

    Hi, I'm binding to a set of data using the BindingSource control and a DataGridView. In the data I have various that contain enum values the need looking up for there text descriptions. What I descided to do was to create an unbound column and respond to the CellFormatting event on the DGV; in the event, when the column index is my unbound column I lookup the enum value (as given from the datasource[Row]) and set e.Value (e being the event args). This does not update the cell, even though the value being set is correct. Move the mouse over the cell and it is fine. If I remove the unbound column and display the bound enum value column but sti ...Show All

  • Windows Forms KeyBoard

    I work with VB.Net ,how can i change KeyBoard language programmatically ...Show All

  • Smart Device Development What components create a 'complete' eVC++ SDK?

    I have downloaded eVC 4.0 early December and SP4 a couple of weeks ago. Now I see all eVC downloads are updated to 1/20/2006. I need to build GUI applications for CE.NET 4.1 and CE.NET 4.2 immediately and if possible support CE.NET 5.0 as customers migrate. These GUI app's will use simple serial I/O. I see SP3 supports different devices than SP4, WTL packages, PPC, WindowsMobile and CE Emulator SDK's (standard_sdk.msi), etc. What components create a complete current eVC++ Tookit Do I need to reInstall with the Jan/20/2006 versions Will eVC 4.0 with SP4 support both CE 4.1 and 4.2 Thanks eVC++ 4.0 SP4 supports the fol ...Show All

  • Visual C++ whats wrong with declarign a pointer?!?!?!?!

    hey guys, this is dead simple, i have an mfc application with shared dll. i declare a pointer as follows: int* t = new int [2]; and its exceptioning saying out of memory! wahats wrong with that i know that i can do it using int t[2]; but i want this as a breif explaination of another problem i have. i cant spot why it doesnt like it at run time! That shouldn't cause a memory error! Show more code and provide more contextual info! egyptian_bean wrote: hey guys, this is dead simple, i have an mfc application with shared dll. i declare a pointer as follows: int* t = new int [2]; and its exceptioning ...Show All

  • Visual C# Unhandled exception of type System.ExecutionEngineException

    Hi,   This is a vs.net 2003 problem.   I have a C# windows form tester application that communicates with a unmanaged C++ component using a managed C++ proxy/wrapper.   I am suppose to do processing in the unmanaged C++ component and send the results back to C#. Then i will do some mathematical calculation within C#.   Now my program able to generate the results i want , but then it prompt me an exception - An unhandled exception of type 'System.ExecutionEngineException' occured in mscorlib.dll.   So is my problem lies on my c# or managed C++ As far i know, i did include mscorlib.dll into the managed C++ project. Any ...Show All

  • Visual Studio Express Editions Q : Exceptions

    hi, i want to ask about try and catch should it be used just for exceptions or i can use it like "if" for example i have a treeview and i want to know if the node has a parent or not so i don't know anymethod to indecate that so i used try and catch like this, Try mylastfolder = mylastfolder.Parent Catch mylastfolder = Nothing End Try or should i use catch nullreferenceexception and endurse it with throw; i saw your post in the other thread about exceptions along with this link http://msdn2.microsoft.com/en-us/library/ms182137(VS.80).aspx second ex ...Show All

  • Visual C++ Cleaning the shared memory

    Hello All, I am new to using shared memory in C++. I have setup the shared memory using the CreateFileMapping function. I do some processing. At the end I need to clean this shared memory segment. How can i accomplish that Are there any library function which does that task. Thanks in advance MSDN is your friend. http://msdn.microsoft.com/library/default.asp url=/library/en-us/fileio/fs/createfilemapping.asp Use UnmapViewOfFile and CloseHandle. ...Show All

  • Visual C# Deployment

    I quite like the deployment mehtod of VS 2005 but have a niggle and wonder if there is a work around. Sometimes I write a simple console application that needs to run from a command line or batch file. If I deploy the application it is not in the path, nor is it in a fixed directory such as \Program Files\..., nor available to other users apparently. The work around is to install then copy the exe manually (after I find it) to a known place, downside is uninstall and reinstall means do it again or else wonder why your fix does not appear to fix on the target machine but does on the development machine. Is there a &qu ...Show All

  • Software Development for Windows Vista Emulating the listen-->(EventDriven,EventDriven,Delay) in a state machine workflow

    I need to do a state in a state machine worklow in which there are two possible events that can be raised with the possibility that the workflow will be terminated (or other sets of activities) if a timeout is reached. In a sequentiali workflow i can do something like this:                 LISTEN       -----------------------        |               |               |        |         ...Show All

  • Visual Basic XP Firewall, Port Blocking and OneClick

    My app uses sockets to communicate, and Click-Once for installation (allowed to run locally.) After every update the XP firewall asks to unblock my app. Is there any way to tell XP that I'm the same app, even though (because of where one-click installs) I'm running from a different folder Users end up with dozens of instances of my app in their firewall exceptions list. Thanx! ---Mike There is no way to inform XP that two different exes comming from two different folder are actually the same app (or update to the same app in this case) I believe (never tried it myself) that using the "netsh firewall . ...Show All

  • Smart Device Development Make double buffering a Panel on Pocket PC

    Hi, I am trying to make a double buffering on a Panel when I paint images.I follow the help to use Control.SetStyle method at http://msdn2.microsoft.com/en-us/library/system.windows.forms.control.setstyle(VS.80).aspx . But in the code I could not find the panel.SetStyle on .NET compact. Is it not supported in NETCF Could you please help me some simple code/resource to do the double buffering on Panel in NETCF Thanks Stefen Huynh You'll need to perform the double buffering yourself. You can find an example of double buffering in the article linked below. http://msdn.microsoft.com/library/default.asp url=/library/en-us/ ...Show All

  • Windows Forms Cannot access Index or Dynamic Help

    I'm not sure esactly when this happened, but recently I have not been able to access any info in the Index or Dynamic Help files. There is simply no information displayed when I view these windows. I have this problem in VB .NET 2003 Standard. I also have VB .NET 2002 Standard installed and I do not have this problem. I hardly ever use&n ...Show All

  • SQL Server Problem Connecting To Reporting Services

    Hi, I run into the following problem: I am trying to deploy a report to the report server (SQl Server 2005) or connect to Reporting Services from SQL Server 2005 Management Studio. I get the message : "The attempt to connect to the report server failed. your connection information and that the report server is a compatible version." The request failed with HTTP status 404: Not Found" Everything (IIS, SQL Server 2005, BI Studio) is installed on a XP Professional machine. IIS 5.1. with integrated windows authentication. Any help will be greatly appreciated, Thanks in advance, --Dimitris Doukas ...Show All

  • Smart Device Development Installation Of Smart Device 5.0 Support

    Am I reading the installation process correctly The impression I get is I must remove Visual Studio 2005 completely to install CE 5.0 support Am I reading the installationcorrectly Has anyone installed CE 5.0 support without removing Visual Studio 2005 Please clarify what do you mean exactly by "CE 5.0 support" CE 5.0 development is supported by VS 2005 (SE or above) out of the box. If you using express SKU, there's no support for devices in it. If you installed VS 2005 SE or above without device support, you can add it at any time via Add/Remove programs. ...Show All

  • Smart Device Development Unable to deploy to emulator

    Hi, I created an empty vb.net device application (v2.0). Add a label and a textbox. Pressed F5. After a while the emulator starts and I don't see the application in the emulator. After a while I get a message that that 'application could not be deployed'. Am I missing some steps Thanks, Ivan You can effectively change the ip of the emulator directly on pocket pc images.  Visual Studio will detect the new ip when you try to connect again. As for the loopback adapter solution, there is a similar KB article for 2000 available at: http://support.microsoft.com/kb/q236869/ ...Show All

©2008 Software Development Network