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

Visual Basic

 
QuestionHow to capture document filename/path in word Pin
salma_sultana28-Feb-07 0:59
salma_sultana28-Feb-07 0:59 
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 
Hai i have migrated the vb code into vb.net.When i was migrating i found that copy memory function cant able to work it seems.

i am using the function

Declare Sub CopyMemory Lib "kernel32" Alias "RtlMoveMemory" (ByRef hpDest As any, ByVal hpSource As any, ByVal nBytes As Integer)

and call the function inside form1.show

Call CopyMemory(arrBarCodeInformation(0), ptrBarCodeInfo, size_Renamed)


i have declared
Public arrBarCodeInformation() As BarCodeInformation

Public Structure BarCodeInformation
Dim tRegionRect As rect
Dim dwBarType As Integer
Dim fOrientation As Single
Dim lDecodeStatus As Integer
Dim lNoOfCharacters As Integer
Dim lpbDecodByteArray As Integer
Dim lReserved As Integer
Dim hReserved As Integer
End Structure

using this i want to copy the memory value from integer value into the structure variable.how can it been done.tell me the syntax are any function to copy memory
Cry | :((
AnswerRe: Copy memory function Pin
Dave Kreskowiak26-Feb-07 5:58
mveDave Kreskowiak26-Feb-07 5:58 
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 

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.