Search results for query: *

  • Users: byle
  • Content: Threads
  • Order by date
  1. B

    Connecting WM6.5 device with VS2005

    Hi all, I am trying to debug an application on a WM6.5 device using VS2005. I installed windows mobile 6 SDK and everything works correctly except one thing. WHen I select a WM6.5 device in the target device combo box and then try to make it connect with VS it always gives me the following...
  2. B

    bluetooth in windows programming

    Hi ! I'm developing an application for my university degree that must use bluetooth functionality. I explain: I need to be able to recongnize and also send files to users connected. The problem is that I must create a windows application for doing that because I have my bluetooth device...
  3. B

    Trying to execute javascript in a web browser

    Hi!! I'm trying to create an app to get all the links (and webpages from that links) from a concrete website. All the html links (<a href......) I get correctly. The problem is when the link is located in a javascript methdI've created a webbrowser and I call the...
  4. B

    Execute javascript in a .js with .net Webbrowser

    Hi! I'm creating a spider in wich I pretend to execute javascript functions from a page. I'm using the .net webbrowser to navigate through the page. The case is that when I fins a javascript function and I try to invoke it it does not work as the implementation of this function is set in a .js...
  5. B

    Problems at terminating Timers...

    Hi, I'm developing an app that uses one timer and once the timer has ticked, there's no way to close my app without seeing that exception: An unhandled exception of type 'System.InvalidOperationException' occurred in mscorlib.dll Additional information: Collection was modified; enumeration...
  6. B

    Change Bitmap Resolution?

    HI! I'm developing an app with compact framework in wich i try to change a bmp resolution. I can take this bmp into a bitmap varible but then I don't know hos to change its resolution so I can save it and have the same bmp but with smaller size.. Does anybody know how to do that?? THANKYOU!!!!
Back
Top