Click here to Skip to main content
15,903,523 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionRe: Detecting keyboard and mouse on locked computer Pin
RyJaBy7-Oct-09 4:22
RyJaBy7-Oct-09 4:22 
AnswerRe: Detecting keyboard and mouse on locked computer Pin
Dave Kreskowiak7-Oct-09 10:25
mveDave Kreskowiak7-Oct-09 10:25 
QuestionProblem Reading Network Packet Data Pin
phil24155-Oct-09 4:39
phil24155-Oct-09 4:39 
AnswerRe: Problem Reading Network Packet Data Pin
Luc Pattyn5-Oct-09 5:07
sitebuilderLuc Pattyn5-Oct-09 5:07 
GeneralRe: Problem Reading Network Packet Data Pin
phil24155-Oct-09 5:10
phil24155-Oct-09 5:10 
GeneralRe: Problem Reading Network Packet Data Pin
Dave Kreskowiak5-Oct-09 5:26
mveDave Kreskowiak5-Oct-09 5:26 
GeneralRe: Problem Reading Network Packet Data Pin
phil24155-Oct-09 5:31
phil24155-Oct-09 5:31 
GeneralRe: Problem Reading Network Packet Data Pin
Dave Kreskowiak5-Oct-09 6:36
mveDave Kreskowiak5-Oct-09 6:36 
phil2415 wrote:
So in theory if I create a loop which works through every byte in the string looking for characters with ASCII values between 32 and 126 and adds them to a string if they match those criteria that should work?


You'll get some form of data. Whether or not it means anything is a whole other issue.

How about this? 1, 16, 32464, 2342, 6547. What does that string of numbers mean? Without knowing precisely what the applications send back and forth and how it's formatted by the applications, you have no hope of ever understanding what the numbers mean, nor how to respond in a manner that's going to be understood.

Also, if the data object thats being transferred is bigger than one packet, how will you know??


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008
But no longer in 2009...




GeneralRe: Problem Reading Network Packet Data Pin
Luc Pattyn5-Oct-09 5:30
sitebuilderLuc Pattyn5-Oct-09 5:30 
GeneralRe: Problem Reading Network Packet Data Pin
phil24155-Oct-09 5:34
phil24155-Oct-09 5:34 
GeneralRe: Problem Reading Network Packet Data Pin
Luc Pattyn5-Oct-09 5:43
sitebuilderLuc Pattyn5-Oct-09 5:43 
GeneralRe: Problem Reading Network Packet Data Pin
Dave Kreskowiak5-Oct-09 6:39
mveDave Kreskowiak5-Oct-09 6:39 
QuestionNeed Help Pin
ajaysud955-Oct-09 2:14
ajaysud955-Oct-09 2:14 
AnswerRe: Need Help Pin
Eddy Vluggen5-Oct-09 2:51
professionalEddy Vluggen5-Oct-09 2:51 
GeneralRe: Need Help Pin
EliottA5-Oct-09 4:09
EliottA5-Oct-09 4:09 
GeneralRe: Need Help Pin
Eddy Vluggen5-Oct-09 6:54
professionalEddy Vluggen5-Oct-09 6:54 
AnswerRe: Need Help Pin
Christian Graus5-Oct-09 10:43
protectorChristian Graus5-Oct-09 10:43 
QuestionHow to Wipe/Clean Internet Explorer Temporary Internet Files, Cookies,History, Cache programatically using VB Code Pin
Shiv Murti Pal5-Oct-09 0:31
Shiv Murti Pal5-Oct-09 0:31 
AnswerRe: How to Wipe/Clean Internet Explorer Temporary Internet Files, Cookies,History, Cache programatically using VB Code Pin
Eddy Vluggen5-Oct-09 3:49
professionalEddy Vluggen5-Oct-09 3:49 
AnswerRe: How to Wipe/Clean Internet Explorer Temporary Internet Files, Cookies,History, Cache programatically using VB Code Pin
Dave Kreskowiak5-Oct-09 5:21
mveDave Kreskowiak5-Oct-09 5:21 
QuestionHow to read the mail before landing to exchange server? Pin
AbbaReddy4-Oct-09 23:22
AbbaReddy4-Oct-09 23:22 
AnswerRe: How to read the mail before landing to exchange server? Pin
Dave Kreskowiak5-Oct-09 2:18
mveDave Kreskowiak5-Oct-09 2:18 
Questionlinking error Pin
chirayujoshi4-Oct-09 22:58
chirayujoshi4-Oct-09 22:58 
GeneralRe: linking error Pin
nagendrathecoder4-Oct-09 23:22
nagendrathecoder4-Oct-09 23:22 
AnswerRe: linking error Pin
Rajesh Anuhya5-Oct-09 2:17
professionalRajesh Anuhya5-Oct-09 2:17 

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.