Click here to Skip to main content
16,005,552 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionUsercontrol build problem Pin
Tom Deketelaere29-Apr-09 23:01
professionalTom Deketelaere29-Apr-09 23:01 
AnswerRe: Usercontrol build problem Pin
Johan Hakkesteegt4-May-09 23:06
Johan Hakkesteegt4-May-09 23:06 
GeneralRe: Usercontrol build problem Pin
Tom Deketelaere4-May-09 23:27
professionalTom Deketelaere4-May-09 23:27 
GeneralRe: Usercontrol build problem Pin
Johan Hakkesteegt5-May-09 0:11
Johan Hakkesteegt5-May-09 0:11 
GeneralRe: Usercontrol build problem Pin
Tom Deketelaere5-May-09 0:17
professionalTom Deketelaere5-May-09 0:17 
Questionscripting scheduled task Pin
TheScripter29-Apr-09 21:58
TheScripter29-Apr-09 21:58 
AnswerRe: scripting scheduled task Pin
Dave Kreskowiak30-Apr-09 13:20
mveDave Kreskowiak30-Apr-09 13:20 
QuestionVB6 - how to bitstream Pin
halsboss29-Apr-09 21:15
halsboss29-Apr-09 21:15 
Hi, I only have VB6 and need to write a program to parse mpeg4-asp frames (each frame is a "bitstream" ie a stream of sequential bits flowing across byte/word/longword boundaries).

Unfortunately VB6 has no unsigned data types, nor native bit operations, making masking and shifting left/right very difficult as you have to write your own functions to take into account (test for and fudge) the sign bit (eg bit 31 of the bit range 31..0 for long). Since any given file could have cumulative bitstreams of 4Gb, imaging how much life gets sucked out of the PC when using a per-bit home-grown function call with all the right masking and signbit testing/fixing complexity...

Does anyone know of system calls (eg kernel32) or some such which makes bitstream operations easy (eg rotate/shift longword/word/byte left and right, integer value of an arbitrarily positioned set of bits, etc) ?

Assume XP-SP3, and latest Java runtime if that helps, but no .NET since an objective is to be able to run on .NET-free PCs.
AnswerRe: VB6 - how to bitstream Pin
Mycroft Holmes29-Apr-09 21:56
professionalMycroft Holmes29-Apr-09 21:56 
GeneralRe: VB6 - how to bitstream Pin
halsboss29-Apr-09 22:07
halsboss29-Apr-09 22:07 
GeneralRe: VB6 - how to bitstream Pin
Mycroft Holmes29-Apr-09 22:21
professionalMycroft Holmes29-Apr-09 22:21 
GeneralRe: VB6 - how to bitstream Pin
halsboss30-Apr-09 1:20
halsboss30-Apr-09 1:20 
GeneralRe: VB6 - how to bitstream Pin
Dave Kreskowiak30-Apr-09 13:16
mveDave Kreskowiak30-Apr-09 13:16 
QuestionRe: VB6 - how to bitstream Pin
CPallini30-Apr-09 1:48
mveCPallini30-Apr-09 1:48 
AnswerRe: VB6 - how to bitstream Pin
halsboss8-May-09 21:54
halsboss8-May-09 21:54 
NewsRe: VB6 - how to bitstream Pin
CPallini9-May-09 1:41
mveCPallini9-May-09 1:41 
GeneralRe: VB6 - how to bitstream Pin
halsboss9-May-09 2:06
halsboss9-May-09 2:06 
GeneralRe: VB6 - how to bitstream Pin
CPallini9-May-09 4:06
mveCPallini9-May-09 4:06 
GeneralRe: VB6 - how to bitstream Pin
halsboss11-May-09 0:07
halsboss11-May-09 0:07 
GeneralRe: VB6 - how to bitstream Pin
CPallini11-May-09 0:23
mveCPallini11-May-09 0:23 
GeneralRe: VB6 - how to bitstream Pin
halsboss11-May-09 3:15
halsboss11-May-09 3:15 
Questionhow to find ascii value? Pin
JC.KaNNaN29-Apr-09 20:35
JC.KaNNaN29-Apr-09 20:35 
AnswerRe: how to find ascii value? Pin
_Damian S_29-Apr-09 20:53
professional_Damian S_29-Apr-09 20:53 
AnswerRe: how to find ascii value? Pin
Baran M30-Apr-09 1:00
Baran M30-Apr-09 1:00 
GeneralRe: how to find ascii value? Pin
JC.KaNNaN3-May-09 23:58
JC.KaNNaN3-May-09 23:58 

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.