Click here to Skip to main content
15,904,416 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Detecting keyboard and mouse on locked computer Pin
Dave Kreskowiak5-Oct-09 6:40
mveDave Kreskowiak5-Oct-09 6:40 
GeneralRe: Detecting keyboard and mouse on locked computer Pin
Eddy Vluggen5-Oct-09 6:58
professionalEddy Vluggen5-Oct-09 6:58 
GeneralRe: Detecting keyboard and mouse on locked computer Pin
Dave Kreskowiak5-Oct-09 8:47
mveDave Kreskowiak5-Oct-09 8:47 
GeneralRe: Detecting keyboard and mouse on locked computer Pin
Luc Pattyn5-Oct-09 7:45
sitebuilderLuc Pattyn5-Oct-09 7:45 
GeneralRe: Detecting keyboard and mouse on locked computer Pin
Dave Kreskowiak5-Oct-09 8:46
mveDave Kreskowiak5-Oct-09 8:46 
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 
I hope nobody gets upset about me starting a new thread - I've posted a couple about this project already but the problems I'm encountering are different each time.

The server application I've written in Visual Basic is receiving a packet of data from a client. I have had nothing to do with how the client communicates, and I can't change it - I'm sort of trying to 'reverse engineer' an existing application.

A packet sniffer tells me what the data of the packet from the client contains. In hex it is:

414D464D1A000000BD020012FB21CC1F0600000053746F636B73

The same packet sniffer software tells me that this converts to:

AMFM....½...û!Ì.....Stocks

The word 'Stocks' at the end is the client name, so obviously that's what I'm trying to obtain. I have no idea what the other bits mean.

But when the little application I've written receives this packet and displays the data received it only displays "AMFM". Nothing else. If I change my code to display the hex received and not the ASCII conversion it shows the whole hex code, just as the packet sniffer does.

Why does it only show me these first four characters (plus the mysterious box)? How can I get the rest?

Oddly enough, when copying the output from the packet sniffer to the clipboard as I wrote this, even though I selected the whole string when I pasted it into my browser window it only pasted "AMFM". What's going on?!
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 
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 

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.