Answer Questions
sharindenver How to use Windows media Encoder SDK
Hi, I want to create the chat application.. in that I did the text chat. I want to do Video and audio chat.. I downloaded the Windows Media Encoder SDK and I have installed Windows media Encoder. In this Windows Media Encoder SDK they have given one Predefined Interface and It's working fine.. My problem is... using this SDK how to create video and audio chat in my GUI then, Is it possible to connect more than one client to that machine which is encoding the live video from then web cam Thanks in advance wrong foru you should go to the windows media forum ...Show All
Umair-Shahzad Move Window (Static Text) difficulties
I'm trying to move a static text object based on an integer. Here is how the object is originily defined in the recorce file and where it should be if the integer is 0 RTEXT "Site Name",LBL_SITE_NAME_OBJ,7,160,36,9 I want to move it up 16 units for each value of the integer so if the integer is x the new top will be y x , y 0, 160 1, 144 2, 128 etc I'm doing lbl_site_name.MoveWindow(7,160-(16*my_int),36,9); but not only does that not quite put the text in the right place it also resizes it. I suspect the two use different scales (like trying to mix and match yards and meaters) How do I convert between the two The units in the RC file are so called Dialog Units. If your dialog uses system f ...Show All
AL_G4 free unit testing tool for .net compact framework 1.1
Hi , can anyone let me know the commonly used unit testing tools for .net compact framework thanks in advance The only unit test framework I know of was developed by the Patterns and Practices group. It's designed to be used with VSTS and NETCF 2.0, but the basic ideas should work with NETCF 1. http://www.gotdotnet.com/codegallery/codegallery.aspx id=5bef2b5f-476a-488c-8d55-9d41666a36f3 It basically works by using reflection to identify test functions decorated with a custom attribute. Once you've identified the test functions, you execute them in order. Depending how your architect your engine that calls the test methods, you can decide how to handle failures. If the whole test should stop a ...Show All
FernandoLeite Live search service not responding
Hi, Is there any reason why when I run the sample from the search SDK on my personal server at home it works perfectly fine, yet when I load the same code to my hosted server I get an error message saying that the service did not repond correctly (System.Net.WebException: Unable to connect to the remote server ---> System.Net.Sockets.SocketException: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress) at System.Net.Sockets.Socket.InternalConnect(EndPoint remoteEP) at System.Net.ServicePoint.ConnectSocketInter ...Show All
mikeret ppc 5...windows forms...how to keep maximized forms maximized???
my vb.net mobile 5 ppc app.. it has a few main forms..they are maximized so that the today screen is not at all visible...when i open a "sub" form that is NOT maximized on top of my maximized form, the maximized form becomes NOT maximized as the top of the today screen shows....my client HATES this...how can i stop this we never want to see any part of the troday screen can i open a fomr inside a form...or insde a panel or set a property thanks... I had this problem before. When you get back from the other form, you need to re-maximise the original form Hi MaseYo, in .NET CF applications, you can hide the title bar by maximizing the forms, thats true, but if th ...Show All
dseydel Clearing user inputs
In each of my dialogs in the load and OK click event I turn on the wait cursor while doing processing. In almost all cases the time is less than 5 seconds, and I am running on an actual device using the .NET compact framework. In a few spots in my application I have some dialogs chained together, meaning after dialog A comes up, then dialog B will come up. The problem is when a user clicks multiple times on the screen for dialog A, there is a click getting through to dialog B. How do I make that not happen I have tried creating both dialogs up front and that doesn't seem to help and in some cases it doesn't work because a selection in dialog A may affect which dialog comes up next. The problem seems worse when the OK processing in di ...Show All
Iamscott How to Connect Pda From Laptop
Hello Laptop PC user clicks on Flash-Alert icon. A command is sent over ad hoc WiFi network to All PDAs on the network. I would suggest using UDP broadcast. ...Show All
mranzani Anyone know what the prototype pinvoke for checking disk space looks like?
Thanks! Mobile devices are not usually disk-based and as such, the file system is does not follow a disk-volume-partition pattern and that's why file system references do not include a drive identifier. That is, files and folders are referenced as \My Documents\Somefile.txt rather than C:\My Documents\Somefile.txt. In place of a disk-based file system, storage is provided by volatile and non-volatile flash memory. Bearing this in mind, the correct question is not how much disk space is free, but how much memory is free. The Win32 API which you can use to query the free and allocated memory is GlobalMemoryStatus. In C#, this is declared as follows: [DllImport("coredll.dll")] public static extern void GlobalMemoryStatus(out ...Show All
FSchmid how to minimize the form?
how to minimize the form. and develop platform is c# .net cf hi JR my code is below: Form1.visible = false; Form1.refresh(); but it can not pass build. The notify is the form1 does not own the visible and refresh(); Why Thank you Are you just trying to make the form disappear If so: form.Visible = false; form.Refresh(); will make it go away Try this: Form1.Visible = false; Form1.Refresh(); There is an intellisense feature. After you type the dot a list of available fields and methods should appear. Look for the one that matches the best to what you are looking for. Also everything is case sensitive so watch out for ...Show All
Leon Mayne Dialog background won't erase.
I have a dialog the I have created in the resources. In this dialog I create some dynamic child windows like this: m_pSuperTR1Ctrl->CreateEx(0,L"STATIC",L"", WS_CHILD|WS_VISIBLE|SS_CENTER, ctrlTr1Rect, this,1240); then I m_pSuperTR2Ctrl->ShowWindow(SW_SHOWNORMAL); and m_pSuperTR2Ctrl->ShowWindow(SW_HIDE); but they don't hide, it looks like they become part of the background and if an original control on the dialog updates then that part of the dialog updates leaving fragments of the dynamic control visible. How do I get the dialog background to refresh Thanks, Thanks for your reply and let me try and explain myself a little better. Ye ...Show All
eroe Could the smart device get data from the external device?
Hi, all, I am a beginner for the programming in smart device. I want to use the smart device (ppc or smartphone) to get 8-bits data from an external device (MCU). Could anyone tell me it is possible and give me some reference Thanks. Regards, Wilson YU Hi, Ilya Sorry for making confusion. I want to know how to send / receive from the cable for pocket PC through the cable. I think there may be some library / function for me to do that. As I am not sure, could you give me some hints / reference links Many thanks. Regards, Wilson YU Hi, Ilya Thank for giving the aspect. I have done some search and found several wireless communication me ...Show All
Rashar Where is Firefox support?
Does anybody have any ideas why my site loads in IE7 but not firefox 2.0.0.1 I have tried the work around from Marc Sutton (Codev Ltd) but it doesn't seem to have resolved anything. If anyone code take a look I'd really appreciate it. http://www.gisconsultancy.com/photomap/photomap.html Kind Regards, Rob I thought I would copy and paste my html \ js..., works in ie7 but not firefox. please ignore the light bulbs, but any ideas would be very much appreciated. cheers, rob Wow, sorry guys the site worked for me fine, but the layout in firefox meant the map was render way over on the right of the page. Hence my scroll right comment. The map was there fine. ...Show All
Simon bridgens Unable to connect to device using specific IP address
I have a Smart Device application orignally written in VS.NET 2003 and recently converted to VS.NET 2005. When I try to deploy to my device using a specific IP address I get the "Connect to device failed" error. I can deploy using ActiveSync to provide the IP address, but this does not work for me since I need to be able to debug with a DEX cable connected to my device, I can't have it connected to the cradle. Other than the usual advice to disable firewalIs and use ActiveSync to provide the IP address, are there any useful device connection troubleshooting guidelines I was able to get VS.NET 2003 to deploy to specific IP address but it was flaky at best. I had to first deploy using ActiveSync and then change my device conn ...Show All
bobbins Help with IR communication between XP (desktop) and Pocket PC
I'm writing a Pocket PC application to communicate through the IR port on the Pocket PC. Eventually it will talk to an IR device on an embedded processor board. For now I have an ACTiSys IR device which connects to COM1 on my PC. I am using the Irda* classes in .NET on the Pocket PC. With an Actisys test application running on the PC, calling IrDAClient.DiscoverDevices (from the Pocket PC application) returns the ActiSys device correctly. How do I write my own application on the PC (using .NET) which will talk through COM1 and allow the ActiSys device to be seen by the Pocket PC So far I've not been successful. Also, what exactly takes place under the covers when DiscoverDevices is called, and will this work with a device such as an embedd ...Show All
petersoftware The Driving Directions script does not work.
Hi, I am working on the script that displayes the "RouteItenary" Class and whenever I implement it the map does not display. I searched for Javascript errors but there was none. How do I fix this it still does not work. Here is my script: <html> <head> <title></title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <script src=" http://dev.virtualearth.net/mapcontrol/v3/mapcontrol.js"></script > <script> var map = null; function GetMap() { map = new VEMap('myMap'); map.LoadMap(); map.GetRoute('Microsoft', 'Space Needle' ...Show All
