Answer Questions
Jay Williams Problem with games in windows live messanger
Hello, I am trying to play a game with someone on my messanger list and keep getting activex control problems. I have tried a hundred different things and can not get it to work. Please help Thank you What game are you trying to play And what Windows / Messenger / Internet Explorer versions are you using ...Show All
Michael Mossman Error 1 Deployment and/or registration failed with error: 0x8973190e. Error writing file '%csidl_program_files%\minisirio\system
help me. I have this problem with the emulator pocket pc 2003 in compact framework 2.0 somebody knows the rigth way to resolve You are trying to use a component written for the desktop. This results in the Visual Studio trying to deploy all dependent DLLs (Desktop Framework) and the device running out of space. Since the desktop components won't work on the device anyway, you need to remove them from your project. If this is your own library - you will need to create a device project, import files into it and rebuild for the device Ok. This problem i have resolved by put all files in one only project. But now, when I want to access to DataSet with adapter, (in DataSet.Designer.vb) starts a gener ...Show All
learningdba Windows Mobile 5.0 USB driver development
For my master thesis, I need to develop software that controls a medical implant over a USB link. This USB link requires 1 control transfer (the standard one required by the USB standard) and bulk transfer. In order to do this I need to develop a USB driver to communicate with the implant. Up until now my experience developing for windows mobile: NUL, my experience for developing drivers: NUL. Ofcourse I've already done alot of reading, and on the msdn website I only find some information about developing a USB driver, and there it states I need the platform builder.. which is not free. After what I read about the platform builder, it just configures a whole new windows Mobile, but that's not really needed is it I have a certain PD ...Show All
joesanders Problems printing maps!!
Hi all I have problems when I try to print a map with a route drawn on it, in fact, tha problem is in Firefox browser. It only prints the route and the icons, not the map, it like a transparent div is on the map and this browser can’t print it. Thanks Sorry for my bad English! Hi , I am having the same problem. Were you able to find a solution Seshu Are you seeing this problem in your own mashup, or in the local.live.com site If this is in your own site, you have to do a lot of CSS work to get the maps to print well...there are settings you have to make for "print only" output, and it is WAY beyond my knowledge, I'm afraid. Hopeful ...Show All
Martin Moe Problem 3D plugin setup in other languages or locations
Hello all, first congratulations for your new and amazing v4!! I tried to test it, but I have a setup problem. My Windows is configured in spanish language (ES). The setup stop with "be patient... your language and location is not available". I dont understand, why the language is a problem ... Please... when I can test it Thanks a lot! Alex Thanks Dario I think the same... Once you do the installation,... if I turn again to spanish config, the 3D plugin run Thanks, this is what I needed! Hi Alex, yes, it worked for me even after turning to spanish again. hi, i had the same problem, i don't know why the language is such a res ...Show All
Simonth MVS STANDARD EDITION 2005
I was beta testing a copy of mvs prof. I got to the point where i thought i was ready to program, so i went out and bought a version of MVS STANDARD EDITION 2005. This standard edition is worse than the beta prof edition. I can not do for next loops, while, invalidate, update, processcmdkey, font.drawtext, resume, and the list goes on and on. All i can do is program in a straight line, and most of that programmng is not accepted. Can i replace my standard edition 2005 with something that works. Ive been beta testing for 14 weeks. 1. You couldn't have beta-testing Visual Studio since it is a released product. I think you meant "trying the evaluation version" 2. There is absolutely no functional difference b ...Show All
PEng1 find a category
hi, i'm trying to use find(), to search categories, eg train station, Churches, hosipitals.. but i found the results return are not right, is there any other way i can do such kind of search thank you! Yuki thanks... but i think i just stick to VE for the moment ... Yuki Yes, there is. You can sign up for a mappoint webservice account, then you got tons of different categories of points of interests acessible via the webservice. Php no, im a c# guy, sorry cant help with that issue. And the mappoint webservice doesnt run in a browser environment, you consume the webservice in your php code then. Visualbasic No, you can use any language. ...Show All
Raja Nadar How to display Open Folder dialog ??? in smart app
How can I display the Open Folder dialog in Win32 Smart Device project is there any function to do it Gurgen There is no class OpenFileDialog in win32 API, I think this is a .NET Framework class I don't need it. I've tryed to use SHBrowseForFolder function, but some error occured during linking unresolved external symbol SHBrowseForFolder referenced in function "void __cdecl ...... I've added the lib Ceshell.lib, but no changes, error still remains. Anybody please help me...:( Hi, SHBrowseFolder is not supported on WM platfroms. As per CE guidelines PPC's are expected to located folders in the \My Documents folder, thus there are functions ...Show All
rogupta how to insert application selected date in pocketpc calender
hi, In my device application,the user select a date ,the one which the user select must be inserted in pocketpc calender appointment.how can i do this.I heard about poom ,but am not sure in using poom.Is there any code snippet in vb.net for this.To access poom,dont suggest me to purchase 3rd party tool kit inthehand.please help me thanks regards laja Hi Laja Are you targeting Windows Mobile 5.0 devices If you do so - the Windows Mobile 5.0 Pocket PC SDK contains a sample called 'BirthdaysToCalendar' which sould help. Michael Thank u very much Michael ...Show All
MSBARGLO Fire Fox Map not sizing right
I have a page that contains a VE map and am using this code to make the map the size I want it: <div id='myMap' style="width:700px; height:880px;"> In FireFox 2 the map fills the whole window I have added this code to detect the browser: var ffv = 0; var ffn = "Firefox/" var ffp = navigator.userAgent.indexOf(ffn); if (ffp != -1) ffv = parseFloat(navigator.userAgent.substring(ffp + ffn.length)); // If we're using Firefox 1.5 or above override the Virtual Earth drawing functions to use SVG if (ffv >= 1.5) { Msn.Drawing.Graphic.CreateGraphic=function(f,b) { return new Msn.Drawing.SVGGraphic(f,b) } } I had hoped that would fix the problem but it did not. Does anyone know how to fix this problem ...Show All
&#321;ukasz Sromek pda and datagrid
Developing a simple pda app using a datagrid(MsFlexGrid would have been better but not supported by vb 2005 correct ). I need to populate the grid with a simple table the user selects a number from. 1. it appears i need to create a database to do that correct 2 will Excel work for the data base if so how please and what format do i save it in 3. how do i import it 4. how do i get the numnber the user double clicked on Thanks Mitch 1. No, that is incorrect. No database is needed to use DataGrid control, only data source is needed, it could be pretty much any collection, e.g. array. I don't know what “MsFlexGrid” is. 2. No, it won't. There's no way to connect to Pocket Excel u ...Show All
CarlosV Tree view double click event ?
Hello ,, I have a tree view displaying some files , and i want to open the file after double clicking the item but I can't found any double click event .. What's the solution for this problem Thank you, Thank you all. Fixed after one hard working day, Best Regards, Ratheesh*MCP* wrote: Try the KeyPress event of the tree view. It will work with a single press of the Enter button Ratheesh Thank you for your reply I did that before and this was helpful while using the tree without the stylus ,But I want to open the file also with a double click on the tree .. To let the user open the file by double clicking it or he can just select it . I hope to hear a solution soon .. ...Show All
NoEgo We are considering the purchase of visual earth
How easy is it to upload locations and data would it be better for us to outsource some development than learn it ourselves That depends on what you want to do, your current skill set and your delivery timeframe. If you have the time and skills, or want to learn. then do it yourself. There are plenty of good resources comming together but it is not quite plug and play. It is a very rewarding technology though in that what you acheive is visual and you can show off to others - as opposed to some accounting login form or something. If you are looking for outsourcing there are some good experienced developers around. I would head over to http://viavirtualearth.com to see the gallery, articles etc. They have a forum for people ...Show All
Jordan Y Remote Performance Monitor not working
Hi, I converted the application developed using netcf 1.0 to netcf 2.0. When i use RPM its not working.But when i create a new project using netcf 2.0 the Remote Performance Monitor works.I want to know whether RPM will not work when we migrate from v 1.0 to v 2.0 Hello, NETCF Remote Performance Manager should work with projects that are migrated from v1 to v2 as well. Can you detail the problem that you are seeing Are you seeing no counters in NETCFRPM or is there any other problem Thanks, Rajiv ...Show All
haba Forms switch
Hi there, I am currently using the code below in order to switch from the main form (Form) to another form (SetupForm). However once i switch back to the main form (Form) and try once again to switch to "SetupForm". I recieve an error. I dont think this is a great piece of code to switch between forms using button clicks, Could any one help (Code Shown Below)... private void menuItem1_Click( object sender, EventArgs e) { SetupForm f2 = new SetupForm(); System.Windows.Forms.Application.DoEvents(); switch (f2.ShowDialog()) { case DialogResult.No: // Previous break; case DialogResult.Yes: // Next break; } } Thanks KP After you called ShowDialog once, you should d ...Show All
