Write A DLL Logger That Is Independant Of The Executing Application?

Jun 8, 2009

Trying to write a DLL logger that is independant of the executing application. How can I determine the DLL path?

View 11 Replies


ADVERTISEMENT

Write A Key Logger In Visual Basic?

Apr 26, 2010

Is 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.

View 2 Replies

Create A Screen Shot Logger Application

Jun 20, 2009

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 Replies

Application Which Communicate With One Data Logger Unit (temperature Monitoring Unit)

Jul 21, 2010

I 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.

View 1 Replies

Making Web Browser Independant?

May 18, 2011

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 Replies

Error When Executing My Application

Apr 7, 2009

Since 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]...

View 3 Replies

Executing Application On A Share?

Apr 23, 2010

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 Replies

Executing An External Application In A Form?

Apr 23, 2010

i'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 Replies

Best Way To Make A Key Logger

Jul 4, 2009

I 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 Replies

Make A Bunch Of 2d Arrays To Access The Independant Values Easily?

Jun 18, 2009

I 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.

View 14 Replies

Making Application Not To Freeze While Executing Code Or While Looping?

Mar 23, 2012

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 Replies

What Site Has Independant ASP.Net Consultants That Are For Hire On Hourly Rate / Can Communicate Via Internet

Jun 11, 2009

Does 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 Replies

Attach A PDF File In VB Application And Make The User To Download While Executing?

Aug 22, 2011

How 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 Replies

Executing Command Line Application And Inserting An Argument Automatically

May 11, 2010

I 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 Replies

Download Data From GPS Logger With Serial Communication?

Jun 6, 2011

I 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 .

View 2 Replies

C# - Make A Windowless / Command-line Application Return But Continue Executing In Background?

Feb 15, 2011

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.

View 4 Replies

Read Data From A GPS Logger That Plugs Into A Computer Using Mini USB

Sep 13, 2011

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.

View 2 Replies

VS 2010 - Creating Patient Event Logger For A Hospital NICU

Dec 15, 2011

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]....

View 27 Replies

Change GetFWT Procedure To Independant Sub Procedure?

Aug 10, 2007

Well i ran into some problems changing my getfwt to a independant sub procedure. This stuff is so confusing to me.[code]...

View 14 Replies

How To Write Multilingual Application

Apr 1, 2003

I 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 Replies

Write An Application That Uses More Than One Thuread?

Mar 4, 2012

I 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

View 32 Replies

Write A Menu In Console Application?

Jan 21, 2010

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]....

View 4 Replies

Write An Application That Captures Snapshots?

Jun 10, 2011

using VB 2010 ,I would like to write an application that captures snapshots from my laptop webcam ,and save it.

View 2 Replies

Write Files From USB Storage In .net Application?

Nov 20, 2008

I 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?

View 2 Replies

Write To An Access Database From Net application?

Nov 3, 2009

Is it possible to write to an access database that is an MDE, from a .net application?

View 2 Replies

Application Level Settings With Read And Write?

Jul 13, 2011

I 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 Replies

Console.Write From Windows Forms Application

Apr 4, 2007

I 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 Replies

Get Application To Read To And Write From An Access Database?

Jan 30, 2010

I'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:

View 6 Replies

How To Write Simple Envelope Printing Application

Feb 16, 2011

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 Replies

Trying To Write Application Which Extracts Text From Documents

Apr 26, 2010

I 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







Copyrights 2005-15 www.BigResource.com, All rights reserved