Click here to Skip to main content
15,889,216 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: How do I check programmatically if installed version of ACE OleDb is 64 or 32 bit version? Pin
yanghua9414-Feb-12 5:42
yanghua9414-Feb-12 5:42 
QuestionvsFlexgrid 8 ActiveX Pin
Jim Giles9-Feb-12 10:39
Jim Giles9-Feb-12 10:39 
QuestionWhat should i install ? Pin
alejx9-Feb-12 3:55
alejx9-Feb-12 3:55 
AnswerRe: What should i install ? Pin
Simon_Whale9-Feb-12 4:22
Simon_Whale9-Feb-12 4:22 
GeneralRe: What should i install ? Pin
alejx9-Feb-12 7:23
alejx9-Feb-12 7:23 
GeneralRe: What should i install ? Pin
Framework .l.9-Feb-12 14:18
Framework .l.9-Feb-12 14:18 
QuestionProblems with marshaling Pin
Florian Krätschmer8-Feb-12 23:42
Florian Krätschmer8-Feb-12 23:42 
QuestionA code in VB.NET. Pin
hansoctantan8-Feb-12 22:40
professionalhansoctantan8-Feb-12 22:40 
Hi guys, I have a question...
I created an Image TIF Viewer and its working fine (Zooming, Move Up Down Left Right, Rotate, Next and Previous Page).
This image viewer is not that high level app cause I just use Panel and Picturebox in it. The problem is I can't run this program to a lower version of windows so I decided to use Visual Basic 6. The problem is some of the datatypes is new to me, I just found them in the Internet.
This is the part that I don't know how to convert it in VB6

I use this code to view the multi-tiff image
VB
Dim objGuid As Guid = (objImage.FrameDimensionsList(0))
Dim objDimension As System.Drawing.Imaging.FrameDimension = New System.Drawing.Imaging.FrameDimension(objGuid)
imgTotalPage = objImage.GetFrameCount(objDimension)
objImage.SelectActiveFrame(objDimension, imgPage)


the Guid and this System.Drawing.Imaging.FrameDimension, is there a same type of this in VB6?

Any answer/reply/comment is appreciated.Thumbs Up | :thumbsup:
Thanks in advance... Big Grin | :-D

modified 9-Feb-12 5:38am.

AnswerRe: A code in VB.NET. Pin
JR2129-Feb-12 1:40
JR2129-Feb-12 1:40 
AnswerRe: A code in VB.NET. Pin
Simon_Whale9-Feb-12 1:59
Simon_Whale9-Feb-12 1:59 
AnswerRe: A code in VB.NET. Pin
Dave Kreskowiak9-Feb-12 2:10
mveDave Kreskowiak9-Feb-12 2:10 
GeneralRe: A code in VB.NET. Pin
hansoctantan9-Feb-12 3:28
professionalhansoctantan9-Feb-12 3:28 
AnswerRe: A code in VB.NET. Pin
Bernhard Hiller9-Feb-12 22:02
Bernhard Hiller9-Feb-12 22:02 
GeneralRe: A code in VB.NET. Pin
Simon_Whale9-Feb-12 22:53
Simon_Whale9-Feb-12 22:53 
QuestionDatagridview not showing my list(of object) Pin
Sonhospa8-Feb-12 8:22
Sonhospa8-Feb-12 8:22 
AnswerRe: Datagridview not showing my list(of object) Pin
Luc Pattyn8-Feb-12 9:30
sitebuilderLuc Pattyn8-Feb-12 9:30 
General(Resolved): Datagridview not showing my list(of object) Pin
Sonhospa10-Feb-12 0:36
Sonhospa10-Feb-12 0:36 
AnswerRe: (Resolved): Datagridview not showing my list(of object) Pin
Luc Pattyn10-Feb-12 1:01
sitebuilderLuc Pattyn10-Feb-12 1:01 
AnswerRe: Datagridview not showing my list(of object) Pin
Simon_Whale9-Feb-12 22:58
Simon_Whale9-Feb-12 22:58 
AnswerRe: Datagridview not showing my list(of object) Pin
Luc Pattyn9-Feb-12 23:38
sitebuilderLuc Pattyn9-Feb-12 23:38 
GeneralRe: Datagridview not showing my list(of object) Pin
Simon_Whale9-Feb-12 23:44
Simon_Whale9-Feb-12 23:44 
General(Resolved): Datagridview not showing my list(of object) Pin
Sonhospa10-Feb-12 0:40
Sonhospa10-Feb-12 0:40 
GeneralRe: (Resolved): Datagridview not showing my list(of object) Pin
Simon_Whale10-Feb-12 1:07
Simon_Whale10-Feb-12 1:07 
QuestionDiamond Looping Pin
Framework .l.7-Feb-12 14:51
Framework .l.7-Feb-12 14:51 
AnswerRe: Diamond Looping Pin
Johan Hakkesteegt7-Feb-12 21:18
Johan Hakkesteegt7-Feb-12 21:18 

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.