VS 2008 Received Bytes Threshold?
Feb 4, 2012I just wanted to confirm my reading -- this is the number of bytes that is put in the buffer before the data received event is triggered, correct? And it's ONLY for that purpose?
View 1 RepliesI just wanted to confirm my reading -- this is the number of bytes that is put in the buffer before the data received event is triggered, correct? And it's ONLY for that purpose?
View 1 RepliesIn my serial port application, I have my code -
Private Sub SerialPort_DataReceived(ByVal sender As System.Object, ByVal e As System.IO.Ports.SerialDataReceivedEventArgs) Handles SerialPort.DataReceived
Dim cnt2 As Byte
[code]....
For some packets I sent, "Error Data Received" came up. I checked BytesReceived, it was 0. My question is: since SerialPort_DataReceived processes data received, data was supposed to be received. Why the number of bytes I read was zero? BTW, when is this event accessed? it is accessed when any number of bytes received or the whole packet received?
I'm successfully receiving bytes from an USB device using a HID USB .net library.Here is a sample of my code :
Dim ptr As IntPtr = USB.USB_Read()
Dim buff As Byte() = New Byte(USB.USB_ReadLength() - 1) {}
[code].....
My question is : how can I know wich button is pressed ? Meaning : I just want my program to store the button pressed and do an action when pressed.
I receive the irc messages like this [code]...
This show the empty space where it auto-scrolls to when writing the received string to the console.
This shows the actual received message (a bit edited with time, etc ...)
What exactly does this line do?
i = stream.Read(bytes, 0, bytes.Length)
Does it read the entire message string sent by the client? I have a line to write to the stream later in the code and that does not seem to be sending anything back to the client, although the code around is excuting.
i = stream.Read(bytes, 0, bytes.Length)
While (i <> 0)
Try
' Translate data bytes to a ASCII string.
[code].....
I have the following VB6 code which selects the pixels in a picture and compares them to a threshold value. I would like to convert it to VB2008, and I've attempted the following:[code]Is this the correct way of comparing the value of a pixel to a threshold value?
View 4 RepliesI'm looking for an easy and free way to detect my dog's bark using a microphone attached to the computer. Basically, I just need a component to trigger an event when a sound is detected above a threshold...no fancy processing required. I've found some sound components, but they all seem too complicated for this application.
View 1 RepliesBasically, I have an array of data with about 1000-2000 data points that form a rough Poisson distribution. What I need to do is take the maximum value of the distribution (which I know), and find the leftmost and rightmost values that are, say, 70% of the maximum. (I don't really care what the value of these numbers are. I want to know what index position they are in.) I then want to find the centerpoint between these two indices, rounding if necessary, and return all three values (left, right, and center).
View 2 RepliesI want to create a page name "parameter link" where the user can edit and change the value of the threshold. For now, what I have is, all user can change the threshold permanently. What I want now is the user can only change the threshold value during the session only, and the value will reset back to the previous value when the other user login. Only admin will have the privilege to change the value of the threshold permanently., but I don't know where to start.
View 1 RepliesI want it to do is that you input a string, then you select an algorithm (Theres only going to be one RijnDael) then you input a key, then the Initialization Vector comes from "txtIV.text" then you select the key bytes and the block bytes from the numeric up/down, then you either encrypt or decrypt.
View 1 RepliesOk i am having some issues designing a base-class to handle generics.Caveat is i need to restrict the type put in as a Numeric type, specifically Int16, Int32, or Int64 (Short or Long).I know you can do Of T as {Structure} but i dont want to select the key bytes and the block bytes from the numeric up/down.
View 2 RepliesI keep getting a ProtocolViolationException "Bytes to be written to the stream exceed the Content-Length bytes size specified." on the following code.I've tried setting Content-Length numerous ways with no success.
Dim url = "https://domain.com"
Dim req As WebRequest = WebRequest.Create(url)
req.Method = "POST"
req.ContentType = "application/xml"
[Code]...
I have used Winsock to receive coordinate of the objects (displayed in (Rich) Text box). How can I get those data into Excel or anything to display on GIS mapinfo??
View 3 RepliesI cannot find a way to get the server to put the information of the recieved packet onto a textbox for the user to see.Client Side:
Imports System.Net.Sockets
Imports System.Text
Public Class Client
[code]....
I am also trying to get the server to send back a packet to the client saying it recieved the packet sent. I just dont know how to translate the packet to a textbox.
I took a look at System.Security.Cryptography.MD5 class about using a checksum for a UDP program i am making.Basically i want to use it, to ensure the server is receiving what the client sends it, in a way that the server can make note of it receiving properly without having the client keep track of how many proper payloads the server received. The reason i need a checksum is because the client is sending a random hex payload, so i cant have the server predict what it should receive the same way as i have it working with the sequence number.I dont fully understand how i could implement this to my code. I believe i should make a public property in my packet class, but im having trouble implementing it with the way i coded my program. [code]
View 39 RepliesIs it possible to monitor how much traffic my application has used? I'm interested to see how much data that has been sent and received over the internet from/to my own vb.net application.
View 2 RepliesI created a text file contains 4 bytes of data
AABBCCDD
I just want to read the first 2 bytes (AABB) to execute it with my program.
Then I'll need to read the last 2 bytes (CCDD) for another computer routines
I've been trying to publish some software for 2 days. At first, I received an error about frontpage extensions not being installed so I installed them, only to screwup the ht.access file on my site and lose my web site for 5 hours.
I had an email this morning from Lunarpages saying they installed the extensions, recoded the ht.access and even tested frontpage on it. SO -- I tried again this morning and still received "the components for the frontpage extensions are not installed". ?
AND --I must be missing something and looked everywhere in VB.NET (options etc) but how in the heck can you publish something directly to your website (I used the wizard and setup all the publish options) and NOT be prompted for your user ID and password? Obviously, VB.NET has it's own ftp program.
How can i monitor the HTTP data (headers including raw html data) that is sent and recieved while a user browses with a web browser control in my application?
is there some way to capture the connection itself into a socket?
Probably missing something silly here, Her eis what my display looks like Sending image...(401303) I would prefer it displays as Sending image...(391 kb)
[Code]...
This is how i convert Bytes to KB etc.. vb.net
[Code]...
I have a rom file that I want to display data from The strings I have already retrieved and displayed the problem now is the image. I have read all the bytes for the part of the file that contains all the data I require EN_Title_Icon which is 2112 bytes. The image data is offset 32 byes in EN_Title_Icon and is 512 bytes, How do I loop the bytes and put them as pixels in the picturebox or a bitmap? And can i use the pallet data that is the 32 bytes after the image data? Here is some info on the image
[Code]...
I have some questions about arrays.
1) Lets say I open a file in a byte array and I need to add 5 bytes of data at the beginning. How would I go in doing that? ex: attaching to arrays together.
2) How would I go in adding 1 byte of data in a bye array?
All i need to do is open part of a file in bytes. Add a letter and 2 numbers to it at the begging and a number at the end.All i need to know is how to attach 2 byte arrays together and how can u add a byte of data to an array.
I want to open a file and to replace from 2MB to 3MB of it with another 1MB file. Is it possible?
View 5 RepliesWhy does this programmer use a binary reader to read bytes, why not the client.getstream.read or streamreader?
Case RequestTags.Connect
'sent from server to client informing client that a successful
'connection negotiation has been made and the connection now exists.
[code]....
im trying to format my results from some WMI quires but im not having much luck.
i want to display my available memory as Mb's not Bytes. in the past ve done the following
vb
result = (queryObj("TotalPhysicalMemory")) / 1024
usually that works but its giving me a retarded result, its giving me 3581.98828125 as the result, but i do the same way with my video card memory and it displays it as 512 like it should. ive tried every way i know of formatting and decimals but non of it is working.
im dsplaying my result in a text box and ive also tried formatting it thier with no such luck
Me.txtmemorycap.Text = text
i'm trying to convert an image into bytes in vb.net but i failed, i searched the web and threads over here, but seems that i couldn't find any working example or code.
View 7 RepliesI am not so good with buffers and arrays and I dont know how to continue from here:
[Code]...
My intention is to open an image file as bytes, Convert the bytes to a string, send bytes to server and server stores bytes in a database. Then I need to reverse the process and be able to convert the bytes to an image.
I'm trying to read 5 bytes from a file and then do something according to what has been read. This is my code (I'll explain in a bit what's wrong):[code...]
It reads the 5 bytes I added to the encrypted file, but I want the CryptoStream to start from the sixth value and then copy the original bytes into the decrypted file, but it gives me an error:
Padding is invalid and cannot be removed.That's why I'm trying to make it read from the sixth value and then continue copying normally, but I'm stuck.
Ok, so, as you know [or not], I've been working on a custom file format,I have a basis code down. I've modified it to something a little different.The problem is not in the saving, which works just fine. It's the loading.Here's the ENTIRE
vb.net
Imports System.IO
Imports System.Text.Encoding
[code]....