Search:
Type: Posts; User: dz32
Search:
Search took 0.01 seconds.
-
for cases such as this it may be easier to write your own C dll using sample code for the libraries low level C api. you then present a simplified interface from your dll to VB.
Pros: you control...
-
http://www.vbforums.com/showthread.php?711135-RESOLVED-Get-the-File-Name-of-the-Running-VB6-Application
-
-
Looking at the rtcCloseFile call chain it all looks direct and synchronous
rtcFileClose -> CloseFiles
WriteDisk -> _write_lk -> _write -> std WriteFile Api
_commit ->...
-
the only things the IDE hides are default control properties like left, caption, text etc,
some function attributes like default, member help strings, menu items, and form and class names
all of...
-
Smallish helper function makes it easy
Private Sub Form_Load()
Dim myVar As String, retVal As String
myVar = "this is my long text ab 13256 cd with other stuff in it"
...
-
you can make a mock up of the resize.ocx with the same class name and methods so you dont
have to remove the embedded code to test and see if thats the culprit. Any recent CopyMemory
calls added?...
-
Couple problems
1) as zvoni mentioned to pass a pointer either use byval varptr() or byref in the api declaration
2) you are passing the address of a single byte, and then copying an entire byte...
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
|
Click Here to Expand Forum to Full Width
|