Write A DLL Logger That Is Independant Of The Executing Application?
Jun 8, 2009Trying to write a DLL logger that is independant of the executing application. How can I determine the DLL path?
View 11 RepliesTrying to write a DLL logger that is independant of the executing application. How can I determine the DLL path?
View 11 RepliesIs it possible to write a key logger in Visual Basic.NET? Is this the right language to be using?So far, I've gotten a console app to read input and append to a file.1)How can I make a .NET program "catch" all keyboard input?
2)How do I make a process not show up in Task Manager?
This is not for a virus, but rather a parental control program for a specific clientele. No malicious intent here.
I am trying to create a Screen Shot Logger. Anyone knows the code on taking a print screen if a click a button and it will be save as c:Fileimage.jpg
View 1 RepliesI have written one application which communicate with one data logger unit (temperature monitoring unit) and download records after some interval. Unit continuously send current temperature which I have to show on screen and after each one hour I have to download log (all records saved inside unit at max 1024) from unit.
Now problem is after downloading log, application get hang or what we called working in background and resume after some time. If I pause debugger in visual studio 2008 it show control at application start (sub main) with message as "application will resume here after completing execution of current function". There is nothing in output window. So how can i trace is there any events got spool or what actually application doing in background.
Ive been working on my browser for a while and it seems to be dependant on internet explorer for downloading playing windows media player stuff and general history...
View 2 RepliesSince i set my 3rd party addins to be copied local i am now getting an error which is below.
When i selected Build i set the build to release. Why is it so difficult to get your application published and running? It runs fine in debug but when you come to do a release build it wont run.[code]...
My problem relates to executing an application located on a network share and getting various security exceptions in trying to do so. By far the greatest number of replies to this sort of problem relate to creating a new Code Group under Runtime Security Policy in the .NET Framework (v2 in this case) Configuration tool. However try as I might, and I've spent hours, trying various things with the config tool (and with caspol), I just cannot get my app to work.Still fails on things like reading command-line parameters and displaying a web page in a WebBrowser control or firing up a browser using Process.Start. In fact I've regressed to creating a VB6 version for this particular task as time is off the essence. Which works fine! As I mentioned lots of people have posted on this topic and not s few of them seem not to have resolved their issues either. So I was wondering if anyway had come up with a definitive solution for this problem which, in my case, seems to affect XP machines only? Seems to work OK on Vista, 7, 2003 Server, etc - although I haven't run exhaustive tests in these environments.
View 1 Repliesi'm working on visual basic with an external program and want to lunch this program from visual basic like withe the shell but what i need the most is to make him incorporated into the form means that the executable is lunched within the form included into it in order to make them like one part for the user is there any way to make it with any version of VB or .net or visual studio even the 2010 ?
View 12 RepliesI try to make a monitoring solution to work on my PC for monitoring others' activities on my PC.I have wrote a simple programm for key logging using keyDown event with keyPreview is true for form.what is the best way to make the code in an excutable form, is it by making it a "windows service" ?, if yes then how to do this?
View 1 RepliesI need to make basically a bunch of 2d arrays, that I can access the independant values easily. Like multiple properties As an example:
[code]...
Because later I have to access Value1 in a manner that spells out each independantly. I have used some basic Structures to define 1 property and does something with it. But not 2 properties, and I am out of my norm on creating a Class to do something like this.
i'm trying to make a simple email sender and the problem is that during the sending process my application freezes, therefore my progress bar also freezes so is there anyway i can try to make application not to freeze?
View 2 RepliesDoes anybody know what site has independant ASP.Net consultants that are for hire on an hourly rate and can communicate via the internet? I only need this consultant for a couple hours. I cannot recall the site that I used previously where I would ask questions for a price and get the solutions.
View 2 RepliesHow do we embed / attach a pdf file (100 page file) in one of our form and the users should be allowed to download the same while executing /using this tool.
View 5 RepliesI have a normal windows forms application. A button launches a command line application.I need to insert an argument automatically without the keyboard. Then hide the command line application. I've been trying to figure out how to do this but with little success.I need to build a function that does this but I've never built a function before.Here is what I have but it tells me it may result in a null exception.(Because I'm not doing something quite right.)[code]
View 8 RepliesI have a gps logger which store the gps data into its internal memory .I have a description file for the data format and how to send commands to the logger to get data . this file is present at the following website L [URL]
I need to make a vb.net application that can download data from the gps logger . and to set its configuration parameters .
I'm writing a command-line application in .Net. The app itself is fairly simple, but it has to connect synchronously to a web-service, which in turn has to connect to a Oracle database, and those pieces are fond of taking their time.
Is there a straightforward way (without dividing my app exe in two) to continue executing but nonetheless yield execution to the command prompt?
It's Windows, so no "&". Also, I cannot use cmd.exe's "start" cmdlet.
I need to read data from a GPS logger that plugs into a computer using mini USB.
I need to do this with C# but ive never used C# before so i am completely clueless.
I dont need code right now though the first thing i need to do is just recognise what processes this task consists of. What method is used what are the things i need to do.
I really need it explaining in as simple terms as possible ive tried searching the net for it for hours but terminology is so complicated and im so clueless i dont think i would recognise the correct information if it hit me in the face.
I am currently working on a way to create a keystroke logger program of sorts, to be used in a hospital neonatal intensive care unit. It will be used in a project to look for ways to identify problems shortly after birth in newborn infants. (I was approached to create this program as I am the only one here with any programming experience, and I kinda put my foot in my mouth and said yes! D'oh!) While I have dabbled with C programming about 15 years ago (in DOS) and have some current familiarity with Excel-based VBA scripting, I have absolutely no experience with coding from scratch in Visual Basic (I'm a neurobiologist, not a programmer).
[Code]....
Well i ran into some problems changing my getfwt to a independant sub procedure. This stuff is so confusing to me.[code]...
View 14 RepliesI need to write multilingual application (two languages). That's means labels, buttons and other objects on forms display in language which user can select. This n-tier (3-tier) application with central database on remote machine.
View 15 RepliesI am currently trying to write an application that uses more than one thuread, but I have little experience of this and the more I read about it, the more confusing it is.I currently have one main prog (StartupForm) that has 3 items defined as tool Strip items io the menu. Upon selecting each item, it runs the relevant Click subroutine.
What I am trying to do is within each subroutine, getting it to launch a additional form (option1Form, Option2Form & Option3Form all running under running under ew threads and independent from the original programme. Hence when the original programme is busy, the sub forms are running their own code quite happily. The only interaction I require is that the Main Programme (startupForm) Updates an array. Which the the new thread / form can read. Can this be doe some how Byref
I've written a menu for a console application. It has three items. I want to keep the menu displaying until I press 3. How can I do that. My code below -
Sub Main()
Dim intInput As Integer = 0
Console.WriteLine("")
Console.WriteLine("Main Menu")
[code]....
using VB 2010 ,I would like to write an application that captures snapshots from my laptop webcam ,and save it.
View 2 RepliesI am looking for some API or OCX or any other method to copy the existing file from Hard disk to the USB storage device.for that i would have to perform the following checks :
1> Check for the plugged in USB devices.
2> Find out for the available space(2GB) on each.
3> Prompting a message to user on which drive he would like to write that movie file.(As At a time i want to give only 1 disk write only.
4> after selecting the Drive, and pressing OK, i just want to copy the selected file from HDD to that Device.
Now For achieving this , i just need a reference of any Available API or OCX or any other method available in VB.net?
Is it possible to write to an access database that is an MDE, from a .net application?
View 2 RepliesI bet someone already asked this but i cant seem to find it. Ok i need is a global settings that can be updated which will affect all users. I was using xml files in the program filestill now and I need to get around using this because the files can be delete or over written incorrectly. I started using the settings option and realized application level is read only and i cannot use user scope because then it wont be global settings. Is there an alternative to this.
View 5 RepliesI understand that I cannot use the System.Console to output information from a Windows Forms application because the standard input, output, and error streams are not run through the console in winforms apps. But I can't seem to find any documentation on where the standard input, output, and error streams are being directed to! Basically, I have a winforms app that accepts command line arguments and can be run in batch mode, however, I just want to direct some feedback to the user based on whatever method they're accessing the program. The app is used to redirect a client-server application from one server to another. In some instances, the user does it by hand (with a mouse), and other times they're doing it in batch mode (using SAS, command shell, VBScript, etc...). In those instances, I'd prefer NOT to use MessageBoxes because it will kill any processing they're doing.
View 6 RepliesI'm trying to get my application to read to and write from an Access database. I am running Windows 7 x64.
If I disable UAC, I don't the error. If I have UAC enabled, then the error occurs. Here is a screen shot of the error:
VS2010 VB.Net Windows Form (not WPF). Any Hello World level example for printing the text within a multi-line text box they can post? Ditto for a print preview? I need to write a simple envelope printing app and I need a good base to build upon.
View 3 RepliesI am proficient in Visual Basic, but I think I need to use .net and move with the times to achieve what I want.I am trying to write an application which extracts text from documents (.doc, .pdf, .xls etc. etc) using IFilter.I have found a very good example application in C# (Using IFilter in C# - CodeProject) which does what I want, but I am really struggling with C#.Does anybody know if there is a way to achieve the same results (i.e. extracting text from documents using IFilter) in VB?I have found a few examples on the web which do not seem to explain much - most examples I see are in C#.
View 5 Replies