• Welcome to TechPowerUp Forums, Guest! Please check out our forum guidelines for info related to our community.

Recent content by shuggans

  1. S

    vb.net touch screen app help

    I was messing with trying to handle native mouse input to block it before I realized that the input causing this isn't mouse simulation at all (and hence the problem).
  2. S

    vb.net touch screen app help

    Even without that, windows is natively handling the panel touch scrolling. Clicking does nothing, but if you touch the panel behind the buttons and drag, it does scroll. I either need to block that from happening, or pass that through onto the buttons and get rid of my handled code. The app...
  3. S

    vb.net touch screen app help

    Ford, would you be able to help me convert this from C# into vb.net? I've been trying and can't seem to get it right - it is a touch gestures sample from the MS windows 7 SDK. If I can get this into vb.net I'm pretty sure I can use it to filter out or override the touch events on the parent...
  4. S

    vb.net touch screen app help

    I think I will try to figure out how to "block" or ignore touch input on the flowcontrolpanel the buttons are on... this is actually exactly what I need to do.
  5. S

    vb.net touch screen app help

    It is interesting... adding handlers for mouse events to the flowcontrol panel and using the mouse to click and drag etc. has expected results... however, much different results when using touch... I wonder if it is raising different events...
  6. S

    vb.net touch screen app help

    Can you link an example of how I would go about that? adding a handler for mouseevent args results in e.handled is not a member of mouseventargs, or even just plain eventargs.
  7. S

    vb.net touch screen app help

    I almost wonder if I am looking at this wrong. Is there any way to just completely disable native interaction with the flowcontrolpanel the buttons are on? That would get rid of the cause of the issue as well, and still complete the required functionality.
  8. S

    vb.net touch screen app help

    It is strange - the mouse does not do it. In fact, adding handlers for the same events with the parent flowcontrolpanel to the same subroutines used on the buttons causes the mouse to act as desired on both tiles and the parent object. It is only when actual touch comes in to play that...
  9. S

    vb.net touch screen app help

    So I have an app using the same method as the sample below to create scrollable controls on a windows form. This is a commonly found solution/method on how to create smart-phone like scrolling on a vb.net winform which uses a flowlayoutpanel with the autoscroll property set to true with some...
  10. S

    Best Antivirus & Firewall Package

    I just caught it after posting.
  11. S

    Best Antivirus & Firewall Package

    Going to second (or third or fourth etc) MS Security Essentials + Windows Firewall. Security Essentials is the same thing as Microsoft System Center Endpoint Protection which is amazing!
  12. S

    Help computer Windows XP freezing, can I get rid of virus manually without any software?

    Just another to take: Download ultimate boot cd (search for ubcd on google) - download the iso and use windows 7 to burn the image to a cd-r (right click the iso file, open with windows disc burning)(if no windows 7 is availabel you can use any program that can burn bootable images to a cd-r...
  13. S

    New Network Built - Old one connected via cat6 and routes - need help with DNS

    Old Network just has a checkpoint UTM-1 performing all routing connected to a long daisy chain of old 3-com gigabit switches. New network consists of 2 Cisco C3750G's 24 port switches running the enhanced layer 3 image with hot standby router protocol set up between them for routing on the...
  14. S

    New Network Built - Old one connected via cat6 and routes - need help with DNS

    Hi all, I have a question as I am not by any means a "DNS Master" and am hoping someone can lend me some knowledge/guidance. I have 2 networks (one new, one old, both are completely independant of the other with their own WAN connections, Domains, DNS, etc). Ive got the two connected via a...
  15. S

    vb.net select text from active cursor point in different window

    Ifound this code: http://social.msdn.microsoft.com/Forums/en-US/vbgeneral/thread/02a67f3a-4a26-4d9a-9c67-0fdff1428a66/ which is a great example - I wonder if I could return the active window name to a string and push that as the window name.... and then grab textfrom cursor location...
Top