Log File For Applications
Feb 3, 2012
I need some assistance in creating a program that logs all the processes that the Application does. I want the program to log every process, the Username, any error messages,the date the process occured to a textfile. I attached is the code that I have put together. Have issues getting the processes to be Logged.
View 2 Replies
ADVERTISEMENT
Sep 12, 2011
I am working on a project that is used for key broadcasting. Don't worry nothing illegal, I'm making a multibox application for world of warcraft. However I am having trouble when it comes to launching and manipulating other applications from another.
[Code]...
View 2 Replies
Sep 3, 2009
How can i get the name of the applications file? Application.ProductName is only the product name. I want the name thats its called
View 2 Replies
Jul 11, 2009
I have downloaded 5 apps so far to get an idea on watching a dir for a file created, but every app i run i get an error like this
View 7 Replies
Mar 6, 2010
I Used this code for the getting installed applications
Sub ListPrograms()
Try
Dim rk As RegistryKey =
[Code]....
But, this code not returns the application filename, only return Application Name
How to get filename? e.g ("C:Program FilesMozilla Firefoxfirefox.exe")
View 1 Replies
Jul 5, 2011
Im am trying to get two separate applications to communicate with one another via a txt file. The first application writes to a txt file every even second and the second application reads the text file every odd second. The problem is Im getting an exception saying The process cannot access the file FILE_PATH.txt' because it is being used by another process. Not sure if my code is correct or not? Or if there is a better way to do this?
[Code]...
View 7 Replies
Apr 13, 2009
Using: Visual Studio 2005.We are developing three different applications. We currently have 4 different modules that we all share among our applications. When a change is made to one of the modules, we must make changes to the other two modules.If it is possible, how do you (where do you) create a single location for one file to be shared among three different applications? Hopefully this will avoid the unnecessay task of changing a file three times.
View 3 Replies
Sep 3, 2010
I am working on a Windows Service application in VB.net 2008. The main objective of the application is to monitor starting and stopping of applications listed in a file. I build the service as system level by using
mManagementStartWatcher = New ManagementEventWatcher("Select * From Win32_ProcessStartTrace")
AddHandler mManagementStartWatcher.EventArrived, AddressOf
[code].....
View 2 Replies
Mar 4, 2009
I am working on a project I have a form that contains a web browser and I want to write a function that will place the Source (HTML) of the page in a text file I have put some code together it doesn't throw up an error but at the same time doesn't work:
[Code]...
View 4 Replies
Aug 15, 2011
how to connect different vb applications to a database server.like accessing data from one database by different applications...
View 4 Replies
Oct 19, 2010
I need to get a button to enter the applications subfolder and randomly select 1 file to be played in the windows media player COM which i have put in the form. I have tried creating a shuffling playlist but i cant get it to stop after one file is played (it just goes on shuffeling to another file, and i really do not want a playlist). I manage to create a batch file to be started to randomly pick a file in that folder, but when i do this the file is being played in the systems default player..
View 2 Replies
Jul 24, 2009
Is there a way to, when a parent application is opened up, that at the click of a button, or anything of designated event, that this parent application can open a secondary one?
View 11 Replies
Feb 12, 2012
Currently I am saving data from my applications by saving a text file via a stream reader as a string. I have come to a problem. In my current application, I have an array of the following structure:
[Code]...
View 7 Replies
Sep 3, 2009
In the above form the user will first enter a folder name and click the create folder button,then the folder will be created in the applications bin folder.I did the code for this:
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
If ComboBox1.Text = "" Then
[code]......
View 4 Replies
May 17, 2012
I made a quite big application and wanted to test it out on my other pc but it didn't even start and gave the system.InvalidException error.
I just the build-function to compile my project. It runs fine on the pc where i developed it. It has some dll's in it: mysql-connector, twitterVB and zipforge.
View 5 Replies
May 22, 2009
I've seen in a few applications now, buttons like this:
View 4 Replies
Jan 13, 2010
I'm a new programmer and I'm looking for some guides/series, or something like those, that basically walk you through building some sort of application. For example, I used to buy little sets/kits from radioshack that walked you through building a clock, radio, etc., or other little electronics devices. The kits came with all the parts and instructions so you just assembled them. Hence, I'm just looking for something similar to that for vb, minus the components obviously ;-). I like to learn through hands on experience so I'm just looking for some guides that have you build a program and briefly go explain the workings of the code.
View 8 Replies
Feb 4, 2010
is it possible to use same database for both vb.net appplication and asp.net??and if is possible, how can to connect it?now..i'd build vb.net application and asp.net in my laptop...it can connect..but i wonder how to make the database connect for vb.net and asp.net in real..
View 2 Replies
Jan 3, 2011
I want to code an app with recreational purposes. This should be a Desktop app that detects itself running on other computers on the same LAN and communicates with them. By communication I mean that I should be able to pass anything from on to another. note that although I'm not asking for code (that would beat my purpose, of course) I think some small snippets wouldn't hurt. In any case what I really want is the "recommended procedure", I mean what Microsoft recommends for this environment, and documentation :)
View 3 Replies
Dec 7, 2010
I'm wanting to program a few buttons to run programs. The only issue is that they are in different directories.
Directory Structure:
+Program Files
- Test 1
- Test 2
- Test 3
- MyApplication
The Program Files folder is located on a Flash Drive which will have a different drive letter per computer. How can I code this?
View 7 Replies
Jan 14, 2010
I'd like to know what the best way to communicate between two applications via a LAN would be? ..and would it work over multiple versions of Windows (XP, Vista, NT etc..)?
I am setup with Visual Basic Express 2008.
View 1 Replies
Oct 20, 2009
How can I get all of the running applications? If I have to use Process.GetProcesses, then how can I determine which are applications (appear in the task bar)?
View 4 Replies
Apr 21, 2010
i want skins for windows applications?
View 3 Replies
Nov 2, 2011
i wanna know how can i add nice skins or themes to my vb.net application. if u know pls let me know the steps.
View 9 Replies
Oct 31, 2009
I need to understand if I can integrate two applications... one which I purchase, and one which I will write in VB. What my application needs to do is to retrieve data from the purchased application form and then update back to the purchased form fields.
View 2 Replies
Mar 12, 2010
I am writing a basic little program. Amongst everything, my program will let you install printers remotely, To cut a long story shot I don't want to use the rundll32 shortcut to install as you can only remove the printer using rundll32 again which I don't want.
The way I wanted to do it is create a VBS script and execute it remotely using psexec. This didn't work for some reason, locally the script works fine but when executing it remotely the script runs but doesn't perform any of the actions inside the script.
The only other option I can think of is launching the VBS via WMI. I have done a bit of research and I cant seem to find any VB code that does anything similar.
View 2 Replies
Jun 6, 2009
i just recently moved to the windows-7 operating system from xp. (didn't like vista much)
in xp, i can load as many applications of the same app, multiple times.. windows -7 does not allow my app to do so..
if it has something with checking "Make Single Instance Application" from the app's properties, definitely explain what that does, since i don't have a clue.
View 2 Replies
Mar 15, 2010
Device : USB Scanner
Application : A
Application : B
Let's say there are two applications are running, which are A and B, on windows XP and they all have only one simple form with a text box to receive a data from the scanner. Is it possible to read a number by the scanner and write the number for those two text box on A and B at the same time?
View 1 Replies
Aug 2, 2010
Can we use our normal vb.net applications over the net?
I mean if I try to make my windows based application, that registers students to School record using Access Database,
will it work on the internet in the same way as it does on my local computer?
View 6 Replies
Jul 2, 2011
I want a tool to create database applications. I think that the Microsoft product for this is Visual Basic. I would like to ask:
1) Why Visual Basic is better than Delphi ( from Borland )?
2) Where can I see the Versions and Prices?
3) Visual Basic allows to put applications on the Cloud? How this works? In which Cloud services works?
4) Which database can be accessed directly - without having to install third- party components - from Visual Basic? Which of these databases works on the Cloud?
5) Does Visual Basic allows connections to Microsoft Office and/or OpenOffice?
6) Where can I find a version to test it?
View 2 Replies