Answer Questions
Judyt Embeded VC++ installation
Hello, I have downloaded embedded VC++ and tried to install it on my machine. But upon installation, it asks for a product ID (a serie of 5 numbers). I thought this product was free. Where can I get a product ID Thank you It’s on the download page. ...Show All
stak32 [CSS BUG] Trouble with a map loaded in a hidden div
Hello, I am very fan of your VirtualEarth service but unfortunaly, i am confronted with a bug than is cause by the way you use CSS (I think) I know that all of your teams are celebrating the Vista worldwide availability… but I expect that the VE team will take a look on this bug. I attach to this mail two examples showing and reproducing this bug (vmap_good.rar et vmap_bad.rar) All the problem is the way that the map is loaded/matched in a div with CSS property “diplay:none;” Hope you will resolve it. Thanks Th. /* GOOD SOURCE CODE */ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" " http://www.w3.or ...Show All
medicineworker How to hide a DataGrid column that uses SqlCEResultset?
Hi All, I am assigning a SqlCeResultset to datagrid because it loads much more faster compared to dataset, my problem right now is how do I hide some of the datagrid columns. Here is the sample code that I'm using to hide other fields: commandRoutes = new SqlCeCommand("Select * From Customer", connection); rsCust = commandRoutes.ExecuteResultSet(ResultSetOptions.Updatable | ResultSetOptions.Scrollable); this.datagrid1.DataSource = rsCust; DataGridTableStyle ts = new DataGridTableStyle(); ts.MappingName = "Customer"; DataGridTextBoxColumn colPosition = new DataGridTextBoxColumn(); colPosition.MappingName = "position"; colPosition.HeaderText = "Pos"; ...Show All
Radith How to use database for pocket pc application
Hi I have a need to work on pocket pc application. Scenario: In general user will take database backup from database server to local system. User perform some changes to his local database based on his requirement. Again user connects to database server and click on update, local database should update to server database by informing each record status to the user. ex: record 1 updated / call closed do you want to update Here local database is going to be Pocket pc database and server database is on SQLDatabase. Can any one suggest best way to implement this feature in Windows Pocket pc, c#. I would appreciate your reply. Thanks, 1) Thank you for reply. In my case device sync back to ser ...Show All
Rhubarb Memory insufficient on Mobile 5.0 emulator
I try to debug an application on windows mobile 5.0, however there is a low memory on the emulator. I am try to reconfigure the memory size for the emulator however the part was being disable. Please advice I try to follow the way u mention and increse the memory size. After i launch the emulator again the memory in the emulator still the same. Is it cause by my Laptop do not have sufficient memory. There are only 512 mb ram in my laptop. running the Intel Pentium M 1400 mhz processor. Is there any problem with that Please try the following http://blogs.msdn.com/mohitgog/archive/2007/02/15/how-to-get-command-line-to-device ...Show All
bola shokry Notification Balloons
Hi, I'd like to edit notifications which are displayed when user clicks the tray icons (connection, phone, etc)... Could anyone tell me how I can edit messages in this notification balloons I found that I can edit it with SHNotificationGetData, but how can I get know it's CLSID and ID Thanks for any help. Suppose what you want, but realize that some "how to" questions have an answer that starts with "you can't" I suppose this is NOT certainly an answer! The idea is that you do not get access to other application's notifications and certainly do not change them ...Show All
Rajy Rawther Getting map tiles to load in correct order
I have a div on the page where the map tiles should go. VE pre-loads tiles all over on the page, so that when a user pans the map, the photos for the new area of the map are already available. However, on the first load of the map, instead of first loading the tiles that are supposed to go into the map div, and then loading the tiles around the map div, VE doesn't really have a good order in which it loads them. I feel like it first loads the tiles around the map div (which are invisible), then the tiles in map div, then some more tiles around the map div. Anyone have any tricks to get VE to load tiles in the map div first - so that the users see the actual map faster Thanks! I think it maybe more a bro ...Show All
Paul Tew reference problems
Any ideas why Visual Studio 2005 will not let me add a reference to either mscorlib.dll or Microsoft.VisualBasic.dll Both files exist on the hard drive and other dlls in the same directory are no problem. I am running CF on an emulator. Thanks!! This is a compact framework project using Visual Basic. I do not see a reference to these dll's in either the solution explorer or on the project properties page. When I run the app I get an error mesage saying it can't find Microsoft.VisualBasic even though the file is in the same folder as all of the rest of the dll's used by the project. In Visual Basic projects these to are referenced implicitly - you won't see them in the list. Having the DLL in the same folder is irrelevant. It ...Show All
ivarsv Map HardwareButton to TAB button
Is there a way to use the HardwareButton component to emulate a TAB press Unfortunately, I don't see a way to set up that mapping within WM5. Thanks, Matthew Belk Lars, In what way did SelectNextControl not work as you expected Thanks Dan Hello Kevin, You must provide more detailed info for me to be able to help you. Do you get to the event handler Lars Hello: I got more test for TAB key. It can work in Word Mobile by sending "keybd_event(VK_TAB,VK_TAB,0,0)". But It was fail in Notes application program. I don't have any idea for it. Any advice is appreciated. Thanks!! Kevin. ...Show All
Shean How to get system message
Well,another question: When my application run at background, I want it to get some system message,like certain key pressing etc.,and then process the message instead of system.Is it reasonable Key pressing, you can use a keyboard hook. I've written example code on this forum, it should be easy to find. As for system messages, I'm not entirely certain. kuntushi wrote: Key pressing, you can use a keyboard hook. I've written example code on this forum, it should be easy to find. As for system messages, I'm not entirely certain. hook Well entirely a new concept for me! Thank you.I will have a try. ...Show All
Z.Y.S. WLM Showing as Offline all the time
My friend has a problem with his MSN. When he signs in as Online or any other status, it shows him as Appearing Offline all the time. He has tried installing different versions of MSN too, and still it didn't fix it. He has tried logging in from a different computer and still had the same problem. But, he registered a new account and the problem was gone... so it's just a problem with his main MSN account. Does anyone know what this might be, and how to fix it :) Has there been a fix for this because I have the same problem - all of my contacts are showing offline when they tell me in emails they are online - I am showing offline. I was having problems with Windows Live - I switched back to 7.5 - ...Show All
Trev72 Add Today Item
I have been try to figure out how to add a Today Item which is in quotes and nothing seens to work. Any help would be greatly appreciated. Here is the code that I have been trying to get working. Microsoft.Win32.Registry.LocalMachine.CreateSubKey( "\Software\Microsoft\Windows\Today\Items\'Wireless'" ) Microsoft.Win32.Registry.SetValue( "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Today\Items\'Wireless'" , "DLL" , "netui.dll" , Microsoft.Win32.RegistryValueKind.String) Microsoft.Win32.Registry.SetValue( "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Today\Items\'Wireless'" , "Order" , 1, Microsoft.Win32.RegistryValueKind.DWord) Microsoft.Win32.Registry.SetValue( "HK ...Show All
punchycool OTP: Installation of Windows Live Messenger
when i tried to upgrade yesterday to windows live messenger i get an error that says : error writing files to c:\ program files\msn messenger\wvm9vcm.dll.verify that you have acces to that directory. can someone please help me fix this thank you This forum is for people writing software for Live MEssenger. All the forums here are for programming questions only. You'll need to ask this elsewhere. ...Show All
Visual C&#35; Novice Is it possible to read data in txt files (which is located on PC ) using smartdevice ?
I am developing a software for smartdevices(WinCE4.2) with VS2005 and 2003. I have to work wit big amount of data so I choose to work with sqlCE ,faster and reliable. at this point I need to transfer data from pc to smartdevice. * copy txt file to smart device. * start transfer operation (which reads data from txt file on Smartdevice and write to SDF file) because of the limited memory capacity smartdevices I need to read data from PC. I mean I want to make this transfering operation while the device connected to the computer with cradle. so if someone can help me about this topic I will be happy Best Regards, thank you very much for your help You ...Show All
RichParker Developing a pictures cab
I am working on developing a cab file that will deploy all of the pictures that the system uses. This will allow the user to put the pictures on the storage card as required. The only thing i am adding to this cab file is a bunch of .jpg images. I am getting an error Windows CE CAB Wizard Error: File c:\docume~1\u4eevjas\locals~1\temp\wiz853.inf contains DirIDs, which are not supported ERROR: The Windows CE CAB Wizard encountered an error. See the output window for more information. ========== Build: 0 succeeded or up-to-date, 1 failed, 0 skipped ========== I have looked and the qiz853.inf file does not exist. Can anyone inform me of what is happening and/or how to fix it. Working on it, thanks ...Show All
