Kaychoro's Q&A profile
Smart Device Development GPS Sample Latitude/Longitude not correct
I have a Pharos GPS unit with both the Blue Tooth and USB interface. I used hypertermal on a XP machine with the USB interface to record some raw GPS output. Then I used the file redirect to run the GPS WM5.0 Sample code in VS2005 WM5.0 device emulator. It displays the correct information on the screen Lat 42 / lon 83 when reading the raw GPS data file that I created. When I move the program to my WM 5.0 device and connect up to the GPS un ...Show All
Windows Forms DataSet and Tables
I would like to know whether a single DataSet should be used for the whole application The reason is I can't see any points that I should use multiple DataSet instead of single one. (Certainly, it's in my case. Any counter example is certainly welcome.) Moreover, I found it impossible to make relation between tables in two DataSets. So, is there any drawback of having a single DataSet instead of multiple ones I found that I've created more ...Show All
Visual Studio Express Editions 'Package failed to load' errors on first start of release version
I got this error when starting the ide. I got the same errormessage several times for different packages when trying to click on any of the links in the workspace. The program also crashed on exit. I've tried the beta version earlier, but it didn't work correctly either (header files seemed to be missing from the installation). I've uninstalled all the beta stuff before installing the release version. my setup is win xp, english home edition, S ...Show All
Microsoft ISV Community Center Forums Lack of mouse scroll wheel support in VBA
Folks The mouse scroll wheel does not work in VBA. This has always puzzled me as to why this support does not exist since Office 2000. This problem was originally caused by a MS Mouse driver change that I'm told was communicated long in advance to other MS folks. This problem has existed for several versions of Office. As far as I'm concerned this should've been fixed in the Office SPs. And yes, I'm quite aware of the workaro ...Show All
Software Development for Windows Vista Igno test post from forums team
Please ignore this post. ...Show All
Software Development for Windows Vista RequestPersist does not exist in Beta2?
This function does not exist in Workflow Beta2 Does it have a substitute Hi, Use TryUnload in place of RequestPersist. Thanks, Steve Danielson [Microsoft] This posting is provided "AS IS" with no warranties, and confers no rights. Use of included script samples are subject to the terms specified at http://www.microsoft.com/info/cpyright.htm ...Show All
Visual Studio Team System Difference between WorkItemLatest and WorkItemsAre
Hi, I'm new to TFS. Got some queries..when i checked the columns between workitemlatest and workitemsare tables in TfsWorkItemTracking i found that most of the columns (All the columns except WorkItemLatest contains RevisedDate field) are same. And I found that no of rows also same! What is the difference between these and Which one will have the latest data...Please enlighten :) Regards Nithi Please do not make any edits direct ...Show All
Game Technologies: DirectX, XNA, XACT, etc. No shader syntax highlighting
The readme file of the Dxsdk December update says: "HLSL syntax highlighting works properly in Visual Studio 2005 but the Direct3D 9 Shader Debugger is not currently supported. " Well, the syntax highlighting has never worked for me in VC++ 2005. I thought the Dxsdk December update would fix this ( I found another post here that said it would) but it didn't. Is there anything I can do to activate it Kl ...Show All
.NET Development Remoting Questions
I have a remote object that must be used by multi ple client possibly at the same time for across the net.My object only has 5 functions .The finally step(function does a sql process that is ran by an exe that I call from my remote object on the server.For some reason when one client is doing this process and the next client tries to just get connect to my object they get a remoting error and can not connect. Remote object <code> Imports S ...Show All
Windows Forms Looking for a book recommendation for GDI+
I really want to get into writing custom controls that work well at design time. Can anybody recommend any GDI+ books for C# ...Show All
Visual Basic Administrative Permissions on Installation
Looking for a way of installing a VB app and NOT needing to write to the registry. Have changed Setup.lst file to load all DLL's and OCX's to a specific application directory and have removed share - to alleviate need in registering. But installations continue failing on; ACTION: ShellLink: "abcapp", "ABCappl.exe" ACTION: RegKey: "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion", "App Path ...Show All
Architecture Designing Databases for SOA
My question relates to best practices in database design for SOA. Specifically I am looking for a guideline that will help me maximize performance and guarantee uniqueness in and SOA environment. Is it generally advisable to use surrogate keys in your tables if you are designing the data store for an entity service If so, what datatype should you use, integer, GUID I would expect that if I use surrogate keys, that they will then be used b ...Show All
.NET Development Problem with registry
Hi, Is there class(es) to create/remove a user to access registry I have a problem to register .NET dll for COM interop. I got the "accessed denied" when I using regasm or Assebmly.LoadFile() on window 2003 because the user doesn't have administrator right. I found that happens in HKEY_CLASSES_ROOT\CLSID and It works If I add a user manually in HKEY_CLASSES_ROOT\CLSID. I think I can solve this problem if there is a class to create/remov ...Show All
.NET Development Configuration Application Block
Hi When using the configuration access block; I simply want to access the configured XML file (for reading) via Xpath attributes; and not have to create a Type class for the configuration items. Is it possible to get the Configuration Access Block to read in these types of xml config files and then access them accordingly For example: Given the following config file (assume the the linkage is already provided between the web.config ...Show All
Visual Studio 2008 (Pre-release) drag and drop between list boxes
Hi, I'm just looking for a simple example of how to drap and drop an item from one listbox to another. I'm using datatemplates for both listboxes and i'd like to see the item in the preview when dragging. ** something that's compatible with the feb ctp 06 and in c# would be great too. Thanks in advance. You might want to take a look at Mercelo's blog, there are at least 2 or 3 examples of drag and drop ...Show All
