sane79's Q&A profile
Smart Device Development route and map comparisons
Hi I need your suggestions regarding my project "Intelligent route navigation system using gps". Basically its a pocket pc pda application . 1)When user enters a destination address ,the application should display a map with the current route the user is travelling ,estimated time and distance[from his current location] to reach his destination, turn by turn routes,points of interest and so on. 2) Also most importa ...Show All
Visual Basic menustrip
In my menustrip I have an item call "Bad Items" when I click "bad items" my dropdowns appear (i add the dropdown items programmaticaly) The question is, how can I assign to a variable the text in the dropdown when it's clicked. Been messing with this all day and cant find the method. Thx for any help! Carl addhandler like so : AddHandler MenuObj.click, AddressOf MyClickEventHandler Remco ...Show All
Visual Studio Team System Error 28940.TFServerStatusValidator: Calling the Team Foundation Server ServerStatus Web service failed with 503 HTTP
>>>> Error 28940.TFServerStatusValidator: Calling the Team Foundation Server ServerStatus Web service failed with 503 HTTP ServiceUnavailable status. Verify that Internet Information Services, Windows SharePoint Services, and ASP.NET are configured correctly and that ASP. NET v2.0 Web Service Extensions are allowed . For more information on troubleshooting this error, see the Microsoft Help and Support Center. <<<< I t ...Show All
Visual Studio 2008 (Pre-release) [BUG] GridSpliter does not respecting MinWidth / MinHeight
I have a window with a grid, 3 panels, and 2 grid spliters. The right/bottom panels have MinWidth/MinHeight set to prevent the spliter from making them hidden, but it is not respecting those values and will make the panels smaller than their respective Min settings. Do you know about the Product Feedback Center http://lab.msdn.microsoft.com/productfeedback/default.aspx It would be great if you logged your bug there. Than ...Show All
SQL Server drop user
Hi, I have a user in my SQL server 2005 database sys.sysusers table with following values. I am unable to delete this user and unable to create a user with this same user name. Please tell some one what is status=16 and issqluser=0 status 16 ame \CMSXXCMSTESTER roles NULL altuid 5 hasdbaccess   ...Show All
Windows Forms windows forms: Cretaing regions and invalidating
Hi I'm writing a program that lets users create boxes, drag them around a link them. I'm new to the gui world and am having lots of syntax errors. So far, i've created a picturebox and everytime the user choses to add a box, a rectang ...Show All
Visual Basic Saving and Recalling items in a list box
I am working with visual basic 2005 express edition, and I have a form with a list box on, how would I save items in a list box when the form closes and recall them when the form opens. Thanks Well you have several options. The best one would be to save your list box items into a simple XML file. It should have a structure like this: <items> <item> <value>XYZ</value> <text&g ...Show All
Windows Forms "Cannot find keycodev2.dll or invalid keycode"
Hi, I created winforms and was able to deployed it using NTD. I used VS.Net 2002 and VB.Net. I have crystal reports in my forms. Everything is working except when i tried to view the reports in client (Win 2000, installed w/ . ...Show All
SQL Server ENDPOINTs in SQL Server 2005 April CTP
Hi I've been happily using VS2005 Beta 1 to access ENDPOINTs on SQL Server 2005 Beta 2 for a while now with no problems. Having just upgraded to VS2005 Beta 2 and SQL Server 2005 April CTP I now get this when I make a call to the ENDPOINT web service: "The request failed with HTTP status 505: HTTP Version not supported." Also, if I try to access the WSDL just through Internet Explorer by putting " wsdl" on the end of the url, I get: " ...Show All
Smart Device Development Displaying Chinese Characters on English OS pocket PC
Hi, I am usnig Visual Studio .NET 2005 and making a C# application running on Casio Pocket PC CE.NET 4.2 English Version. The Pocket PC can display Chinese Characters. But how do I program such that my C# device application can display the chinese characters on my GUI Form Some sample source code will be greatly appreciated. Urgent. Please enlighten me. Thanks Windows CE is Unicode and C# sour ...Show All
.NET Development Customize the "error report" send by a crashing application
When the .Net application crashes, a dialog box appears and proposes to send a report to Microsoft. Is it possible to customize the behavior of this dialog box to send the error report to an other server Thanks in advance, Joannes There is no way within your application to specify a different server for error reports. However, there are a couple of ways to obtain your error reports, depending on your scenario ...Show All
Windows Forms Changing an inherited dataset on a user control
Hello, I am probably misunderstanding inheritence, but then that is why I am here! :) I have created a base class user control that has a dataset and a number of methods for typical data usage & navigation. When I inherit from this control ...Show All
Windows Forms ClickOnce certificate issues solved at long last
Ok, after a huge headache I have FINALLY found a decent set of instructions for creating and publishing certificates and Click Once. http://geekswithblogs.net/kobush/archive/2005/05/30/41068.aspx You'd think the Microsoft team would be on their business about getting some clear, straightforward tutorials about how to use this stuff, since we are being forced to use it... Instead, we get from them confusing visual studio documentation with br ...Show All
Windows Forms Filling strongly typed datasets with relations
I feel like a chump because I'm sure there's a simple answer to this I'm missing. I have a strongly typed dataset with two tables. There is a parent-child relation between the tables. I also have the two generated DataAdapters for each table. To fill the dataset I am doing the following: parentAdapter.Fill(myDataSet.ParentTable); childAdapter.Fill(MyDataset.ChildTable); Simple enough, but my problem is that I am working on a live databa ...Show All
Windows Forms Drawing over a user control
In VB.net how do you use GDI+ (in the onpaint sub) of a parent form to draw over a user control on that form I have a User control which acts just like the windows calendar control, but exposes and allows setting of various attributes&nbs ...Show All
