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

Visual Basic

 
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 
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 
halsboss wrote:
Not aware of any "ordinary" Win32 calls available to do bitwise shift/rotate/compare operations ?


There are none considering Win32 is written in C and Intel x86 Assembler and those languages handle all that stuff natively.

VB6 does not natively support inline assembler. It requires an IDE plugin or some other "hack" to get working. Google for "vb6 inline asm" for clues.

You'll have to write the functions to do it in VB6 yourself. Bitwise operations are just small math problems. Or, you could write equivilent functions in C and compile that to a .DLL which your VB6 code could import and use.

Oh, BTW, bitwise operations are also native in C# and VB.NET.


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008




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 
GeneralRe: how to find ascii value? Pin
JC.KaNNaN5-May-09 3:13
JC.KaNNaN5-May-09 3:13 
QuestionVB.NET and Access 2007 Database Engine Pin
Rick_Mutimer29-Apr-09 20:03
Rick_Mutimer29-Apr-09 20:03 
AnswerRe: VB.NET and Access 2007 Database Engine Pin
_Damian S_29-Apr-09 20:31
professional_Damian S_29-Apr-09 20:31 
GeneralRe: VB.NET and Access 2007 Database Engine Pin
Rick_Mutimer29-Apr-09 21:08
Rick_Mutimer29-Apr-09 21:08 
Questioncounting rows Pin
p_m_kanthi29-Apr-09 19:18
p_m_kanthi29-Apr-09 19:18 

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.