Click here to Skip to main content
15,887,436 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questiontextbox allowance Pin
Member 1418376915-Mar-19 4:27
Member 1418376915-Mar-19 4:27 
AnswerRe: textbox allowance Pin
Dave Kreskowiak15-Mar-19 4:29
mveDave Kreskowiak15-Mar-19 4:29 
QuestionTyping into 2 different Textbox at same time Pin
RedPandinus13-Mar-19 22:23
RedPandinus13-Mar-19 22:23 
AnswerRe: Typing into 2 different Textbox at same time Pin
Ralf Meier13-Mar-19 22:35
mveRalf Meier13-Mar-19 22:35 
QuestionGetType of variable before deserialization possible? Pin
Sam Marrocco12-Mar-19 15:07
Sam Marrocco12-Mar-19 15:07 
AnswerRe: GetType of variable before deserialization possible? Pin
Ralf Meier12-Mar-19 22:15
mveRalf Meier12-Mar-19 22:15 
AnswerRe: GetType of variable before deserialization possible? Pin
Eddy Vluggen13-Mar-19 0:24
professionalEddy Vluggen13-Mar-19 0:24 
AnswerRe: GetType of variable before deserialization possible? Pin
Dave Kreskowiak13-Mar-19 4:36
mveDave Kreskowiak13-Mar-19 4:36 
In situations where people jump into sending objects "over the wire" for the first time, especially where noobs start sending images, is that they just go straight for sending the object or image. Well, if you just picked up the phone and dialed a number, the other side answered, and you just said "this image", the person on the other end of the call isn't going to know what you're talking about or what to do with that information. You haven't set up any context for a conversation. You don't have any protocol in place to describe what you're doing.

You have to build your own communication protocol for setting up and maintaining both a conversation and subject context.

The conversation should not start with shoving any old object onto the wire. You have to setup a context for conversation, or what you're going to be talking about. For example, start with "I'm going to send you 'such and such' object. The next x number of bytes will be the data for that object". Obviously, you don't send the full text of what I just posted. You send data that means what is in the quotes. Now you have a context to work with. The receiver will have a better idea of what it's looking at when that data shows up and what to do with it.

Now, you also have to fill in the details for what to do when the receiver either gets too many bytes, or not enough, and other communication failures.

QuestionSum data from datagridview with same criteria Pin
Member 1417921111-Mar-19 22:29
Member 1417921111-Mar-19 22:29 
AnswerRe: Sum data from datagridview with same criteria Pin
Richard MacCutchan11-Mar-19 23:40
mveRichard MacCutchan11-Mar-19 23:40 
QuestionHow to add 3 IF conditions at VB Pin
RedPandinus10-Mar-19 22:48
RedPandinus10-Mar-19 22:48 
AnswerRe: How to add 3 IF conditions at VB Pin
Richard MacCutchan10-Mar-19 22:55
mveRichard MacCutchan10-Mar-19 22:55 
GeneralRe: How to add 3 IF conditions at VB Pin
RedPandinus10-Mar-19 23:07
RedPandinus10-Mar-19 23:07 
GeneralRe: How to add 3 IF conditions at VB Pin
Richard MacCutchan10-Mar-19 23:38
mveRichard MacCutchan10-Mar-19 23:38 
SuggestionRe: How to add 3 IF conditions at VB Pin
Richard Deeming11-Mar-19 9:29
mveRichard Deeming11-Mar-19 9:29 
GeneralRe: How to add 3 IF conditions at VB Pin
Mycroft Holmes11-Mar-19 11:39
professionalMycroft Holmes11-Mar-19 11:39 
GeneralRe: How to add 3 IF conditions at VB Pin
Richard MacCutchan11-Mar-19 22:15
mveRichard MacCutchan11-Mar-19 22:15 
GeneralRe: How to add 3 IF conditions at VB Pin
Richard MacCutchan11-Mar-19 22:16
mveRichard MacCutchan11-Mar-19 22:16 
QuestionRead a messages in vb.net, itry to create a script that can read a sms if someone reply to your text via gsm modem. Pin
jhane Harvest9-Mar-19 19:32
jhane Harvest9-Mar-19 19:32 
SuggestionRe: Read a messages in vb.net, itry to create a script that can read a sms if someone reply to your text via gsm modem. Pin
Richard MacCutchan9-Mar-19 21:50
mveRichard MacCutchan9-Mar-19 21:50 
SuggestionRe: Read a messages in vb.net, itry to create a script that can read a sms if someone reply to your text via gsm modem. Pin
Ralf Meier10-Mar-19 22:13
mveRalf Meier10-Mar-19 22:13 
GeneralRe: Read a messages in vb.net, itry to create a script that can read a sms if someone reply to your text via gsm modem. Pin
jhane Harvest10-Mar-19 22:28
jhane Harvest10-Mar-19 22:28 
SuggestionRe: Read a messages in vb.net, itry to create a script that can read a sms if someone reply to your text via gsm modem. Pin
Ralf Meier11-Mar-19 1:17
mveRalf Meier11-Mar-19 1:17 
GeneralRe: Read a messages in vb.net, itry to create a script that can read a sms if someone reply to your text via gsm modem. Pin
jhane Harvest11-Mar-19 14:46
jhane Harvest11-Mar-19 14:46 
QuestionSyntax Error (Missing Operation) in query expression Pin
RedPandinus9-Mar-19 5:47
RedPandinus9-Mar-19 5:47 

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.