C++ - In What Form An Void Pointer Can Be Sent Via Pipe To Another Process In A Different Process Address Space

Mar 23, 2012

I want my vb.net dll to get the data sent from c++ project(exe).Can any body help on in what form this void pointer can be sent via pipe. The void pointer corresponds to enums or structures. I have to get this structures/enums on the vb.net dll end. I have mentioned about using pipe. My question is as what type the pointed to data can be send over the pipe so that I can easily handle the received data at the vb.net dll end.

View 1 Replies


ADVERTISEMENT

Process Is On The Other End Of The Pipe?

Jun 23, 2010

I have a perplexing problem. I have written a DB App using SQL Express 2005 as the back end and Visual Studio 2005 Standard VB.Net as the front end. I have a master DB that needs to import from an external database from another SQL Express server. I detach the DB from that server and attach it to my server. I import the data I need, close all connections to the import DB and try to drop it from the server since it is no longer needed. Yet one active connection remains so I get a drop error. To get around this problem, I set the import DB to single user with roll back immediate and then drop the database. However, when my application tries to access the Master DB I get the follwong error

A transport-level error has occurred when sending the request to the server. (provider: Shared Memory Provider, error: 0 - No process is on the other end of the pipe.)

[Code]...

View 1 Replies

Error On Transportlayer (No Process On The Other End Of Pipe)

Jan 10, 2011

I have a lot of Microsoft SQL Backup files. The application should restore each backup-file with

RESTORE DATABASE {0} FROM DISK = '{1}' WITH REPLACE

Then I fill another database with some data from the restored database and drop the restored database with

DROP DATABASE {0}

If I only restore one backup-file, no problems. The data from this backup is in the new database and the restored database is dropped. But if i use more than 1 backup-file, i get this error:

German:Fehler auf Übertragungsebene beim Senden der Anforderung an den Server. (provider: Shared Memory-Provider, error: 0 - Kein Prozess ist am anderen Ende der Pipe.)English (something like): Error on transportlayer while sending the request to the server. (provider. Shared Memory-Prover, error: 0 - No process on the other end of pipe.)

View 1 Replies

Use Named Pipe For Full Duplex Inter-process Communication In Vb 2010 (Framework 3.5)?

Apr 13, 2012

I have 2 applications that needs to talk to each others. After some research, I wanted to go with managed pipe (namespace system.io.pipes). The problem is, the client must send commands to the server but need to also wait for incoming message from the server at the same time. I tried to go asynchrone but it doesn't work.

[Code]...

View 5 Replies

VS 2005 Windows Services - Process Is Listed As A SYSTEM Process Rather Than A Process Under User Name

Jun 4, 2009

I have written a windows service that is meant to launch a notepad when a specific action happens. The problem i have is that even though the service launches notepad, the actual notepad it self is NOT visible. I know that it has been launced because i can see the process in the task manager. By the way the process is listed as a SYSTEM process rather than a process under my user name (i believe that is because my process is a "LocalSystem" one).

View 4 Replies

How To Access A DLL Function Having A Void Pointer Argument

Jan 4, 2012

I need to access a DLL function which has a void pointer argument (probably written in C/C++). In VB6 it could be accessed by declaring the argument as 'Any'. VB2008/VB2010 does not know this variable type 'Any'.

I tried instead: Object, IntPtr, UIntPtr, Int32(), Long e.t.c. but there always occurs a compile error or a runtime error.I did a lot of Internet investigation but could not find any answer.

Is there a solution to this?

View 11 Replies

Kill Process With Space In Name?

Jun 9, 2011

I have am building an uninstall program and can't get the process to stop so that the files can be deleted. I am using code that I copied from a sample and it works fine with any process as long as there is no space in the name.

works
Dim process As System.Diagnostics.Process = Nothing
Dim psi As New ProcessStartInfo

[code]......

View 2 Replies

IP Address To Process

May 3, 2011

I'm using IPGlobalProperties to display all current TCP conenctions, now I want it to show which process is using the IP address.I've been trying to find a solution but no success.

View 7 Replies

Reading String From Process Address

Aug 20, 2010

This code should read the string "34,56,23,74,69" from a process's memory addresses (in this case notepad), right now it works but very slow and I think it even breaks somewhere. My problem is with the ReadProcessMemory function. I can't make it read an entire mbi.RegionSize into the buffer. I tried everything and now, it only reads 1 byte at a time until the mbi.RegionSize is finished then it checks if the text that was read contains the text I need to be found, then it goes to the next mbi.RegionSize. Now, even with notepad which is very small it still takes 10 seconds to find something and I intend to use it with a much bigger program, so it will take like forever. Another problem is that it only finds the string "34". If I put "34,5" it won't work.

Imports VB = Microsoft.VisualBasic
Imports System.Runtime.InteropServices
Imports System.Security.Permissions
Public Class Form1
Inherits System.Windows.Forms.Form
[Code] .....

View 3 Replies

Raise Event Mouse Click To The Void(blank Space) Of Listview

