Click here to Skip to main content
15,913,854 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: DataControl ---> Data "object" HowTo??? Pin
bjwoodburn21-Apr-02 22:32
bjwoodburn21-Apr-02 22:32 
GeneralPrinting error in VB app Pin
MS le Roux11-Apr-02 23:28
MS le Roux11-Apr-02 23:28 
GeneralAdding Background to the whole Form Pin
Ahuva11-Apr-02 11:04
Ahuva11-Apr-02 11:04 
GeneralRe: Adding Background to the whole Form Pin
David Wengier11-Apr-02 14:57
David Wengier11-Apr-02 14:57 
GeneralRe: Adding Background to the whole Form Pin
Aleksey Suvorov28-Apr-02 6:16
Aleksey Suvorov28-Apr-02 6:16 
GeneralIntegrate mp3 file in VB Pin
Ahuva11-Apr-02 10:56
Ahuva11-Apr-02 10:56 
GeneralAPI functions Pin
bjwoodburn11-Apr-02 1:08
bjwoodburn11-Apr-02 1:08 
GeneralRe: API functions Pin
Paul M Watt21-Apr-02 10:38
mentorPaul M Watt21-Apr-02 10:38 
Change your definition of LookupPrivilegeValue to this:

Public Declare Function LookupPrivilegeValue Lib "advapi32.dll" Alias "LookupPrivilegeValueA" (ByVal lpSystemName As String, ByVal lpName As String, lpLuid As LARGE_INTEGER) As Long


and LARGE_INTEGER is declared liek this:

Public Type LARGE_INTEGER
    lowpart As Long
    highpart As Long
End Type


Use the APIViewer tool in VB to create these function declarations for you.

Good luck.


Build a man a fire, and he will be warm for a day
Light a man on fire, and he will be warm for the rest of his life!

GeneralDHTML from VB Pin
Gerosa9-Apr-02 11:00
Gerosa9-Apr-02 11:00 
GeneralRe: DHTML from VB Pin
Jeremy Falcon17-Apr-02 7:15
professionalJeremy Falcon17-Apr-02 7:15 
GeneralVBA and templates... Pin
H.P.9-Apr-02 10:35
H.P.9-Apr-02 10:35 
GeneralWrite binary file . URGENT !!!!! Pin
mimi9-Apr-02 9:23
mimi9-Apr-02 9:23 
GeneralRe: Write binary file . URGENT !!!!! Pin
David Wengier11-Apr-02 15:06
David Wengier11-Apr-02 15:06 
GeneralRe: Write binary file . URGENT !!!!! Pin
Fernando Finelli26-Apr-02 7:36
Fernando Finelli26-Apr-02 7:36 
Generalconnect to encrypted Access file(*.mdb) Pin
9-Apr-02 6:48
suss9-Apr-02 6:48 
GeneralHelp me to display Unicode font on menu bar. Pin
Vu Truong9-Apr-02 2:10
Vu Truong9-Apr-02 2:10 
GeneralRe: Help me to display Unicode font on menu bar. Pin
Paul M Watt21-Apr-02 10:43
mentorPaul M Watt21-Apr-02 10:43 
Generallimit text lenght Pin
infinity_0068-Apr-02 10:19
infinity_0068-Apr-02 10:19 
GeneralRe: limit text lenght Pin
Henk Groenewoud18-Apr-02 2:53
Henk Groenewoud18-Apr-02 2:53 
GeneralCrystal User Defined Functions Pin
Gambit8-Apr-02 9:59
Gambit8-Apr-02 9:59 
GeneralRe: Crystal User Defined Functions Pin
Nick Parker10-Apr-02 6:27
protectorNick Parker10-Apr-02 6:27 
GeneralARRAY from VB into ACCESS TABLE . PLEASE HELP !!!!!! Pin
mimi8-Apr-02 9:20
mimi8-Apr-02 9:20 
GeneralTreeView Pin
7-Apr-02 5:02
suss7-Apr-02 5:02 
GeneralRe: TreeView Pin
David Wengier7-Apr-02 8:12
David Wengier7-Apr-02 8:12 
GeneralRe: TreeView Pin
Fernando Finelli26-Apr-02 7:39
Fernando Finelli26-Apr-02 7:39 

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.