Jump to content

asbo

Members
  • Posts

    1,256
  • Joined

  • Last visited

  • Days Won

    29

Everything posted by asbo

  1. If you've gotten the iphlpapi.dll method working robustly and it works on all the versions of Windows you need, I'd say this is the ideal way. There problem isn't a significant amount of overhead in getting the entirel The netstat method is much worse (in my eyes) because it includes a separate process call of which you have to parse the output. If you have development control of the applications in question, Tim_S's idea is excellent.
  2. Nope, never seen it before. Is it reproducible?
  3. That'd give non-zero data for the first 0.25 seconds, but it's unclear what OP actually wants in that gap.
  4. One thing that's helpful, not only in this instance but in general, is to turn on the setting to show constant folding. In most cases, it's not hard to pick off what should be constant, but it's still nice to have a reminder.
  5. Maybe you know this already, but there are several PCI-1411 cards listed on eBay. http://www.ebay.com/sch/i.html?_nkw=pci+1411&_sacat=0&_odkw=pxi+1411&_osacat=0&_trksid=p3286.c0.m270.l1313
  6. Can the In Place Structure force the compiler to see this, or does inplaceness only occur for operations which can be tied to the structure?
  7. You can have the executable run with administrator privileges, or you can dance with Windows API to acquire a security token which grants you privileges. I've done the latter, but only with shutdown/hibernate privileges (and on Windows XP to boot), so I can't guide you there.
  8. Do you have error handling to diagnose what's happening? If a program needs drivers, the OS should load them automatically, preventing the application from executing before they're ready.
  9. Just don't hover over the selector.
  10. Have a look at the LogonUser() Windows API. Should be pretty easy to use.
  11. You're in a tough position to try and solve this bug - can you go watch an operator repro this bug? There's no obvious flaw in your event structure and to be honest it's probably a human interface issue.
  12. What happens if you throw a breakpoint in the case? Are you actually reproducing this issue yourself or are you just getting reports from users?
  13. A picture's worth a thousand words I'm not visualizing your description very well.
  14. The TCP examples are good starting points, so you should probably explain what you're tried so far and what you're actually trying to do - "build a tcp connection project" is uselessly vague.
  15. That sounds brutal - just wanted to make the Why made sense before diving into the How François gave you two good options, I was going to recommend NI's Wifi DAQs.
  16. If you're using the Set Cursor VI, that doesn't actually stop the user from clicking - it only changes the glyph. If all of your logic is in this one event case, use the Lock Front Panel option. If not, you can use property nodes to disable the FP while you meander through other logic.
  17. Why does it take two hours to connect and disconnect a cable?
  18. I know that we have also used it for security/authentication purposes, but I don't know much about the implementation. The security module we wrote is still used from time-to-time, likely with the same justification as Antoine.
  19. I saw the Hello World example and hit Back. The scariest thing about languages like this is that someone has to invent them ... The use of encryption is just obnoxious, though.
  20. It sounds like your palettes aren't being updated correctly? Have your tried restarting LabVIEW after installing the package?
  21. Perhaps he means every line, not just DTR and RTS.
  22. Ahhh, thanks for reminding me about that. There are some sweet ASM solutions on there...
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.