Feb 23, 2011

I want when i right click to void(black space) of listview the contextmenu will show.
How i do that ? I only did with click to item oF listview.

View 4 Replies

Read/Write Process Memory Address Values?

May 30, 2010

Ive basically got 2 problems I need to solve.1) I am trying to determine if a certain process is running on the user's machine at the same time as my program.2) I am also then,if the process is running, trying to edit a specific memory addresses value. I have already found the memory addresses for the program, but how do I tell VB.Net to basically read the current value stored in that memory address, and then write a new value to that address

View 1 Replies

VS 2008 Get Current Process' Memory Address & Length?

Jun 7, 2010

Is there a way to get my own process' memory range? For example, I want to read all memory of my own process:

[Code]...

But I always get an AccessViolationException, because, of course, I'm using IntPtr.Zero instread of my own address and 1000 instead of my own memory size. Is there a way to get these?

View 26 Replies

Write A Little Program That Checks For A Process - ,,Cheat Engine" Is Running The Process Is Getting Killed?

Oct 13, 2009

i am trying to write a little program that checks for a process and kills is.here is the

Dim p As Process = Process.GetProcessesByName("Cheat Engine")(0)
p.CloseMainWindow()[code]...

My problem is it�s woking ,yes if the programm ,,Cheat Engine" is running the process is getting killed.But if the program is not running my program crashes.

View 5 Replies

C# - System.Diagnostics.Process From ManagementBaseObject - Executing A Remote Process Using WMI

Sep 9, 2011

I'm executing a remote process using WMI and would like to redirect the StandardOutput of that process back to my program. I have found these code examples:

[Code]...

View 1 Replies

Error - The Process Cannot Access The File 'C:UsersdavidDesktopTest Folderdavid 2.xml' Because It Is Being Used By Another Process

Sep 1, 2009

I am getting an error with this code.

The process cannot access the file 'C:UsersdavidDesktopTest Folderdavid 2.xml' because it is being used by another process.

how do i end the prosess after I create the file? Or am I creating it in the wrong manner.The underlined line is where the error ocures.

Public Sub AddDTData(ByVal value1 As String, ByVal value2 As String, ByVal filename As String)
dtUser.Rows.Add(value1, value2, Now.Date)
If My.Computer.FileSystem.FileExists(filename) Then

[code]....

View 4 Replies

Get Full Path Of Current Directory Of Process From Where Process Starts?

Sep 27, 2010

How to get full path of current directory of process from where process starts Like if i use my software to start somefile then I want my software to know where she started it from ( files path) What I mean is the file I opend using my softwares location.

View 2 Replies

OSK Process Start/stop - PID.Kill() Fails Because It Says The Process Already Exited

Sep 28, 2010

My app starts an On-Screen Keyboard process like this:

Dim PID as System.Diagnostics.Process
:
PID = Process.Start("C:WindowsSystem32osk.exe")
:

[CODE]...

It seems to work 90% of the time. However, sometimes the PID.Kill() fails because it says the process already exited. At this point the OSK is always still there on screen. Yes, I know my code should be testing to see if the process is still running before trying to kill it, but given that the OSK is still on screen..

View 10 Replies

Process.start() Freezes Main Program Until Process Finishes?

Feb 21, 2011

I have a program that starts another program after setting the regkeys basically the program continually syncs the calandar of outlook and another application.I set the regkeys than launch the c:sync.exe app. I have tried a simple process.start and launching the process as a thread and they both do the same thing: The other process starts and works as it should but my main program goes "White screen" or "not responding" until the process.start has exited.

I want the process.start to run in the background so if users click in my main app it responds and truly that they can access the context menu of my main app from the taskbar while the process.start is running.

View 5 Replies

VS 2008 - Code To Distinguish The Picked Process From Process List?

Apr 24, 2011

i want a code that if a process that i picked is no match in a process list that process that i picked will start

View 4 Replies

VS 2008 If Process Is Running Give Focus, If Not Start Process?

May 27, 2010

Trying to create a button that when clicked will check to see if a certain process image is running and if that process is running give the process focus. If the process is not running then start the application.

View 9 Replies

VS 2010 Launching New Process & Detecting If That Process Has An Error Message

Nov 19, 2011

I am working on a small VB application that listens for commands sent from an Android app.

One of the functions is to extract an archive. I am familiar with how to listen for the unrar process to finish, so I can display a progressdialog on the phone while the extraction is happening, and clear it as soon as it's done.

BUT ... if there is an error/alert from WinRAR, WaitForExit() never gets called because WinRAR is still sitting there open until I click "OK" on the MsgBox.

For Example ... if you try to extract a file that is not actually an archive... an alert will pop up saying "No Archives Found", and basically everything is halted on the VB app and the Android app, and the Android app just sits on a progressdialog saying "extracting..." until you manually hit "OK" on the computer.

As you can imagine, this is a problem if the whole point of your app is to NOT have to go over to the computer.

