Click here to Skip to main content
15,921,295 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Raw Joystick data in vb.net Pin
bfeike6-Oct-08 20:21
bfeike6-Oct-08 20:21 
QuestionIs it really possible: No access to bitmap in VB? Pin
Sonhospa29-Sep-08 11:42
Sonhospa29-Sep-08 11:42 
AnswerRe: Is it really possible: No access to bitmap in VB? [modified] Pin
Dave Kreskowiak29-Sep-08 11:58
mveDave Kreskowiak29-Sep-08 11:58 
GeneralRe: Is it really possible: No access to bitmap in VB? Pin
Sonhospa29-Sep-08 12:20
Sonhospa29-Sep-08 12:20 
GeneralRe: Is it really possible: No access to bitmap in VB? Pin
Dave Kreskowiak29-Sep-08 14:13
mveDave Kreskowiak29-Sep-08 14:13 
Questionxds Pin
postonoh29-Sep-08 11:35
postonoh29-Sep-08 11:35 
AnswerRe: xds Pin
Dave Kreskowiak29-Sep-08 11:55
mveDave Kreskowiak29-Sep-08 11:55 
QuestionAdding a string to an existing byte array Pin
Scott Barbour29-Sep-08 11:05
Scott Barbour29-Sep-08 11:05 
While I'm sure I could easily work out something to do this, I was wondering if there was a function that would add an array of bytes to the end of an existing byte array.

Specifically, I am working on a project where a method takes a byte array as a parameter, where the byte array contains more than just a converted string.

Original C/C++ sample code:
unsigned char buf[10];
int len = 10;

buf[0] = 9;
buf[1] = 76;
sprintf((char*)&buf[2], "%d", groupnum);

I'm sure the answer is obvious, but it's just not hitting me in the face right at the moment. Unsure | :~

(For those interested, this is an example from Avaya's "IP Office TAPI Link Developer's Guide" to build the parameter block for the lineDevSpecific function of TAPI 2.x. I'm working on the project in VB.NET using JulMar's ATAPI.NET wrapper. I'm having another issue with the function call to use the byte array, but that's another matter entirely.)
AnswerRe: Adding a string to an existing byte array Pin
Dave Kreskowiak29-Sep-08 11:53
mveDave Kreskowiak29-Sep-08 11:53 
AnswerRe: Adding a string to an existing byte array Pin
Guffa30-Sep-08 3:17
Guffa30-Sep-08 3:17 
GeneralRe: Adding a string to an existing byte array Pin
Scott Barbour30-Sep-08 4:39
Scott Barbour30-Sep-08 4:39 
QuestionSlow execution in VB6 whil very fast from SQL Server Query Analyzer Pin
Fadou29-Sep-08 2:00
Fadou29-Sep-08 2:00 
AnswerRe: Slow execution in VB6 whil very fast from SQL Server Query Analyzer Pin
akimba29-Sep-08 2:54
akimba29-Sep-08 2:54 
GeneralRe: Slow execution in VB6 whil very fast from SQL Server Query Analyzer Pin
Jon_Boy29-Sep-08 3:58
Jon_Boy29-Sep-08 3:58 
QuestionMerge modules for crystal reports, VS 2005 Pin
Michelange MUBERUKA28-Sep-08 23:41
Michelange MUBERUKA28-Sep-08 23:41 
AnswerRe: Merge modules for crystal reports, VS 2005 Pin
Dave Kreskowiak29-Sep-08 1:45
mveDave Kreskowiak29-Sep-08 1:45 
QuestionHelp using IMAPI2 Pin
johnjsm28-Sep-08 21:44
johnjsm28-Sep-08 21:44 
Questionconnection string Pin
member2728-Sep-08 21:22
member2728-Sep-08 21:22 
AnswerRe: connection string Pin
Mycroft Holmes29-Sep-08 15:54
professionalMycroft Holmes29-Sep-08 15:54 
QuestionHow to add New row datagridview with checkboxcell in all columns Pin
kedarrkulkarni28-Sep-08 20:20
kedarrkulkarni28-Sep-08 20:20 
AnswerRe: How to add New row datagridview with checkboxcell in all columns Pin
C1AllenS29-Sep-08 0:06
C1AllenS29-Sep-08 0:06 
QuestionVB 6.0 to VB.Net Migration OCXState problem Pin
akanchu28-Sep-08 18:04
akanchu28-Sep-08 18:04 
AnswerRe: VB 6.0 to VB.Net Migration OCXState problem Pin
Paul Conrad28-Sep-08 18:42
professionalPaul Conrad28-Sep-08 18:42 
AnswerRe: VB 6.0 to VB.Net Migration OCXState problem Pin
Ashfield28-Sep-08 21:32
Ashfield28-Sep-08 21:32 
AnswerRe: VB 6.0 to VB.Net Migration OCXState problem Pin
Dave Kreskowiak29-Sep-08 1:41
mveDave Kreskowiak29-Sep-08 1:41 

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.