Click here to Skip to main content
15,914,013 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionChanging Page Culture Pin
Hakmeh Mohannad12-Apr-16 3:13
Hakmeh Mohannad12-Apr-16 3:13 
QuestionPass Checked CheckBox count from one form to another Pin
Soubarna Das7-Apr-16 23:24
Soubarna Das7-Apr-16 23:24 
AnswerRe: Pass Checked CheckBox count from one form to another Pin
CHill608-Apr-16 1:53
mveCHill608-Apr-16 1:53 
GeneralRe: Pass Checked CheckBox count from one form to another Pin
Soubarna Das10-Apr-16 11:36
Soubarna Das10-Apr-16 11:36 
QuestionRe: Pass Checked CheckBox count from one form to another Pin
Ralf Meier9-Apr-16 10:17
mveRalf Meier9-Apr-16 10:17 
AnswerRe: Pass Checked CheckBox count from one form to another Pin
Soubarna Das10-Apr-16 11:36
Soubarna Das10-Apr-16 11:36 
QuestionRe: Pass Checked CheckBox count from one form to another Pin
Ralf Meier11-Apr-16 0:50
mveRalf Meier11-Apr-16 0:50 
AnswerRe: Pass Checked CheckBox count from one form to another Pin
Soubarna Das13-Apr-16 5:25
Soubarna Das13-Apr-16 5:25 
QuestionWhat Does FilterWorkbook Macro Actually Do? Pin
Member 124440697-Apr-16 16:19
Member 124440697-Apr-16 16:19 
AnswerRe: What Does FilterWorkbook Macro Actually Do? Pin
Richard MacCutchan7-Apr-16 21:11
mveRichard MacCutchan7-Apr-16 21:11 
GeneralRe: What Does FilterWorkbook Macro Actually Do? Pin
Member 124440688-Apr-16 8:18
Member 124440688-Apr-16 8:18 
GeneralRe: What Does FilterWorkbook Macro Actually Do? Pin
Richard MacCutchan8-Apr-16 22:09
mveRichard MacCutchan8-Apr-16 22:09 
GeneralRe: What Does FilterWorkbook Macro Actually Do? Pin
CHill6010-Apr-16 8:25
mveCHill6010-Apr-16 8:25 
QuestionExtract text in a file txt and simultaneously replace it with dots. Pin
Miauz7-Apr-16 9:55
Miauz7-Apr-16 9:55 
AnswerRe: Extract text in a file txt and simultaneously replace it with dots. Pin
Sascha Lefèvre7-Apr-16 10:22
professionalSascha Lefèvre7-Apr-16 10:22 
GeneralRe: Extract text in a file txt and simultaneously replace it with dots. Pin
Mycroft Holmes7-Apr-16 14:18
professionalMycroft Holmes7-Apr-16 14:18 
GeneralRe: Extract text in a file txt and simultaneously replace it with dots. Pin
Sascha Lefèvre7-Apr-16 22:36
professionalSascha Lefèvre7-Apr-16 22:36 
GeneralRe: Extract text in a file txt and simultaneously replace it with dots. Pin
Miauz8-Apr-16 1:58
Miauz8-Apr-16 1:58 
GeneralRe: Extract text in a file txt and simultaneously replace it with dots. Pin
Sascha Lefèvre8-Apr-16 2:51
professionalSascha Lefèvre8-Apr-16 2:51 
Imagine your OTP file is just a sequence of bytes (or ASCII characters if you like). The message you want to encrypt is 100 (ASCII) characters long. The sender reads the next 100 characters from the OTP file, encrypts the message and sends it. The receiver sees 100 encrypted characters and also reads the next 100 characters from the OTP file to decrypt the message. Both sender and receiver know the length of the message, so they can update the position from where to read the next OTP-characters by the same amount. No line numbers needed.
If the brain were so simple we could understand it, we would be so simple we couldn't. — Lyall Watson

AnswerRe: Extract text in a file txt and simultaneously replace it with dots. Pin
Richard MacCutchan7-Apr-16 21:08
mveRichard MacCutchan7-Apr-16 21:08 
GeneralRe: Extract text in a file txt and simultaneously replace it with dots. Pin
Miauz8-Apr-16 2:18
Miauz8-Apr-16 2:18 
GeneralRe: Extract text in a file txt and simultaneously replace it with dots. Pin
Richard MacCutchan8-Apr-16 2:46
mveRichard MacCutchan8-Apr-16 2:46 
GeneralRe: Extract text in a file txt and simultaneously replace it with dots. Pin
Sascha Lefèvre8-Apr-16 2:54
professionalSascha Lefèvre8-Apr-16 2:54 
QuestionResetting before Fileupload control Pin
Redvan5-Apr-16 8:21
Redvan5-Apr-16 8:21 
AnswerRe: Resetting before Fileupload control Pin
Wombaticus5-Apr-16 21:56
Wombaticus5-Apr-16 21:56 

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.