Click here to Skip to main content
15,923,164 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: How to show a form without taking the focus? Pin
cylix200015-May-06 2:24
cylix200015-May-06 2:24 
GeneralRe: How to show a form without taking the focus? Pin
sathish s15-May-06 3:17
sathish s15-May-06 3:17 
QuestionList view and textpad Pin
Amarni14-May-06 22:43
Amarni14-May-06 22:43 
AnswerRe: List view and textpad Pin
Rizwan Bashir14-May-06 23:33
Rizwan Bashir14-May-06 23:33 
QuestionTELNET CONNECTION with VB.NET Pin
Altrustic00714-May-06 21:42
Altrustic00714-May-06 21:42 
AnswerRe: TELNET CONNECTION with VB.NET Pin
NormDroid14-May-06 21:45
professionalNormDroid14-May-06 21:45 
GeneralRe: TELNET CONNECTION with VB.NET Pin
Altrustic00714-May-06 22:57
Altrustic00714-May-06 22:57 
GeneralRe: TELNET CONNECTION with VB.NET Pin
NormDroid14-May-06 23:09
professionalNormDroid14-May-06 23:09 
The rexec protocol works as following :

Client makes TCP connection to REXEC port (512).
Client sends TCP port number (decimal ascii, null-terminated) of port. If the first byte is a NULL, then server won't make any stderr connection
Server makes TCP connection to client's port
Client sends target username (null-terminated).
Client sends target password, NULL, remote command, NULL, and then command's stdin, followed by a FIN.
Server sends one null byte (=no error), or a non-null byte, followed by error message(s).
Server sends output of command.
Server sends FINs on stdout, stderr connections.

Never send a human to do a machine's job Agent Smith
GeneralRe: TELNET CONNECTION with VB.NET Pin
Altrustic00714-May-06 23:17
Altrustic00714-May-06 23:17 
GeneralRe: TELNET CONNECTION with VB.NET Pin
NormDroid14-May-06 23:27
professionalNormDroid14-May-06 23:27 
GeneralRe: TELNET CONNECTION with VB.NET Pin
Altrustic00715-May-06 0:04
Altrustic00715-May-06 0:04 
QuestionDelete confirmation box Pin
Amit Agarrwal14-May-06 21:34
Amit Agarrwal14-May-06 21:34 
AnswerRe: Delete confirmation box Pin
nicko14-May-06 21:55
nicko14-May-06 21:55 
GeneralRe: Delete confirmation box Pin
Amit Agarrwal14-May-06 22:40
Amit Agarrwal14-May-06 22:40 
GeneralRe: Delete confirmation box Pin
nicko14-May-06 22:54
nicko14-May-06 22:54 
GeneralRe: Delete confirmation box Pin
Amit Agarrwal14-May-06 23:54
Amit Agarrwal14-May-06 23:54 
AnswerRe: Delete confirmation box Pin
albCode15-May-06 0:07
albCode15-May-06 0:07 
GeneralRe: Delete confirmation box Pin
Amit Agarrwal15-May-06 0:10
Amit Agarrwal15-May-06 0:10 
GeneralRe: Delete confirmation box Pin
albCode15-May-06 2:23
albCode15-May-06 2:23 
GeneralRe: Delete confirmation box Pin
Amit Agarrwal15-May-06 3:17
Amit Agarrwal15-May-06 3:17 
QuestionGet Handle of Forms Pin
minhnguyen0814-May-06 20:46
minhnguyen0814-May-06 20:46 
AnswerRe: Get Handle of Forms Pin
Rizwan Bashir14-May-06 23:27
Rizwan Bashir14-May-06 23:27 
Questionimage size Pin
amaneet14-May-06 20:39
amaneet14-May-06 20:39 
AnswerRe: image size Pin
Rizwan Bashir14-May-06 23:25
Rizwan Bashir14-May-06 23:25 
QuestionHow To RECORD VIDEO using VB.NET coding? Pin
sNoW^__^14-May-06 20:32
sNoW^__^14-May-06 20:32 

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.