Click here to Skip to main content
15,921,279 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: So Mad Pin
tanstaafl286-Jun-04 13:50
tanstaafl286-Jun-04 13:50 
GeneralCrystal Reports function Pin
Jane Ng2-Jun-04 19:59
Jane Ng2-Jun-04 19:59 
GeneralRe: Crystal Reports function [EDITED] Pin
Dave Kreskowiak3-Jun-04 3:48
mveDave Kreskowiak3-Jun-04 3:48 
Questionhow can i gei the menory size that one application used in vb Pin
huoyw2-Jun-04 17:49
huoyw2-Jun-04 17:49 
AnswerRe: how can i gei the menory size that one application used in vb Pin
Dave Kreskowiak3-Jun-04 3:41
mveDave Kreskowiak3-Jun-04 3:41 
GeneralRe: how can i gei the menory size that one application used in vb Pin
huoyw7-Jun-04 21:11
huoyw7-Jun-04 21:11 
GeneralRe: how can i gei the menory size that one application used in vb Pin
Dave Kreskowiak8-Jun-04 0:29
mveDave Kreskowiak8-Jun-04 0:29 
GeneralDirectX Pin
zman9002-Jun-04 17:44
zman9002-Jun-04 17:44 
I've seen tons of samples online of using the VB-Addin control for VB6 for using DirectX, more importantly the directdraw portion.

I was able to muster up some Declarations to DDraw.dll (which was hard to find)...

Declare Function DirectDrawCreate Lib "ddraw.dll" (ByRef pGuid As GUID, ByRef lplpDD As DIRECTDRAW, ByVal pUnkOuter As Long ) As Long
Declare Function DirectDrawCreateEx Lib "ddraw.dll" (ByRef lpGuid As GUID, lplpDD As Any, ByVal iid As Long, ByVal pUnkOuter As Long ) As Long
Declare Function DirectDrawCreateClipper Lib "ddraw.dll" (ByVal dwFlags As Long, ByRef lplpDDClipper As DIRECTDRAWCLIPPER, ByVal pUnkOuter As Long ) As Long
Declare Function DirectDrawEnumerate Lib "ddraw.dll" Alias "DirectDrawEnumerateA" (ByRef lpCallback As DDENUMCALLBACKA, lpContext As Any ) As Long
Declare Function DirectDrawEnumerateA Lib "ddraw.dll" (ByRef lpCallback As DDENUMCALLBACKA, lpContext As Any ) As Long
Declare Function DirectDrawEnumerateEx Lib "ddraw.dll" Alias "DirectDrawEnumerateExA" (ByRef lpCallback As DDENUMCALLBACKEXA, lpContext As Any, ByVal dwFlags As Long ) As Long
Declare Function DirectDrawEnumerateExA Lib "ddraw.dll" (ByRef lpCallback As DDENUMCALLBACKEXA, lpContext As Any, ByVal dwFlags As Long ) As Long

GUID CLSID_DirectDraw = "{d7b70ee0-4340-11cf-b063-0020afc2cd35}"

Can someone give me some insight on how to get at the DirectX with these or are there other procedures that I also need before using these WITHOUT the Addin because I only have VB4 not VB6 besides the application I am making I want to make it so that I could port the code into a language like C++ if I could wiht little effort......
GeneralRe: DirectX Pin
Dave Kreskowiak3-Jun-04 3:37
mveDave Kreskowiak3-Jun-04 3:37 
GeneralRe: DirectX Pin
zman9003-Jun-04 19:24
zman9003-Jun-04 19:24 
GeneralRe: DirectX Pin
Dave Kreskowiak4-Jun-04 0:17
mveDave Kreskowiak4-Jun-04 0:17 
QuestionUi? Pin
Boggahutt872-Jun-04 13:29
Boggahutt872-Jun-04 13:29 
AnswerRe: Ui? Pin
Dave Kreskowiak3-Jun-04 3:30
mveDave Kreskowiak3-Jun-04 3:30 
QuestionHow to get the default printer? Pin
Anonymous2-Jun-04 11:45
Anonymous2-Jun-04 11:45 
AnswerRe: How to get the default printer? Pin
Dave Kreskowiak3-Jun-04 3:08
mveDave Kreskowiak3-Jun-04 3:08 
GeneralRe: How to get the default printer? Pin
Anonymous3-Jun-04 4:02
Anonymous3-Jun-04 4:02 
GeneralRe: How to get the default printer? Pin
Dave Kreskowiak3-Jun-04 4:32
mveDave Kreskowiak3-Jun-04 4:32 
GeneralRe: How to get the default printer? Pin
Dave Kreskowiak3-Jun-04 4:46
mveDave Kreskowiak3-Jun-04 4:46 
GeneralRe: How to get the default printer? Pin
Anonymous3-Jun-04 4:41
Anonymous3-Jun-04 4:41 
GeneralRe: How to get the default printer? Pin
Dave Kreskowiak3-Jun-04 4:47
mveDave Kreskowiak3-Jun-04 4:47 
GeneralRe: How to get the default printer? Pin
Anonymous3-Jun-04 5:14
Anonymous3-Jun-04 5:14 
GeneralRe: How to get the default printer? Pin
Dave Kreskowiak3-Jun-04 5:44
mveDave Kreskowiak3-Jun-04 5:44 
GeneralRe: How to get the default printer? Pin
Anonymous3-Jun-04 6:37
Anonymous3-Jun-04 6:37 
GeneralLet's make more simple. Pin
Anonymous2-Jun-04 10:34
Anonymous2-Jun-04 10:34 
GeneralRe: Let's make more simple. Pin
Dave Kreskowiak3-Jun-04 2:52
mveDave Kreskowiak3-Jun-04 2:52 

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.