Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Devin
  • Content: Threads
  • Order by date
  1. Devin

    detecting height of titlebar and menubar

    I just know there must be an easy answer to this. It is totally critical for positioning graphical objects. I looked in VB help and searched this forum but found nothing... I know I can use sysinfo.workareaheight to get the height of the desktop less the taskbar height. I am unable to figure...
  2. Devin

    Show won't run Load in special cases - puzzling

    There should be an award for most bizarre errors, for surely I would win. I spent a whole day pulling my hair out over this, but now I must seek help. Here we go... I have a very simple program that has a form with something like the following: Private Sub someButton_Click begin...
  3. Devin

    Strange error -- cannot "load" form during "writing" stage o

    Hi, folks. One of my VB6 applications is doing something very strange. I've been successfully updating an activeX control, Graphics Server, to the latest version in all my apps. I started out, like the others, by replacing all references to the graph control in the project and form files...
  4. Devin

    A real mystery involving timers

    Fair warning: this is a complicated one... I am working on making my Win98-compatible application run on XP. The application includes a scrolling graph, which must refresh at a high rate. Since timers don't "count down" while their code is executing, this was a always a problem, as...
  5. Devin

    Bluetooth vs. 802.11b -remote control for custom electronics

    I am planning to develop a palm app for remote control of our custom electronics (medical simulator manikins). I don't know whether to use 802.11b or Bluetooth. I see a lot of companies out there making nice chips and EmbeddedVC++ objects/libraries that, via Bluetooth enabled Palm systems...
  6. Devin

    keypress, keyup, and keydown get executed twice

    I can't figure out why my Form_keypress, etc. events all happen twice in a row every time I press a key. (The Form's keypreview property is set to True.) Has anyone run into this?
  7. Devin

    Hi, I'm trying to set up iptables o

    Hi, I'm trying to set up iptables on RH7.2 It seems to be partially working because it's doing masquerading (machines on the internal network can get out) but if I try to do anything with iptables ie: iptables -L iptables -A <stuff here> etc. I get...
  8. Devin

    keypress event does not work for function keys

    Can anyone tell me how to use keypress, or some equivalent event, to watch function keys? Yes, the form's keypreview property is true. It works fine for other keys, and help doesn't say that F-keys should work any differently, so I'm very confused. My guess is that F-keys have some kind of...
  9. Devin

    How do I get the system time with millisecond precision?

    I need to get the system time, but Time() only returns seconds, and VB help offers no other options. Can anyone point me in the right direction? Thanks much. Devin
  10. Devin

    Timer control unpredictable- someone with timer experience please read

    Thank you very much for any advice you can give me. I've been pulling my hair out all morning over this. I am observing some very confusing behavior from my timer controls. Let's say I have a timer with an interval of 20ms and it is always enabled. The code associated with the timer event...
  11. Devin

    Moved project directory - invalid path to form files

    Please help a novice. This is simple, but I looked everywhere for the solution and can't find it. I just took over a project. I created some new forms and saved some new versions of existing forms. If I try to move the directory that contains all my source code and then open the project, it...

Part and Inventory Search

Back
Top