Ignus's Q&A profile
Windows Live Developer Forums Migrating from MapPoint to Virtual Earth. Missing features!
I'm looking to migrate an existing commercial application that uses MapPoint to Virtual Earth but there seems to be a couple of key features that are not supported in Virtual Earth. 1. We need geocode addresses on the server side using FindService.Find(). Virtual Earth only seems to support find with a 'what' and 'where' and only client side. 2. We also batch geocode hundreds of addresses at a time each week using the MapPoint CSS upload/d ...Show All
SQL Server Background replication
We are developing a embedded system based on Windows CE 5 and SQL Server CE 3 in C++ where we need to do merge replication in background while the front end application still need to perform operations on the database. A solution would be to run the merge replication on a separate thread while the application thread still can access the database to do inserts and updates. I have been researching if it is possible to access the database with ...Show All
Windows Forms Form generates MouseEvent upon Showing?
It appears that when a Form is created (or perhaps "Show"n), it generates a MouseEvent. Is this correct If so, is there a way to disable this feature/nuisance I checked the MSDN Library, but I did not see any solutions. Thanks. are they mouse move events That would seem the most likely to me. If so, is it possible to only wireup the mouse move events at the end of your form load event ...Show All
Visual FoxPro DO FORM does not work in exec (for me)
I have close to 50 clauses, it turns out, DO FORM in my application. They all work perfectly well in interactive mode with the browser but do not work at all in exec after I built it. By "do not work" I mean that I do not even get an error message. Those statements are completely ignored. What I've done so far is trying to find a formula under which I could call outside forms. As I mentioned, when a statement DO FORM <formName> ...Show All
Visual Basic rethrowing an error
Am I misunderstanding how to do this I want to catch and then rethrow the error. sub foo() try bar Catch err As Exception Throw err Finally &n ...Show All
Visual Studio How to register an Add-in
How do I register an Add-in if I create it manually and not by using the "Visual Studio Add-in Wizard" Let me rephrase my question... I want to use an existing Add-in (I have the dll file and the .AddIn file)... what should I do next in order to be able to see the Add-in in the Add-in Manager BTW, I am using Visual Studio 2005 on Windows XP. Thanks, Sami. ...Show All
SQL Server Problem of SQL Server 2005 Reporting service installation
The report manager site not working properly after I install the SQL Server 2005. I have been tried to fix it since yesterday. But it just getting worse. I need to get this to work properly before I can install the Visual Studio Team Foundation Server . I am following the Visual Studio Team Foundation Installation Guide. The Steps I have done so far are: 1. Install SQL Server 2005 and assign application pool to reports and report server sites i ...Show All
SQL Server SQL 2005 CTP - Basic Question
Forgive me in advance for possibly asking a rudimentary question.....however since I am having problems installing SQL 2005 CTP, does anyone know if the Express (Free) version has the equivalent of SQL Server 2000's Enterprise Manager IS Enterprise Manager standard or an included option with all SQL Server 2000 and higher products thanks Actually, it's probably more like http:/ ...Show All
Visual Basic Published version number
When using to Clickonce publishing tool, is it possable to show what the publish version number is within the published application Yes, you can. Use My.Application.Deployment.CurrentVersion ...Show All
Windows Forms How to apply an accelerator key to a button in VBNet 3.0
I want a quickie control key to kick off the same code as a button, e.g. Control S will function the same as the Save button. Was easy in VB 6.0 but can not see how to do it on VB Net3.0 have you tried events like this Sub Save ( ByVal sender As System.Object, ByVal e As System.EventArgs) handles Savebutton.click,Control_s.click 'put save code here end sub Remco Edit: o wait...... i didn't read your pos ...Show All
Software Development for Windows Vista Using LUA/UAP in custom applicatons
Hi, The December CTP of Vista has a modified version of UAP/LUA. There's a shield icon (windows colors) next to any setting that requires aleveated status (brings up the verification dialog instead of an earlier dialog that asked for admin password). Also, for other tasks such as opening a file, modifying registry, modifying the drive, etc the dialog pops up asking the user to verify the action. The question being, if I have seve ...Show All
Windows Forms MultiLine Listbox (VS 2005)
Hello, I am attempting to make a listbox that allows each item to span multiple lines. I have made it owner drawn and am capturing DrawItem and MeasureItem. It all works great, except, when I resize the control, MeasureItem is not triggered. Is there anyway to force it to recalculate the size of each item when the listbox is resized Also, does anyone know of an easyway to be able to display richtext in a listbox ...Show All
Windows Forms CallBack in GridView
Hello: I am in the process of extending GridView and adding some functionalities. For example, I added a single row click to postback and handle the event. I would like now to be able to do a CallBack instead of PostBack. Do you know if there is a whitepaper on how that CallBack functionality is added to the Grid currently through sorting and paging I believe it is better to follow the same technique used. I have been trying for some ...Show All
Visual C# Enter button sensitivity in Console Apps (C# Express)
Hi I've been trying to run a program which asks a user for coordinates of several lines. The code then uses pythagoras to calculate the length of these lines. However, the problem that I'm having is when a user enters the first coordinate and presses enter, they get no opportunity to enter the remaining ones. It's alomost as though whne the enter button is pressed, the program thinks it has been hit more than once and skips ...Show All
Visual Studio Where has FxCop gone ?
Hi! I installed Release version of Visual Studio Pro Version 2005. I installed over RC which I had gotten a few weeks back from MSDN as well. Install went without any hitches and everything is fine EXCEPT The Build menu had 5 items... the last one relating to Code Review (Basically it was FxCop built-in) Now the Build Menu has 4 items.. and no more FxCop... Where has it gone Thanks The Static Analysis feature isn't in the Pro ...Show All
