Answer Questions
Yorker Trouble connecting ActiveSync with Windows Mobile device after Windows Update!
Hi, I hope someone out there can help me out! I am working on an application running on HP Pocket PC (running Windows Mobile 5.0 ). After installed Windows update this morning, ActiveSync can not be connected anymore! I connected another HP Pocket PC running Pocket PC 2003 to my PC, ActiveSync connection established immediately! I tried everything suggested by Microsoft, but still no success! - Uninstall - reinstall ActiveSync 4.2 - Restart computer - Checked USB settings in ActiveSync in both PC and Pocket PC. - Checked Firewall settings. - Changed physical USB ports What else I can do By the way, the Pocket PC running Windows Mobile 5.0 works fine with COM1. it appears to me that our network configurati ...Show All
IGiberson directshow issue
Hi, I am using directshow graphs in my application for accessing the embedded camera(PPC and SPs). I am not using a graphmanager; I contrust the graph manually, by adding the required filters. An overview of my Graph: To the VideoCapture filter, I connect the SmartTee. The Render Output pin of the SmartTee is connected to the VideoRenderer; The Capture Output Pin of the SmartTee is connected to the input pin of my custom NULLRenderer filter. In this filter, I register a custom app callback function in which I perform my image processing operations on the frames received. Ok. Now the problem I am facing is changing the camera / viewfinder properties. In varying lighting conditions, I need to be able to adjust the properties like ...Show All
Bharat Gadhia Windows Live Contact Gadget (D. Thorpe) Question
First of all, i want to congratulate mr. Thorpe on his Channel9 video and the work on Windows Live Contact Gadget. However, i'm not able to get my test page up and running: http://www.designerdrugs.be/test.html when i hit sign in, the popup shows, i enter my credentials and then boom, nothing happens anymore, i see the sign in button again, and when i click it a second, third,.. time i don't even get to see the popup to sign up. What's up with that Does anyone have a clue Comment: Before i began watching the video, i thought the gadget would allow me, as a webdev, to allow a user to enter HIS contact information in to, let's keep it simple, my contact form on my website. How come this isn't available It appears to me that being able to en ...Show All
Tomas L Hot to get menu-height programmatically
Hello everybody! Using System.Windows.Forms.Screen.PrimaryScreen.WorkingArea.Height on my PocketPC (WM 5.0, .NET CF 1.0) I can get the height of the working area. But I would like to know the height of the working-area minus the height of the menu so that I finally know the height of the white space between the taskmenu and the application menu. The height of the menu is 26 px, but I dont whant to hardcode this. Can anybody help, plz M. Abraham Hi Use the native API GetSystemMetrics to get this info. Sample: int caption = GetSystemMetrics (SM_CYCAPTION) + GetSystemMetrics (SM_CYFIXEDFRAME); The P/Invoke declaration required for this: [DllImport ("coredll.dll")] public static extern in ...Show All
PDCS .NET compact Framework and ResultSets?
Hi! Sorry but I have a lot to ask :) My new problem is that the resultsets in Compact Framework don't act as I expected. I can not bind DataGrid to any table of ResultSet, neither by designer , nor by code,because I can not create an instance of Table Adapter or Table at all :( I've created parametrized queries in Table Adapter I can see on my xsd of the resultset, but I can not call them! How to use my methods - Fill() and GetData() How to bind datagrid to tables from resultset In two words - how to make my queries by designer Thank You a lot! Thank you! Appreciate the gesture :) ! See this step by step tutorial. ...Show All
rodri_ogri programatically checkin file to vss visual source save
hye friends i have got a problem i hope u guys will help me in sorting this out the problem is that i m creating a document on the web application say ....as we write e mail on text area.. now issue is that how to convert this into a file and format accepted by the vss and secondly checkin this file onto the vss and so plz tell me the way how i can do this .... Mian: This forum is for questions and discussions related to Windows Live Spaces development. For questions or problems related to Visual Source Safe, try the Visual Source Safe forum at: http://forums.microsoft.com/MSDN/default.aspx forumgroupid=6&siteid=1 or try the asp,net forums at: http://forums.asp.net/ . ...Show All
TechedRonan Failed to open VPC Network Driver error
I have a fully updated new installation of Windows XP x64, Visual Studio 2005 with SP1 B1, and CE 6.0. I am unable to get network connectivity in the emulator and get an error: Failed to open VPC Network Driver error. Running on a Precision 690 workstation with a broadcom 57xx network adapter.. I verified that the VPC network driver was install (I reinstalled it). How can I diagnose this issue Please uninstall the VM Net Driver and install the Virtual PC 2007 software instead. Then check Control Panel --> Network --> Properties to see if the driver is there and then try out your scenarios. Do let us know if this helps solve your problem. Thanks, Ravindra ...Show All
Gurpreet Singh Gill Custom Windows CE 4.2 based SDK in VS2005
Hi all, I am trying to use an application for Windows CE 4.2 platform, originally developed in eVBC4 using a custom SDK: %ProgramFiles%\Windows CE Tools\wce420\Topaz I have installed that custom SDK provided by the supplier of the device but my problem is that I can’t select this platform (Topaz), which is the proper target for my device , under a Visual C++ project in Visual Studio 2005. Please, any help with this issue or indications TIA! Visual Studio 2005 does not support Windows CE.NET 4.2 based platforms. It supports Windows CE 5.0 and better. You'll have to use eVC++ 4.0 SP4 instead. see: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=1822&SiteID=1 Michael ...Show All
ShEi FireFox bug in V3
I tried my VE v3 app in FireFox and I got the following error: Error: [Exception... "'Msn.Drawing.Exception: Your Web browser does not support SVG or VML. Some graphics features may not function properly.' when calling method: [nsIOnReadystatechangeHandler::handleEvent]" nsresult: "0x8057001c (NS_ERROR_XPC_JS_THREW_JS_OBJECT)" location: "<unknown>" data: no] Any help is appreciated. Thanks for your help. But, it didn't work either. :-( I upgraded Firefox to 1.5.0.4 and the it's even worse. Now I get a bunch of error messages as follows: Error: Unknown property 'word-wrap'. Declaration dropped. Source File: http://local.li ...Show All
detzX error 0x00000716
I have made an application in windows mobile 5.0 pocket pc.I have put the error logging in my application.I am getting followinf error GetLastError returned : 0x00000716: The specified resource name cannot be found in the image file. ) Can some body please help me out about what is this error and how can i overcome it ...Show All
nithinraj _WIN32_WCE is hex and not decimal in VS2005
I just noticed something and I can't figure out how it's working at all for anybody. Surely I'm missing something obvious. If I make a new project in eVC 4.0 then the project settings will define the following: _WIN32_WCE=$(CEVersion) So for my Pocket PC 2003 configuration _WIN32_WCE winds up having a value of 420 (decimal). This makes sense since all of the Windows CE Platform SDK's compare this constant with decimal values like 300, 420, and 500. However if I create a new Smart Device project in VS2005 then the project settings define the following: _WIN32_WCE=$(CEVER) But this time $(CEVER) is defined as 0x420 ( hex ). Now all of the comparisons are incorrect. Am I missing something here Surely this isn't a bug in VS20 ...Show All
Satya vani Connect with GPRS programatically for Pocket PC Client application
Hi All, I am developing Client Server TCP/IP based application in VB.Net. My Client Application is Smart Device application and going to be run on PDAs. This Client Application will connect with my server via TCP/IP using sockets. My Server Application is win form based application and going to be run on our server. Problem: { My Client Application needs GPRS to be connected. So, if GPRS is not connected, we have to do it manually. I am looking for the way where i can first check status of GPRS and then if it is in disconnected mode, i can connect is automatically using code. } I searched on net for the same and somewhere I found about Connection Manager Class of Open Net CF. But i didn't get any exact way or code sample to do it. I als ...Show All
LiveGadgets Unable to connect Web Services with Pocket PC 2003 Emulator in vs2005RC
The output window: A first chance exception of type ' System.IO.FileNotFoundException' occurred in Mscorlib.dll A first chance exception of type ' System.Net.WebException' occurred in System.dll A first chance exception of type ' System.Net.WebException' occurred in System.Web.Services.dll Test of the Web Services in IE is good How to resolve this problem Hi, Navneet! I read your post. I'm having the same problem with consumina a web service from an Emulator. I tried the steps you described above (my Service is hosted on a local machine). I'm replacing "localhost" with my machine's IP address but it still doesn't work. My computer is in ...Show All
NeTBaPb Draw nice line Compact Framework
I want to draw some lines and basic shapes on screen in Compact Framework. I've used the Graphics class and a bitmap, and then added the bitmap to a picturebox. The problem is the lines look like *** when they are not going straight up or to the side, and by *** I mean that it looks like stairs. Anyone know how I can fix this problem Try the AntiAlias SmoothingMode when drawing your line. My screen is 640*480 pixels, and that's what I use for my bitmap. I tried to set the bitmap to 6400*4800 and then set the sizemode property for the picturebox to stretch, but the result was the same, the line is like a stair. I guess I might have to use some visual "cheat" or something, but don't know w ...Show All
Sweeps78 How to detect if a Smartphone application is put in the background?!
Hi there! Following problem: I have a Smartphone application which has main window which consists of a single (docked) TreeView. I need to perform certain tasks when the application is put in the background. That is when the Escape/Back key (KeyCode 27) is pressed. However it looks like and TreeView / ListView eats up that KeyCode. I tried a number of things but i simply can't get the escape key event. This is probably because the escape key might also be used to collapse tree nodes. So how on earth can the application figure out, when it is put in the background when neither the TreeView nor the Form fires the KeyUp event for the Escape/Back key Do i have to do some dodgy constructs with the OnDeactivate / OnMinimise event ...Show All
