holodok's Q&A profile
Smart Device Development Who has a PPC-6700 Sprint AudioVox Mobile 5 (Can I use GPS?)
I have the Sprint AudioVox PPC-6700 and I know that it has the built in GPS chipset but everywhere that I search I can not find out how to actually access the API. There are a few of the GPS API references throughout msdn & msdn2 but none have an actual walk through. It is very easy to access the phone API's and contact lists/appointments and whatnot but the GPS is not to be found. As far as the GPS is conserned one could argue that it isn't ment to be programmed or something but the fact is that in all documentation it says that e911 can use the gps and also applications that need your location (such as movie times or resteraunts ...Show All
Visual Studio Tools for Office Multilingual CommandBar?
Hi, I am currently developing an add-on to Word using VSTO that adds a custom CommandBar. As it is directly constructed in the code, how can I have multilingual texts on the buttons Thanks in advance. Hi, You should use a resource file to set the text of the commandbar buttons. Here are some links to articles that might help you: Developing World-Ready Applications ( http://msdn.microsoft.com/library/default.asp url=/library/en-us/cpguide/html/cpcondesigningglobalapplications.asp ) Developing Multilingual Applications ( http://msdn ...Show All
Visual Basic Catch user mouse click events in window.
Is there a way I can catch all the user mouse click events inside Window Thanks! I want to collect the mouse click information for entire OS instead of just my App. pulling message queue seems a solution ...Show All
Windows Forms searching access db...
Hi, I'm using a dataset to manage an access db... How can I search for values inside that db How can I do this kind of search, example: [Table] Name John Lewis Stewart If the user writes 'John' or 'John Lewis' or 'John Stewart', I want to get the record 'John Lewis Stewart'... Any help Thanks Hello, you also can make a search to the database ...Show All
SQL Server ISAPI Error
I Configured WebSync through SQL Server 2005 on a Windows 2003 Standard Server. IIS,CA and Application Pool are also configured. When I try to browse https://Localhost/SalesOrders/Replisapi.dll it gives me a message " The page cannot be displayed". Any help would be greatly appreciated. John Can you check in IIS if the virtual directory is created successfully What authentication are you using If basic, does it propmt you for the userid and password Are you using proxy servers On the Internet Explorer-->Tools-->Internet Options-->ConnectionsTab-->LAN Settings provi ...Show All
SQL Server Error trying to websync
Hello, We dropped an article and then made a change to a column. We then added the article back in. Generated a snapshot and reinitialized all subscriptions without uploading data changes. After we did this we still continue to get this error. Any ideas Thanks. John The Merge Agent failed after detecting that retention-based metadata cleanup has deleted metadata at the Publisher for changes not yet sent to the Subscriber. You must reinitialize the subscription (without upload). John, After you drop the article and before you add the article in, did you run the marge agent Also, what version ...Show All
Visual Studio Team System "My Queries" using object model
Hi all, I hope this is the right place for this. I can't find how to get the queries in "My Queries" using the object model. Anyone know how the get it Nir Nir, This forum is mainly for the tools specific to VSTS for developers (Static Analysis, Profiler and Unit Testing). However, I can bump this over to the TFS forum where they may be able to better answer it. Thanks, Ian ...Show All
Visual Studio 2008 (Pre-release) Installation problem Winfx 3.0 beta 2
I have the famous 1603 error. [06/18/06,21:00:53] Windows Communication Foundation Beta 2: [2] Error: Installation failed for component Windows Communication Foundation Beta 2. MSI returned error code 1603 [06/18/06,21:01:10] WapUI: [2] DepCheck indicates WinFX Runtime Components 3.0 Beta 2 was not attempted to be installed. I followed all suggestion found on internet: unistalling all previous versions with microsoft tool, check for infocard, disabling antivirus, etc ... Here is the call stack found in a dd_*.txt file and in the Application's Event === Verbose logging started: 18.06.2006 21:00:49 Calling process: C:\WINDOWS\WinFX ...Show All
Visual Studio Express Editions How to Move asp.net website pages to a FrontPage maintained website
Hi, I have a fairly large website ( www.BuildItSolar.com ) that I developed with FrontPage. I am using asp.net (via the Web Express 2005 package) to develop some energy calculators for users of BuildItSolar. I created a file folder based website in Web Express, and built the first calculator (surprisingly quickly, which I think says a lot for Web Express). Now, I would like to transfer the completed asp.net calculator up to my FrontPage built website that is hosted on GoDaddy. What is the best way to do this There are hundreds of pages on currently on the website built with FrontPage, and I do ...Show All
Windows Forms DateTime in Datagrid
Hi there, i fill a datatable with a stored procedure and one of the fileds is a datetime datatype. But when the datatable is linked with the datagrid only the date (01-02-2005) is displayed. I want the time also in the datagrid. It is in the database and even in de field of the datagrid. I made a test in the mouseup event of the&n ...Show All
.NET Development One Standard: JavaScript Both Client and Server. Is it Possible today?
I am enamored by the idea that I could actually program the client and the server using the same language. I want to use Standard ECMA script on both the client and the server. Is this possible today in a safe way without going back to classic ASP Here are my requirements: 1) Be able to create objects exactly the same way both (cut and paste) on both client and server. 2) Be able to use Lambda functions the same way both client and server. 3) Be able to use "eval" both client and server. 4) Retain dynamic typing in all of it's glory both client and server. 5) The ability to use the .NET framework (CLI) standard s ...Show All
Visual Studio Disable updates in the edit window
Hi, I have an add-in that changes the text in the file that is currently in the edit window of VWD. How do I disable the updates to the window while I my add-in is ruinning then enable the window and refresh it when the add-in is finished Thanks, Nick You can diable UI by setting the following property DTE.SuppressUI = False /Ole ...Show All
Visual Studio Team System MSF Agile: cannot close scenarios
Hi, In the Process Guidance for MSF Agile v100.1, in the workstream "Create a Scenario", activity "Prioritize Scenario List", sub-activity "Determine an Overall Priority" it says: Close the low priority scenarios that will be implemented in a future release using the deferred reason code. But in the Process Template, there is no transition from "Active" to "Closed" state for scenarios. So I cannot close it! The only transition available from "Active" is to "Resolved" but in the description of the "Resolved" state in the Guidance it says that the scenario has to be implemented in code. ...Show All
Windows Forms How to drag an text item from a listview to my custom host designer?
I have a listview which has text items, not toolboxitems, should be dragged over controls in my custom host designer. I'd like to enable the link dragdropeffect when drag a listviewitem over controls. When user start draggin from the listview, the following codes are used: //selectedMappedControl is the text of the selected listview item if (! string .IsNullOrEmpty(selectedMappedControl)){ DataObject d = new DataObject (selectedMappedControl); lvMapped.DoDragDrop(d, DragDropEffects .Link); } I used a global behavior to capture the dragenter event when the listviewitem is dragged into the host designer. public ...Show All
Software Development for Windows Vista Microsoft.SharePoint.Workflow
hi. in some posts and in one presentation file ( http://www.sharepointcustomization.com/demos/webcasts/Workflow%20Options%202%20%20Document%20Library%20Events%20and%20Building%20Workflow%20Solutions%20in%20Sharepoint/GLS%20B/T419.ppt ) (T419.ppt) I see the references to the assemblies starting with Microsoft.SharePoint.Workflow . Could anyone give a clue where those assemblies could be obtained or which product they come with Thanks in advance. Regards, Anar Valiyev That assembly is part of Office 12 (Office 2007) and is available when you install the server portion of office. The public Beta ...Show All
