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

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

Phil Wherrett

Member List

muku
MKMahesh
François Paradis
BobDaBuilder
kevg
Kent15243
Jake Reynolds
Skvettn
Martin D. Fairbairn
CharlottesvilleDeveloper
ReubenEmmanuel
DebuggerAu
PGMariotti
gagandce
Kangaloosh
Andrés Sebastian Nagy
Daniel P.
dhaval_shah
Justin-M
PLCControl
Only Title

Phil Wherrett's Q&A profile

  • Visual FoxPro Spell checking?

    Well, as sort of a follow up, I am using the ActiveX RTF for one of my forms. What I'd like to know if there is a way to do sort of a spell check for what a doctor would type into it. Any one know It is only a partial answer to your question: http://www.medical-spell-checker.com/ I also managed to download it time ago and I do not recall how I did it. It is a part of my database now. If it is crutial I can try to email it to you. Leave your email with intevening confusing anti-spam characters. ...Show All

  • Visual Studio Express Editions C# Express expired

    I installed a MS Visual Basic 2005 Express a month ago. I didn't register this product, so my copy expired. Now, I install MS Visual C# 2005 Express. Setup says that my version of MS Visual C# expired. I want to register this product, but it's not go. Could you give me some advice First up... why didn’t you register it during the first month Before attempting to install it again, did you uninstall the previous install It’s as easy as choosing Register Product from the Help menu and then following the prompts, waiting a short time for an email and plugging in the key you receive. ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Direct3D View Matrix: porting problem from OpenGL

    Hi, I am porting an application from OpenGL to Direct3D. OpenGL does not have a View Matrix and a World Matrix as Direct3D, but just what is called the ModelView matrix. I have the following lines of code in OpenGL: Code: glMatrixMode(GL_MODELVIEW); //Work on the ModelView matrix glLoadIdentity(); //Clear everything glLoadMatrixd(myModelViewMatrix); //Load my ModelView matrix Now I would like to port this to Direct3D, and this is my suggestion on how to do it: 1. Convert from OpenGL right hand coord sys to Direct3D left hand by scaling myModelViewMatrix with (1, 1, -1). (should I to newMat= myModelViewMat * scal ...Show All

  • Windows Forms System Resizing vs explicit user resizing

      My question is this: is it possible to tell a resize event that occurred in reaction to say a resolution change apart from one that occurred because the user minimized or maximized the form, or resized it manually   I have a forms resize event hooked but it gets called when I change screen resolution, I know this results in the fo ...Show All

  • Visual Basic Why no outlining

    Should the outlining submenu be populated in Beta 2 Mine is empty when editing in VB. UGH! Regards, Al Flash the giant user error sign over the help desk. My fault Got it working fine. I think a lot of my problems stem from being in run mode without knowing it. Lots of things of course are locked out under those circumstances. I'm more careful to stop the debugger now and have fewer difficulties. Regards, Al ...Show All

  • Windows Forms Treeview AfterCollapse help

    When viewing the VS 2005 Help on Treeview AfterCollapse event, the example given has nothing to do with the AfterCollapse event. instead, it looks like its an example for handling something to do with Checks. I wanted to find out which argument I can rely on to check the collapsed state of the node. Is it e.Nodes.SelectedNode Heres what I need to do: I need to modify the Node text in case it is collapsed. That is, I want to provide summary information of the child nodes only when the parent node hides its kids (collapses them). I think im still not clear: I want to make the node text of the top level node to be summary of its child ...Show All

  • .NET Development MultiStream files

    Hi all. I have a "small" problem: I have noticed that if I am using FileStream to open a file that contains multiple streams, I am getting only the main stream of that file. Do you know if there is any possibility to read the whole file Thanks. Mircea I honestly don't know. I am not part of the product team (or Microsoft), but based on the information on MSDN Product Feedback (see my original reply), they are currently deciding if it is in the Visual Studio "Orcas" release or not. ...Show All

  • Visual C# How do you change the file version?

    I have created a C# app in VS2003. I have changed "assembly: AssemblyFileVersion" to what I need. I then right-click on the .exe file in explorer and select Properties. In the Version tab, the File Version at the top is "0.0.0.0". In the list box, the File Version shows what I changed. How do I get the File Version at the top of the dialog to reflect this I tried that and the File Version at the top is still 0.0.0.0. The AssemblyVersion did reflect this change. ...Show All

  • SQL Server rda.push error

    Im using the rda.push to push the data back to the SQL SERVER. My SQL table is OrderDetail with a blank data inside My push was unseccessful due to the follow error, can any one help [code] rda.Push("OrderDetail", rdaOleDbConnectString, RdaTrackOption.TrackingOffWithIndexes) [/code] Error message:The table is not a tracked table You can only do RDA Push on table that has been RDA Pulled with Tracking ON. Thanks, Laxmi Narsimha Rao ORUGANTI, MSFT, SQL Mobile, Microsoft Corporation ...Show All

  • Visual C++ Why do my posts keep being deleted?

    Does anybody know why all my posts are being deleted   I've posted three messages and they disappear without anyone notifying me. Okay, thank you for your reply.  I did not realize they were off topic, and with nobody explaining why they were deleted, I just kept posting. I will direct my question towards the newsgroups. ...Show All

  • SQL Server SQL Server 2005 Reporting Serivces: XML Datasource problem

    Hi, I'm just starting to use SQL Server 2005 Reporting services, and need to use an XMLdocument as the datasource. I will get the xml data from a webservice and then need to bind it to the report. Here is what I am doing: 1. I created a webservice at the following location: http://localhost/myWebDirectory/myService.asmx . this webservice has a method called " GetXMLDocument" that has 1 parameter (sql). This method uses the sql statement to fill a dataset from a SQL Server database, converts it to an xmlDocument, and returns the xmlDocument. Here is a sample of the results: < xml version="1.0" encoding="ut ...Show All

  • Visual Studio VB Debugger Crashing

    Well i'm not sure if this is the correct forum for this, but i have found a bug in the Visual Studio 2005. When you are debugging a piece of code, and make an edit, and the stop debugging to rebuild the program the VB Compiler will crash, and you have to restart VS2005. If you stop debuggin before you edit ther are no problems. Adam J. O'Rourke Senior Developer/Adminstrator Harden Furniture Inc. ...Show All

  • Software Development for Windows Vista TypeProvider in Designer Hosting SDK Sample and Lab 10

    Hello, I've noticed in both the Designer Hosting SDK sample (WorkflowDesignerRehosting) and in the Beta 2 Hands On Lab # 10 (DesignerHostingApplication) that there is use of the TypeProvider class. In the Designer Hosting SDK Sample, the TypeProvider class is used to add an assembly reference to the assembly containing the string type in the Workflow Design Surface's constructor. The service is added to the design surface's service container. The same thing is done in the WorkflowLoader class (that extends the work flow's designer loader), except the service is removed in Dispose(). In Lab 10, the WorkflowLoader (extends the workflo ...Show All

  • .NET Development Retrieving an Access table' structure

    Anyone could help me in figuring out how to programmatically understand the structure of an Access table I mean, given a DB connection and the name of a table, how to determine: - the name of the fields of that table - the type of the fields - any eventually relationship between the fields of this table with others in the DB Thanks a lot, Davide take a look here: http://aspalliance.com/542 ...Show All

  • Visual Studio How to add a new WORK ITEM in my Team Project

    Dear all, We have 5 default work items in the Team menu (Bug, Task, Risk, Scenario, QOS). I want to add one more work item to that collection. Can anybody tell me how to achieve this Thanks & Regards Sethu Hello, You can customize TFS to add new work item types. To do this, you would first have to download the process template, then add a new type definition xml file for the work item type you want to add (you can base it on an existing work item type xml), change your workitems.xml file to load this new type, save and upload the process template. Check out this blog entry on cu ...Show All

©2008 Software Development Network