Jump to content
Xtreme .Net Talk

NicoVB

Avatar/Signature
  • Posts

    161
  • Joined

  • Last visited

About NicoVB

  • Birthday 11/22/1986

Personal Information

  • Occupation
    Student
  • .NET Preferred Language
    VB.NET

NicoVB's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. How do you end a pocket pc app or how do you close other forms without closing your application?? nico
  2. I just had to repair my install of vs.net 2003 because some of the dll's weren't registered anymore after a register clean up!!
  3. Hi I have made an empty form with VS.NET 2003, installed the .NET compact Framework SP 2 and want to run my (empty) app ... it copies only one file to the device (the .exe-file)... then he says: "error: dll not registered" i looked which dll caused the error (i thought it was the following in the row of files that have to be copied to the device: "mscorlib.dll") i've made already that both my desktop pc and my device have the same version of the dll... but he still says: Connected to Pocket PC Device (Pocket PC) running on ARM. Copying files from 'C:\testapp2\bin\Debug' to '\Program Files\testapp2' Copying testapp2.exe Error: DLL-file not registered. ---------------------- Done ---------------------- Build: 1 succeeded, 0 failed, 0 skipped Deploy: 0 succeeded, 1 failed, 0 skipped What do I have to do???? (note: if I try to run the app on my device by just clicking the exe-file IT WORKS... so he don't need that dll file, which is logic because the dll is already on the device)
  4. I had the same problem at that point, so I created a control myself called an IconBox control... If you set the property Image of it to the icon... it all goes right!!! the key to the control is that Graphics.DrawIcon(...) will draw the icon unblurred 32-bit XP quality!! try and see the result! nico
  5. How do you make up then the new DIFFERENCE image?? (if you have all the values)
  6. How do you make a difference image between two frames... i have one frame: an empty tennis court another frame: a tennis court with a player I want to get the difference ==> so the player should be visible alone now in fact (all the pixels value from frame 2) - (all the pixels value from frame 1) but how to do this?? thanks in advance nico
  7. thanks but how to do it manually in .NET???
  8. Yep, that's right... also was searching that... certainly framerate... doesn't seem that there is a property anywhere for that??
  9. I want to follow a tennis bal on an image sequence... How do I do that??
  10. ok, thanks, i will search after it, because I don't know really how to use that event... Flip = rotate 180° (left-right position changes, not top-bottom) thanks nico
  11. How can you place a movie with 50 % transparency on a form?? How can you flip a movie? tnx nico
  12. Yep, but didn't help so much...
  13. Can you work it this a little bit... So for example: I want to capture frame number 100 or the frame on the time '8,43 seconds' ?? How?
  14. No way to solve this??
×
×
  • Create New...