Click here to Skip to main content
15,917,628 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: First Text in text box Pin
Raghvendra Kumar Roy4-Jun-07 21:09
Raghvendra Kumar Roy4-Jun-07 21:09 
JokeRe: First Text in text box Pin
CPallini4-Jun-07 22:28
mveCPallini4-Jun-07 22:28 
AnswerRe: First Text in text box Pin
Xandip4-Jun-07 23:20
Xandip4-Jun-07 23:20 
QuestionMS-Access install verification Pin
Sonia Gupta4-Jun-07 20:33
Sonia Gupta4-Jun-07 20:33 
AnswerRe: MS-Access install verification Pin
Steven J Jowett5-Jun-07 1:24
Steven J Jowett5-Jun-07 1:24 
QuestionMarshal.PtrToStringAnsi equivalent api call Pin
AR Reddy4-Jun-07 19:43
AR Reddy4-Jun-07 19:43 
AnswerRe: Marshal.PtrToStringAnsi equivalent api call Pin
originSH4-Jun-07 22:32
originSH4-Jun-07 22:32 
GeneralRe: Marshal.PtrToStringAnsi equivalent api call Pin
AR Reddy5-Jun-07 0:52
AR Reddy5-Jun-07 0:52 
Hi,
I have used CopyMemoryAnsi, but I am getting "Overflow" error. Actually I need to copy the content from memory pointer to a string. Here is my call

Public Declare Sub CopyMemoryAnsi Lib "kernel32" Alias "RtlMoveMemory" (Destination As Any, Source As Any, ByVal Length As Long)

Call CopyMemory(SName, iPointer, LOF(iPointer))

Please let me know what could be the reason for "overflow" error.

Thnaks in advance,

AR Reddy

GeneralRe: Marshal.PtrToStringAnsi equivalent api call Pin
originSH5-Jun-07 2:15
originSH5-Jun-07 2:15 
Questionhow can i insert a command button in a word file Pin
koolprasad20034-Jun-07 19:31
professionalkoolprasad20034-Jun-07 19:31 
QuestionGet Website IP Pin
Socheat.Net4-Jun-07 17:23
Socheat.Net4-Jun-07 17:23 
AnswerRe: Get Website IP Pin
originSH4-Jun-07 22:33
originSH4-Jun-07 22:33 
AnswerRe: Get Website IP Pin
Steven J Jowett5-Jun-07 1:34
Steven J Jowett5-Jun-07 1:34 
QuestionReading Files from external Source Pin
JimmyTG4-Jun-07 16:18
JimmyTG4-Jun-07 16:18 
AnswerRe: Reading Files from external Source Pin
Dave Kreskowiak4-Jun-07 16:41
mveDave Kreskowiak4-Jun-07 16:41 
GeneralRe: Reading Files from external Source Pin
JimmyTG4-Jun-07 16:50
JimmyTG4-Jun-07 16:50 
GeneralRe: Reading Files from external Source Pin
Dave Kreskowiak4-Jun-07 17:04
mveDave Kreskowiak4-Jun-07 17:04 
GeneralRe: Reading Files from external Source Pin
JimmyTG4-Jun-07 17:14
JimmyTG4-Jun-07 17:14 
GeneralRe: Reading Files from external Source Pin
Christian Graus4-Jun-07 20:57
protectorChristian Graus4-Jun-07 20:57 
GeneralRe: Reading Files from external Source Pin
Dave Kreskowiak5-Jun-07 3:38
mveDave Kreskowiak5-Jun-07 3:38 
GeneralRe: Reading Files from external Source Pin
JimmyTG5-Jun-07 10:22
JimmyTG5-Jun-07 10:22 
Questionimport key file? Pin
cstrader2324-Jun-07 16:06
cstrader2324-Jun-07 16:06 
AnswerRe: import key file? Pin
Dave Kreskowiak4-Jun-07 16:42
mveDave Kreskowiak4-Jun-07 16:42 
GeneralRe: import key file? Pin
cstrader2325-Jun-07 1:40
cstrader2325-Jun-07 1:40 
GeneralRe: import key file? Pin
Dave Kreskowiak5-Jun-07 3:36
mveDave Kreskowiak5-Jun-07 3:36 

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.