1. ASP.net (C#) App Hangs Internet Explorer Multi-Frames - Asp.Net
2. C# .NET app does not respect IE proxy settings
posting this again as : XXXX@XXXXX.COM We have a C# .NET app which runs as a service. It posts data to a server using HttpWebrequest. According to the docs I 've read, it should use the proxy settings from IE on the server machine. But it doesn't, it always posts straight to the server. I tried forcing it by doing this: WebProxy defaultProxy = WebProxy.GetDefaultProxy(); webRequest.Proxy = defaultProxy; But that doesn't seem to make it use the proxy settings either. On the flip side, a client I have which calls webservices DOES respect the proxy settings without my ever telling it to do so. How do I get the HttpWebRequest to respect the IE proxy settings? thanks Robb
3. ASP.NET / C# App - Forever Spinning IE Globe - Microsoft .NET Framework
4. Launching PocketPC Mediaplayer App from Custom .Net CF VB App
I'm currently developing a simple Visual Basic app to run on both PocketPC 2002 and 2003 devices and need to launch the standard mediaplayer application to play an MP3 file (in the background or minimized) from within my app. What approaches would you recommend and any idea what the code might look like (P/Invoke?)? Thanks, TJ
5. Error installing net cf sp2 cab file programmatically - Pocketpc Developer
6. open RADIO and GPRS connection via source code .net (.net CF 2.0, WM5)
Hi all, I need to call some api or similar, to open via source code the GPRS connection (as you do manually when open internet explorer mobile to access to a site). The same necessity is to open the RADIO connection via source code. I develope with Visual Studio 2005 in C# (but any example in other languages are wellcome) I trust in your help Thank you and best regards Fabio D., Mastria
7. Tab pages in a TabPage(using .NET CF & C#) - Pocketpc Developer
8. Multiple forms vs. custom controls (C# / .NET CF)
Hola - Using C#, I've developed a prototype of data capture, windows-based app, for PPC 2003 which uses several forms (not MDI) - exactly 5 forms in all. I'd like to create the CF equivalent of custom user controls that's possible w/ the UserControl class when developing a standard windows app. Is there an "easy" way to create custom controls in CF? Ideally, i'd like to modify my current forms classes without having to program anew, from scratch, w/ the system.windows.forms.control class. And, while i'm asking, what is the easiest language and dev tool for this task? Gracias,