Click here to Skip to main content
15,929,978 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionInterrupt parallel port ? Pin
ersteffen25-Dec-06 5:00
ersteffen25-Dec-06 5:00 
AnswerRe: Interrupt parallel port ? Pin
Dave Kreskowiak26-Dec-06 3:51
mveDave Kreskowiak26-Dec-06 3:51 
Questionis it possible to use the windows application on LAn Pin
Rmesh24-Dec-06 22:03
Rmesh24-Dec-06 22:03 
AnswerRe: is it possible to use the windows application on LAn Pin
Christian Graus25-Dec-06 14:34
protectorChristian Graus25-Dec-06 14:34 
QuestionVB6 Ascii Art Corrupt Output Pin
hkinser924-Dec-06 19:27
hkinser924-Dec-06 19:27 
Questioninserting value in start of array Pin
H3rman24-Dec-06 5:29
H3rman24-Dec-06 5:29 
AnswerRe: inserting value in start of array Pin
CPallini24-Dec-06 5:56
mveCPallini24-Dec-06 5:56 
GeneralRe: inserting value in start of array Pin
H3rman24-Dec-06 10:04
H3rman24-Dec-06 10:04 
Imports System.Text

Dim myBytes() As Byte
myBytes = Encoding.UTF8.GetBytes("TESTSTRING")
Dim myStartBytes() As Byte = {255, 255, 255, 255}

I want the mystartbytes to be in mybytes(0,1,2,3) but not overwrite but to push in the value so the rest of the array is moved 4 steps.

Do you understand what i mean?... My brain has freezed up.... thanks for your help.
GeneralRe: inserting value in start of array Pin
CPallini24-Dec-06 11:14
mveCPallini24-Dec-06 11:14 
GeneralRe: inserting value in start of array Pin
H3rman24-Dec-06 15:12
H3rman24-Dec-06 15:12 
GeneralRe: inserting value in start of array Pin
Yona Low24-Dec-06 16:39
Yona Low24-Dec-06 16:39 
GeneralThanks Pin
H3rman24-Dec-06 23:57
H3rman24-Dec-06 23:57 
Questionconnection string & forms Pin
seman7124-Dec-06 1:04
seman7124-Dec-06 1:04 
AnswerRe: connection string & forms Pin
Christian Graus24-Dec-06 1:21
protectorChristian Graus24-Dec-06 1:21 
GeneralRe: connection string & forms Pin
Paul Conrad25-Dec-06 18:00
professionalPaul Conrad25-Dec-06 18:00 
AnswerRe: connection string & forms Pin
S Douglas25-Dec-06 20:41
professionalS Douglas25-Dec-06 20:41 
QuestionTabIndex !!!!!!!!!!!!!!!!!!!!!!!!! Pin
kindman_nb24-Dec-06 0:34
kindman_nb24-Dec-06 0:34 
AnswerRe: TabIndex !!!!!!!!!!!!!!!!!!!!!!!!! Pin
Christian Graus24-Dec-06 1:20
protectorChristian Graus24-Dec-06 1:20 
GeneralRe: TabIndex !!!!!!!!!!!!!!!!!!!!!!!!! Pin
kindman_nb24-Dec-06 9:38
kindman_nb24-Dec-06 9:38 
GeneralRe: TabIndex !!!!!!!!!!!!!!!!!!!!!!!!! Pin
Dave Kreskowiak25-Dec-06 17:39
mveDave Kreskowiak25-Dec-06 17:39 
GeneralRe: TabIndex !!!!!!!!!!!!!!!!!!!!!!!!! Pin
kindman_nb25-Dec-06 20:45
kindman_nb25-Dec-06 20:45 
GeneralRe: TabIndex !!!!!!!!!!!!!!!!!!!!!!!!! Pin
Dave Kreskowiak26-Dec-06 2:32
mveDave Kreskowiak26-Dec-06 2:32 
GeneralRe: TabIndex !!!!!!!!!!!!!!!!!!!!!!!!! Pin
kindman_nb26-Dec-06 9:25
kindman_nb26-Dec-06 9:25 
GeneralRe: TabIndex !!!!!!!!!!!!!!!!!!!!!!!!! Pin
Dave Kreskowiak26-Dec-06 11:00
mveDave Kreskowiak26-Dec-06 11:00 
GeneralRe: TabIndex !!!!!!!!!!!!!!!!!!!!!!!!! Pin
kindman_nb26-Dec-06 20:19
kindman_nb26-Dec-06 20:19 

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.