Click here to Skip to main content
15,886,963 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questionruntime controls Pin
balakpn26-Feb-07 2:36
balakpn26-Feb-07 2:36 
AnswerRe: runtime controls Pin
JUNEYT26-Feb-07 3:22
JUNEYT26-Feb-07 3:22 
GeneralRe: runtime controls Pin
balakpn26-Feb-07 18:35
balakpn26-Feb-07 18:35 
GeneralRe: runtime controls Pin
JUNEYT26-Feb-07 23:13
JUNEYT26-Feb-07 23:13 
GeneralRe: runtime controls Pin
balakpn27-Feb-07 17:09
balakpn27-Feb-07 17:09 
GeneralRe: runtime controls Pin
JUNEYT27-Feb-07 22:56
JUNEYT27-Feb-07 22:56 
QuestionCopy memory function Pin
sundar_mca26-Feb-07 2:08
sundar_mca26-Feb-07 2:08 
AnswerRe: Copy memory function Pin
Dave Kreskowiak26-Feb-07 5:58
mveDave Kreskowiak26-Feb-07 5:58 
You're not listening. You do NOT need CopyMemory to do this. You need to marshal this structure to your function properly. This is not done the same way it was under VB6.

If you created and instance of this structure in your code and just want to assign a value to one of it's members, then all you have to do is something like this:
arrBarCodeInformation(0).dwBarType = 42

Other than that, you haven't described what your doing with this stuff, nor have you posted any of the code you're trying to convert to show us what you want it to do.


Dave Kreskowiak
Microsoft MVP - Visual Basic


QuestionMsgBox's Pin
jady8426-Feb-07 1:54
jady8426-Feb-07 1:54 
AnswerRe: MsgBox's Pin
TwoFaced26-Feb-07 8:52
TwoFaced26-Feb-07 8:52 
Questionftp - connect [modified] Pin
locaas26-Feb-07 1:17
locaas26-Feb-07 1:17 
AnswerRe: ftp - connect Pin
Tim Carmichael26-Feb-07 1:32
Tim Carmichael26-Feb-07 1:32 
QuestionBackgroundworker Class Pin
tonyalex26-Feb-07 1:03
tonyalex26-Feb-07 1:03 
AnswerRe: Backgroundworker Class Pin
mr_lasseter26-Feb-07 4:18
mr_lasseter26-Feb-07 4:18 
GeneralRe: Backgroundworker Class Pin
tonyalex2-Mar-07 2:52
tonyalex2-Mar-07 2:52 
Questionmultilingual, help me plsss Pin
Member 384017426-Feb-07 1:02
Member 384017426-Feb-07 1:02 
QuestionRaising Events & Multithreading Pin
Member 384931926-Feb-07 0:26
Member 384931926-Feb-07 0:26 
QuestionAdding a line of text to the end of a file over HTTPS Pin
merrittholmes26-Feb-07 0:09
merrittholmes26-Feb-07 0:09 
QuestionChange Data Grid Column Name Pin
Vikash Yadav25-Feb-07 23:50
Vikash Yadav25-Feb-07 23:50 
AnswerRe: Change Data Grid Column Name Pin
Sachin Gokhale27-Feb-07 20:29
Sachin Gokhale27-Feb-07 20:29 
QuestionProblem accessing Access DB file on a shared network drive Pin
Alex Feature25-Feb-07 23:39
Alex Feature25-Feb-07 23:39 
GeneralRe: Problem accessing Access DB file on a shared network drive Pin
Alex Feature26-Feb-07 19:55
Alex Feature26-Feb-07 19:55 
GeneralRe: Problem accessing Access DB file on a shared network drive Pin
Alex Feature28-Feb-07 3:40
Alex Feature28-Feb-07 3:40 
Questionproject help requires...plzzzzz Pin
prabir kishore25-Feb-07 23:31
prabir kishore25-Feb-07 23:31 
AnswerRe: project help requires...plzzzzz Pin
Christian Graus26-Feb-07 10:32
protectorChristian Graus26-Feb-07 10:32 

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.