morog's Q&A profile
Windows Live Developer Forums disabling the disaapearing of the ero popup when mouse moves away from it
Does anyone know how to disable the vanishing of the ero popup when the mouse pointer moves AWAY from the ero popup Does anyone know how to OVERRIDE the popup over e pin in such a manner that when the mouse moves out it still DOES NOT HIDE. I think the implementation does ero.hide() on it. I need to make sure that once the baloon pops up it NEVER HIDEa again until the pushpin is destroyed. I have window.ero.setContent( "<div id='" + DivID + "'>" +tempTitle+popupEdit+ "</div>" ); window.ero.dockToElement(e); Now I already tried: VEPushpin.OnMouseOut=f; where f is a function also I tried window.ero.attachEvent("onmouseout",f); but all to n ...Show All
SQL Server Can I Copy Structure from One Location (server) to Another (server)
hi all, i am develpoing an application, and using SQL 2000. i have some of the client. and my devloping as well as the database modifiction is under construction... and now i want to copy the newly added feature such as new table, view as well as some new columns of existing table.. etc.. to Client server.. is there any easier way to copy structure to client side without affecting its data. Tejas Kishanwala Be aware that also the visual Studio for Database professional has a funcationality to do this. You can compare two database for schema or data differences and create alter / update scripts to change the target database and to keep them in sync. As the tool is integrated within visual ...Show All
Visual Studio 2008 (Pre-release) reliable messaging to the WCF service
If I have a WCF service, (running as a windows service), that hosts the WF runtime etc to do its work, what is the best method of dealing with many calls to the service given that the WF runtime will have only 25 threads or thereabouts when using the default scheduler I understand that the WF runtime will just queue the instances up and will persist them if the runtime is stopped cleanly but that this could lead to large memory usage and long stop times. So, how should I manage this situation in a reliable manner We are likely to want reliable messaging to the WCF service but should I be using some queuing mechanisms of my own etc within my service I think you are talking about how to manage concurrent r ...Show All
Windows Live Developer Forums Virtual Earth 3D Map View Issue
Hi, I found a issue to see Virtual Earth 3D Map on my pc. I have: 1. installed the Virtual Earth 3D software 2. NVIDIA GeForce 6200 LE(NVIDIA) 3. OS: Windows xp Pro sp2 4. 1 GB RAM Still I am unable to see the Virtual Earth 3D map. [even on http://dev.live.com/virtualearth/sdk/] I have writen one application using Virtual Earth SDK and used 3D map. [I tried to see 'Seattle' and other major cities in US, but not succeded ] It will be great to get any help. Thanks & Regards, Mahesh Lambe I am unable to attach image. Could you please send me your id or my email-id: maheshlambe@hotmail.com ~Mahesh ...Show All
Visual C# Sleep or timer for very small interval?
I am working on some laser show software that draws points very rapidly for laser graphics. I need to draw points up to 30000 points/second and at event intervals. So, I need to call my MovePoint(x,y) function at intervals as small as 0.00003 seconds or 0.03 milliseconds. Obviously, the standard Sleep and Timer functions won't do me any good. So, what alternatives do I have One thing I have thought of doing is to call an unmanaged C function that exectutes assembly language NOPs. But is there a better way Would QueryPerfomanceCounter do anything for me I know it can give me preciese time measurement but I don't know how I could use it to pause or trigger an event. Any help would really be appreciated. ...Show All
.NET Development Regex Question
i have a dynamic string, for example "([1] * [5]) / 100" what I want to do is find all the matches of strings hed within the square brackets. for each instance i want to tun some logic and do a replace. e.g. in the above example [1] i would be replacing with [Joe Bloggs] after doing a lookup on the id. is possible with regex matches somehow (Moderator: Thread moved to the Regular Expression Forum and Title tweaked for quicker thread understanding during a search) Hi, if you used curly brackets, you could use the string.Format method: string text = "({0} * {1}) / 100" ; string result = string .Format(text, "Joe Bloggs" , "Mary Bloggs" ); Would that w ...Show All
Smart Device Development RTP Component for vb.net
Do any one know where can I find RTP component for VB.NET I need to receive and transmit DTMF from a soft phone that I'm building. Thanks! I don't believe RTP is supported in Windows Mobile even in native code, so it is unlikely that there's a managed component. Thanks, Chris [MS] ...Show All
Visual Basic Writing an Array to a text file
I’m very new to programming so this is probably fairly easy. And forgive me if I'm asking this in the wrong section. Point me to the right one and I will go there. I am writing a program that will read a text file of results (all numbers) to an array and then perform various mathematical analysis of those numbers. Unfortunately the results text file has random blank spaces that mess up the array. I have managed to set up a routine to remove the blank spaces. How can I write the new results array to a new text file Here is my code so far. Private Sub Button1_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Readfile.Click 'Read the file Dim res1Array As New ArrayList Dim fi ...Show All
Windows Search Technologies Combined IFilter + ISearchProtocol
http://addins.msn.com/devguide.aspx defines two technologies for integrating with WDS: IFilters and protocol handlers. One of our applications stores various data and documents internally within one file. The user creates one or more of these files on the Windows file system. We'd like to expose the data in these files to WDS. So we would implement IFilter and register it for our file extension. But these files can contain a lot of data, so it wouldn't be all that useful to return all the text as one monolithic item to WDS (all that WDS could report is that the search phrase exists somewhere in our file, right ). Now, we also intend to make the data and documents within these files accessible via URLs (using a asynchronous plugga ...Show All
Visual Studio Express Editions How Can I use Label Edit for List View Subitems?
I would like to use the LabelEdit on subitems as well, but I am unsure howe to do this. I did a search and found one topic but there were no responces. I'm sure there is a way, but I'm just a simple self tought hobbiest programmer. I'm hoping that this would be an easier approach than to Load a new Form and then replace the Listview1.FoucsedItem, which how I have been doing it. Can any one help me or point me to a site Thanks. Me . ListView1 . Items (0). SubItems (1). Text = "NewText" For Each i As ListViewItem In Me . ListView1 . SelectedItems For Each si As ListViewItem In i . SubItems si . Text = "NewText" & si . Index Next Next ...Show All
SQL Server Comparing millions of records from file A and B
I'm trying to compare about 28 million records (270 length) from table A and B using the Lookup task as described in this forum. The process works fine with about two million records or so on my desktop ( p.4 3.39GHz, 1.5 GB Ram), but hangs with the amount of data I'm trying to process. I tried using full and partial caching, but to no avail. I'm thinking this is a hardware resource problem. So, does anyone has any recommendation on the hardware needed for this kind of operation and/or suggestion Thanks in advance... What are you interested in The "failures" or the "matches" Try "tossing away" the data that you dont need so you can free the resources. How many Rows a ...Show All
.NET Development .NET Framework 2 install hanging on Windows 2003
I'm trying to install the .NET Framework 2.0 on a Windows Server 2003 SP1 machine. The progress bar on the "Setup is configuring the install. This may take a minute or two." screen gets to 100%, but it just sits there...no hard drive activity and no CPU usage; it never completes. The text in the dd_* log is below. Can someone help point me in the right direction on how to get this installed Thanks, Justin [12/04/06,10:21:58] ========== Logging started ========== [12/04/06,10:21:58] ===================================== [12/04/06,10:21:58] No language specified in ini file default to OS language [12/04/06,10:21:58] Set lang to 1033 [12/04/06,10:21:58] Pending Reboot Table state : Logging start [12/04/06,10:21:58] _____________ ...Show All
Visual Basic Can i run VB.Net code (for Server) on UNIX?
i'm trying develop a Client/Server application to transform files from UNIX(Server) to Windows(Client) using VB.Net. Plz help me out how can i build this application. Hi That kind of depends what parts of the framework your application is using. The MS CLR will not run on a unix box, but projects such as mono and rotor successfully support a chunk of the framework on other operating systems. Head on over to www.go-mono.com to see whether your application can be supported. Richard ...Show All
Internet Explorer Development IE 7 opening to Run Once page with error on it.
I downloaded updates last week. I have been using IE7 for a while with no problem. I dwnloaded the updates. Now when I open my browser the page tries to go to http://runonce.msn.com/runonce2.aspx . There is an error reported for this page and it will not open up I get a blue screen. How do I eliminate this I have my home page set in the tools section but when opening it won't go to my home page until I hit the home button on the tool bar. This page is really "run once". However you don't have a chance to finsih. That's why it keeps apearing. Base on my testing, this problem should only happen to IE7 beta. It is fine on IE7 RTM. ...Show All
Visual C++ Importing, compiling and running source code
Okay, so I've downloaded some source code off the net, can someone pls tell me how to get it into visual c++, compile it and run it ... can't seem to find this info anywhere. Desperately yours, ron.photog If the downloaded sample is archived (e.g. has the .ZIP extension), then un-archive it in an empty new folder. Then you should see a file having .SLN extension. Double click on it. If the Visual Studio is installed on your machine, then the sample will be opened in Visual Studio. Then select from menu Debug --> Start Debugging or press <F5> and see the effect. I hope this helps. ...Show All
