Click here to Skip to main content
15,881,852 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Login form using Oracle Stored Procedure with return value Pin
Victor Nijegorodov29-Mar-21 0:46
Victor Nijegorodov29-Mar-21 0:46 
GeneralRe: Login form using Oracle Stored Procedure with return value Pin
kerek229-Mar-21 15:52
kerek229-Mar-21 15:52 
AnswerRe: Login form using Oracle Stored Procedure with return value Pin
CHill6029-Mar-21 3:23
mveCHill6029-Mar-21 3:23 
QuestionHow to pack files xml with the format TAR in Visual Basic 6 Pin
LeMarS23-Mar-21 12:36
LeMarS23-Mar-21 12:36 
AnswerRe: How to pack files xml with the format TAR in Visual Basic 6 Pin
Dave Kreskowiak23-Mar-21 17:00
mveDave Kreskowiak23-Mar-21 17:00 
AnswerRe: How to pack files xml with the format TAR in Visual Basic 6 Pin
Eddy Vluggen24-Mar-21 5:22
professionalEddy Vluggen24-Mar-21 5:22 
QuestionGet Encoding of LibreOffice from VBA code Pin
Member 1510681118-Mar-21 6:24
Member 1510681118-Mar-21 6:24 
AnswerRe: Get Encoding of LibreOffice from VBA code Pin
Dave Kreskowiak19-Mar-21 13:05
mveDave Kreskowiak19-Mar-21 13:05 
It sounds like you're assuming that every file has an encoding. This is not the case.

There MIGHT be a byte order mark in the first 2 to 4 bytes of the file. Those bytes will tell you what the encoding is. See Byte order mark - Wikipedia[^] for what those bytes are.

If the byte order mark is not there, there is no reliable way of determining what the encoding is, if any. Usually, if there is no byte order mark, you assume it's ASCII or UTF-8.

GeneralRe: Get Encoding of LibreOffice from VBA code Pin
Eddy Vluggen24-Mar-21 5:24
professionalEddy Vluggen24-Mar-21 5:24 
QuestionCompare 2 bytearray Pin
Salvo7815-Mar-21 10:47
Salvo7815-Mar-21 10:47 
AnswerRe: Compare 2 bytearray Pin
Victor Nijegorodov15-Mar-21 10:56
Victor Nijegorodov15-Mar-21 10:56 
AnswerRe: Compare 2 bytearray Pin
Richard MacCutchan15-Mar-21 22:32
mveRichard MacCutchan15-Mar-21 22:32 
QuestionError Debug JIT: .NET Framework Runtime or Developer Pack? For end user Pin
eusta12-Mar-21 21:39
eusta12-Mar-21 21:39 
AnswerRe: Error Debug JIT: .NET Framework Runtime or Developer Pack? For end user Pin
Richard MacCutchan12-Mar-21 21:42
mveRichard MacCutchan12-Mar-21 21:42 
GeneralRe: Error Debug JIT: .NET Framework Runtime or Developer Pack? For end user Pin
eusta13-Mar-21 1:39
eusta13-Mar-21 1:39 
GeneralRe: Error Debug JIT: .NET Framework Runtime or Developer Pack? For end user Pin
Richard MacCutchan13-Mar-21 1:45
mveRichard MacCutchan13-Mar-21 1:45 
GeneralRe: Error Debug JIT: .NET Framework Runtime or Developer Pack? For end user Pin
Dave Kreskowiak13-Mar-21 5:53
mveDave Kreskowiak13-Mar-21 5:53 
QuestionRe: Error Debug JIT: .NET Framework Runtime or Developer Pack? For end user Pin
Eddy Vluggen13-Mar-21 12:13
professionalEddy Vluggen13-Mar-21 12:13 
AnswerRe: Error Debug JIT: .NET Framework Runtime or Developer Pack? For end user Pin
eusta25-Mar-21 7:58
eusta25-Mar-21 7:58 
GeneralRe: Error Debug JIT: .NET Framework Runtime or Developer Pack? For end user Pin
Richard Deeming25-Mar-21 22:28
mveRichard Deeming25-Mar-21 22:28 
GeneralRe: Error Debug JIT: .NET Framework Runtime or Developer Pack? For end user Pin
eusta26-Mar-21 6:49
eusta26-Mar-21 6:49 
GeneralRe: Error Debug JIT: .NET Framework Runtime or Developer Pack? For end user Pin
Dave Kreskowiak26-Mar-21 7:34
mveDave Kreskowiak26-Mar-21 7:34 
GeneralRe: Error Debug JIT: .NET Framework Runtime or Developer Pack? For end user Pin
eusta26-Mar-21 9:41
eusta26-Mar-21 9:41 
GeneralRe: Error Debug JIT: .NET Framework Runtime or Developer Pack? For end user Pin
Dave Kreskowiak26-Mar-21 9:49
mveDave Kreskowiak26-Mar-21 9:49 
GeneralRe: Error Debug JIT: .NET Framework Runtime or Developer Pack? For end user Pin
Eddy Vluggen1-Apr-21 15:00
professionalEddy Vluggen1-Apr-21 15:00 

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.