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...
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...
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...
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...
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...
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?
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...
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...
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.
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...
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,...
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.