So... I am wondering if there is something similar to WaitForExit() that will wait for an error and allow me to close out the alert and let the process end.

Here's my Sub for the UnRar command:

Private Sub UnRar(ByVal WorkingDirectory As String, ByVal filepath As String)
Dim objRegKey As RegistryKey
objRegKey = Registry.ClassesRoot.OpenSubKey("WinRARShellOpenCommand")

[Code]......

View 9 Replies

[2005] Using Process.MainWindowTitle,Process.MainWindowHandle On Some Older VB6 Applications

Feb 10, 2009

I have an issue using Process.MainWindowTitle,Process.MainWindowHandle on some older VB6 applications. After Process.Start I use Process.MainWindowTitle to display in a listbox. The MainWindowTitle returned is not the Window Title but in fact the Project name of the VB6 exe.? I also store the MainWindowHandle to use the ShowWindow and SetForeGroundWindow API's. It would appear that the ShowWindow API does not work, but the SetForegroundWindow does. ie: if the VB6 app is minimized, showwindow does not restore, if it is NOT minimized setforewgroundwindow sets it to the foreground. The exact same code does work correctly for any other .net exe or notepad, only on these vb6 programs I am having a problem.

View 9 Replies

Error:The Process Cannot Access The File 'D:VB ProjectsCategory_Characteristics.txt' Because It Is Being Used By Another Process

Sep 13, 2011

I try to open a text file and write in some text, when i run the program it says the following error:The process cannot access the file 'D:VB projectsCategory_Characteristics.txt' because it is being used by another process.

THe code is as follows and the error hits in line :

Dim objWriter As New System.IO.StreamWriter(FILE_NAME)
-----------------------------------------
Dim FILE_NAME As String = "D:VB projectsCategory_Characteristics.txt"

[code]....

View 5 Replies

Multithreading A Process - Open A Process And Loops Through The Data

Feb 27, 2012

I was wondering if this code could be better optimized for multithreading. What it does is open a process and loops through the data, there could be any range of files to open (so I would like to have say 2 or 3 processes at once):

[Code]...

View 19 Replies

Passing Variables From Child Process To Parent Process

Feb 13, 2012

I have a procedure (parent process) that starts several processes (child processes). The child processes calculate several array variables. How can I pass those arrays to the parent process? At the moment, the child processes write the arrays to a streambuilder and the parent process reads the stream. Is there a better way to do it? Is it possible to have the child processes write to RAM memory and have the parent process read from there? It is like declaring a global variable in the parent process and give the child processes access to it.

View 4 Replies

The Process Cannot Access The File 'FILENAME' Because It Is Being Used By Another Process - Error

Aug 31, 2009

How can i access a file through FileStream which is being used by a window service. Actually i am trying to access a file which is also being used by our window service. I need to read data from this file. I am using below code but also getting following error:

Code:
Dim fs1 As IO.FileStream = New IO.FileStream(psPath, IO.FileMode.Open, IO.FileAccess.Read, IO.FileShare.Read)
Dim sr As IO.StreamReader = New IO.StreamReader(fs1)
sData = sr.ReadToEnd

Error: The process cannot access the file 'FILENAME' because it is being used by another process.

I tried changing FileShare.Read parameter to FileShare.None but it didn't work out. I also read below post which says that it is not possible but i think there is a way to read it like if you open a file through Firefox but still window service is accessing it.

View 2 Replies

VS 2008 Process.Start Error Starting Process?

Aug 8, 2010

Whats happening is I run the code below and get the following error "The system cannot find the file specified". I've read that with UseShellExecute set to false that you can't use WorkingDirectory.

Dim Password As String = "password"
Dim SecureStringPassword As New System.Security.SecureString
For Each c As Char In Password

[Code].....

View 8 Replies

VS 2010 Process Cannot Access File 'FileName' Because It Is Being Used By Another Process

Oct 27, 2011

I am working with saving and deleting images. What i really want to do is check and see if an image exists in the destination folder and if it does automatically overwrite it. i couldnt figure that out so i figured i would look to see if the file was there if it is Delete it then write the new file..The issue is i keep getting this error.The process cannot access the file "FileName" because it is being used by another process. [code]

View 5 Replies

C# - Start New Process, Without Being A Child Of The Spawning Process

Dec 8, 2011

How would I go about starting a new process without it being the child of the calling process.

Example:

Main Program (Caller.exe)
process.start("file.exe")

View 3 Replies

Individual Process CPU Usage (current Process)?

Apr 29, 2011

VB.net 2010 Read all around the net, but cannot seem to do this: Tried the performance counter Categoryname=process Instancename=("program"). _Total helps in part- but it would be more efficient to acquire the main applications cpu usage for this project.

Code:for each p as process in process.getprocesses if p.id=process.getcurrentprocess.id then end if next 'Values, Obviously multiple processor cores have to be taken into account'kernelmodetime, usermodetime, Cputime, total cpu time, 100% <-- Does this involve adding and or dividing all these times? I need the current process CPU usage.

View 4 Replies







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