Click here to Skip to main content
16,006,594 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Unicode supporting String functions in VB Pin
Chandana Subasinghe7-Mar-06 23:57
Chandana Subasinghe7-Mar-06 23:57 
GeneralRe: Unicode supporting String functions in VB Pin
sp_ranjan8-Mar-06 17:09
sp_ranjan8-Mar-06 17:09 
AnswerRe: Unicode supporting String functions in VB Pin
Dave Kreskowiak8-Mar-06 4:43
mveDave Kreskowiak8-Mar-06 4:43 
Questionsynclock problem Pin
blucas20057-Mar-06 21:12
blucas20057-Mar-06 21:12 
AnswerRe: synclock problem Pin
Dave Kreskowiak8-Mar-06 4:42
mveDave Kreskowiak8-Mar-06 4:42 
QuestionRemote task manager Pin
x86phre3x7-Mar-06 20:34
x86phre3x7-Mar-06 20:34 
AnswerRe: Remote task manager Pin
Dave Kreskowiak8-Mar-06 0:37
mveDave Kreskowiak8-Mar-06 0:37 
GeneralRe: Remote task manager Pin
x86phre3x8-Mar-06 3:50
x86phre3x8-Mar-06 3:50 
Yes I understand that it is a security risk so I have been thinking of a way that should bypass the security provided by Windows. But it's just I'm a total n00b in programming, I don't have any idea on how to implement it.

My idea is, since we can't directly control processes on remote machine, we can do a local operation, remotely. For example, by using a tiny udp message application to send a text message or any king of signal so that all the operation at the remote are done locally (by the software of the client). The program I'm trying to develop is a client-server software. Which means that all the operation to kill or start a process is on the client side, so the server side is just controlling it by using message style. The problem is, how to I control the populated process by the client side, which I can view it in the server side.

For example, I create a text box on the client software that reads CPU name through WMI, and when the CPU name is displayed on the text box on the client side, a text box at the server side will also get the same information. It's the same as the processes viewer. If the client side has populated the process(es), the list will also being viewed at the server side. And when I select a task in the view on the server side, the same task at the client side is also selected, and when I press kill, it'll also do the same thing on the client side. This means, that all the operations are done at the client side.

Do you have any idea? Can I use the code (the one I posted in my first post) to do this? If anyone here can help me, please do so. Any code provided will much be appreciated.

Thanks again..
GeneralRe: Remote task manager Pin
Dave Kreskowiak8-Mar-06 4:31
mveDave Kreskowiak8-Mar-06 4:31 
QuestionChange VB form Color Pin
V.Sugan7-Mar-06 20:20
V.Sugan7-Mar-06 20:20 
AnswerRe: Change VB form Color Pin
Dave Kreskowiak8-Mar-06 0:32
mveDave Kreskowiak8-Mar-06 0:32 
GeneralRe: Change VB form Color Pin
Tank528-Mar-06 15:06
Tank528-Mar-06 15:06 
GeneralRe: Change VB form Color Pin
Dave Kreskowiak8-Mar-06 16:01
mveDave Kreskowiak8-Mar-06 16:01 
QuestionTrue DBGrid in vb 6.0 Pin
noshaba mariam7-Mar-06 16:35
noshaba mariam7-Mar-06 16:35 
AnswerRe: True DBGrid in vb 6.0 Pin
Dave Kreskowiak7-Mar-06 17:24
mveDave Kreskowiak7-Mar-06 17:24 
GeneralRe: True DBGrid in vb 6.0 Pin
noshaba mariam7-Mar-06 23:05
noshaba mariam7-Mar-06 23:05 
GeneralRe: True DBGrid in vb 6.0 Pin
Dave Kreskowiak8-Mar-06 0:23
mveDave Kreskowiak8-Mar-06 0:23 
Questioninserting image in sql server 2000 Pin
uglyeyes7-Mar-06 13:05
uglyeyes7-Mar-06 13:05 
AnswerRe: inserting image in sql server 2000 Pin
Steve Pullan7-Mar-06 13:41
Steve Pullan7-Mar-06 13:41 
GeneralRe: inserting image in sql server 2000 Pin
uglyeyes7-Mar-06 17:30
uglyeyes7-Mar-06 17:30 
Questionmultiple web chart in a data repeater. Pin
uglyeyes7-Mar-06 11:51
uglyeyes7-Mar-06 11:51 
AnswerRe: multiple web chart in a data repeater. Pin
Dave Kreskowiak7-Mar-06 13:53
mveDave Kreskowiak7-Mar-06 13:53 
QuestionDatagrid custom columnstyle problem Pin
David M J7-Mar-06 11:48
David M J7-Mar-06 11:48 
QuestionCustom .NET control and collection persistence Pin
rhorc7-Mar-06 11:40
rhorc7-Mar-06 11:40 
QuestionClosing Main Form Pin
jdjd11187-Mar-06 7:24
jdjd11187-Mar-06 7:24 

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.