Click here to Skip to main content
15,905,508 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Accessing an Imagelist in VB.NET Pin
Danny Blanchard17-Mar-03 14:20
Danny Blanchard17-Mar-03 14:20 
GeneralRe: Accessing an Imagelist in VB.NET Pin
dgwood17-Mar-03 14:37
dgwood17-Mar-03 14:37 
GeneralTranslate VB Function -> C++ Pin
mduarte16-Mar-03 9:33
mduarte16-Mar-03 9:33 
QuestionCould you tell me how to kill a existing process from another program ? Pin
DengJW13-Mar-03 22:09
DengJW13-Mar-03 22:09 
AnswerRe: Could you tell me how to kill a existing process from another program ? Pin
Hesham Amin14-Mar-03 1:21
Hesham Amin14-Mar-03 1:21 
AnswerRe: Could you tell me how to kill a existing process from another program ? Pin
Michael Combs14-Mar-03 5:50
Michael Combs14-Mar-03 5:50 
GeneralI am using VB6, OS is W2K Pro, any more ideas? Pin
DengJW14-Mar-03 16:31
DengJW14-Mar-03 16:31 
GeneralRe: I am using VB6, OS is W2K Pro, any more ideas? Pin
Michael Combs15-Mar-03 6:23
Michael Combs15-Mar-03 6:23 
You'll have to download PSAPI:

http://www.microsoft.com/downloads/details.aspx?FamilyID=3d1fbaed-d122-45cf-9d46-1cae384097ac&DisplayLang=en

There is function in there which lists processes. If I remember correctly, I think it uses a callback, but that may only be for 16-bit processes. There is also a function that will allow you to terminate a process. You'll have to put the dll on your target machine and declare the functions in your vb code.



AnswerRe: Could you tell me how to kill a existing process from another program ? Pin
Duncan Edwards Jones18-Mar-03 1:15
professionalDuncan Edwards Jones18-Mar-03 1:15 
GeneralSetting System Time Pin
Nic Rowan13-Mar-03 21:49
Nic Rowan13-Mar-03 21:49 
GeneralRe: Setting System Time Pin
Hesham Amin14-Mar-03 1:17
Hesham Amin14-Mar-03 1:17 
GeneralRe: Setting System Time Pin
Nic Rowan14-Mar-03 1:21
Nic Rowan14-Mar-03 1:21 
GeneralRe: Setting System Time Pin
Bo Hunter16-Mar-03 17:16
Bo Hunter16-Mar-03 17:16 
GeneralRe: Setting System Time Pin
Bo Hunter16-Mar-03 17:17
Bo Hunter16-Mar-03 17:17 
GeneralRe: Setting System Time Pin
Nic Rowan16-Mar-03 22:39
Nic Rowan16-Mar-03 22:39 
Generaldifference between windows Shutdown and restart Pin
r i s h a b h s13-Mar-03 18:46
r i s h a b h s13-Mar-03 18:46 
GeneralWindows Service Dependencies Pin
Matt Philmon13-Mar-03 8:19
Matt Philmon13-Mar-03 8:19 
GeneralRe: Windows Service Dependencies Pin
Michael Combs14-Mar-03 6:04
Michael Combs14-Mar-03 6:04 
GeneralRe: Windows Service Dependencies Pin
Matt Philmon18-Mar-03 3:05
Matt Philmon18-Mar-03 3:05 
GeneralUpdate Dataset from a Datagrid Pin
Grégory13-Mar-03 5:28
Grégory13-Mar-03 5:28 
QuestionHow to customize a windows media player in VB 6? Pin
DengJW13-Mar-03 3:04
DengJW13-Mar-03 3:04 
GeneralACCESS / VB / OPENFILEDIALOG Pin
JimWDurbin12-Mar-03 18:58
JimWDurbin12-Mar-03 18:58 
GeneralRe: ACCESS / VB / OPENFILEDIALOG Pin
Hesham Amin12-Mar-03 21:11
Hesham Amin12-Mar-03 21:11 
GeneralRe: ACCESS / VB / OPENFILEDIALOG Pin
JimWDurbin13-Mar-03 17:56
JimWDurbin13-Mar-03 17:56 
GeneralRe: ACCESS / VB / OPENFILEDIALOG Pin
Hesham Amin14-Mar-03 1:11
Hesham Amin14-Mar-03 1:11 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.