CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Detector

Search: Search took 0.02 seconds.

  1. What about a DLL/OCX written in C that VB can use...

    What about a DLL/OCX written in C that VB can use to converse with the low-level I/O? is there such a thing, or is this possible? I have Visual Studio, do these other 'basic' languages have an...
  2. Manipulating audio input(real-time) via line-in/mic

    Well after two weeks of searching I have found many posts asking the same question, but getting no good answers. Either VB does not support this function or no one knows much about it. In either...
  3. Thanks sotoasty. I have thought about using a...

    Thanks sotoasty. I have thought about using a DDNS service, but I would rather not be dependent on any outside sources other than my ISP.

    Heres the details. I use swbell(ADSL) where I plan to host...
  4. Dealing with a Dynamic IP(project concept)

    I am looking for some advise/suggestions/alternatives to a project that deals with Dynamic IP issues. I have Swbell ADSL at home and hence my project.

    Prereq: I want to host a web-based game on my...
  5. Replies
    2
    Views
    1,066

    Thanks cjard. I have started working on my first...

    Thanks cjard. I have started working on my first concept and have reached the point of coding the plotting. My plan is to save the plot to a file(map) so that it can be reloaded and edited. I guess I...
  6. Replies
    2
    Views
    1,066

    Needing guidance on plotting GPS graphics.

    I am what I guess you could call a backyard-programmer. Unfortunately, hailing from Dodge City Kansas, proper VB training has been out of reach so I am self-taught. I have been programming in VB for...
  7. Replies
    0
    Views
    452

    Wireless management and VB

    I am looking to write a few apps to help manage my wireless LAN such as monitoring, discovery etc. and have not had much luck finding info for VB. Does anyone have a good link where one might find...
  8. Replies
    8
    Views
    1,333

    Much thanks again. :D

    Much thanks again. :D
  9. Replies
    8
    Views
    1,333

    Thanks cjard, that is just what I was looking...

    Thanks cjard, that is just what I was looking for. So how about through the packet itself using Wincap, is it possible to intercept, implant and pass on the desired info?
  10. Replies
    8
    Views
    1,333

    Actually it's a 'Honey Pot' type software. I want...

    Actually it's a 'Honey Pot' type software. I want to be able to entice would-be hackers via say message boards, and report back spoofed info. If possible, I would like to be able to spoof my IP so...
  11. Replies
    8
    Views
    1,333

    Spoofing your info via browser.

    I am looking for info on how web sites obtain OS, browser, IP type info, and how one might write a VB app to spoof this info. Can this be done? Can it be done while still using IE, or would a custom...
  12. Replies
    2
    Views
    782

    Thanks, but I get a Type MisMatch Error when I...

    Thanks, but I get a Type MisMatch Error when I try to open anything but the test.xml.
  13. Replies
    2
    Views
    782

    Loading XML into a treeview for editing

    Does anybody know of a good WORKING example of how to load an XML into a treeview for editing? I have found many that claim such, but not a one that actually work.

    Thanks
  14. Blocking ports in VB can it really be done?

    I've been told there is noway to block network ports in VB, is this a fact?

    Thanks!
  15. Replies
    1
    Views
    665

    Bump one time.

    Bump one time.
  16. Replies
    1
    Views
    665

    Question on port protection.

    I am attempting to write a basic Honey Pot type app, and have a question about port access/control.

    I have searched the WWW and found allot of info about how a Honey Pot works and the general...
  17. Replies
    2
    Views
    717

    Thanks rxbagain, It worked great. I thought for...

    Thanks rxbagain, It worked great. I thought for sure I had tried that, but I guess not.
  18. Replies
    2
    Views
    717

    How to call an icon to the systray.

    I am trying to call two different icons to the systray. When you DblClick on the current icon in the systray, it changes the icon. Right now I am calling them from the apps directory, but I would...
  19. Replies
    0
    Views
    415

    Compiling for Win9x & NT with WS2_32.dll

    Is there a trick to writing a winsock app for both Win9X & NT?

    When I compile a network app on my W2K machine it will not work on Win9X machines, unless I compile it on a Win9X machine. Now I...
  20. Replies
    3
    Views
    950

    How to sanitize a hard disk?

    I'm looking for a bit of help with some code that would permanently erase(sanitize) all data from a hard drive. I work at a medical facility that is replacing PC, and I need a way to wipe all data,...
  21. Replies
    15
    Views
    10,033

    Thanks Cimperiali the code works great! and...

    Thanks Cimperiali the code works great! and thanks to everyone who replied.

    I work(as IS supervisor) for a hospital with roughly 120 PC's, and some are Windows 95, some Windows 2000. I have a few...
  22. Replies
    0
    Views
    849

    VB Task Manager ?

    Anyone know of an example of Task Manager written in VB, or an idea of the code needed to read the running processes?

    Thanks
  23. Replies
    15
    Views
    10,033

    Blocking an application by name.

    I am looking for info on how to block an application from being run by application name. I need to write a program to block as Solitaire from being run on PC's here at work.
Results 1 to 23 of 23





Click Here to Expand Forum to Full Width

Featured