Click here to Skip to main content
15,900,258 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: setting the track bar control Pin
hpAng6-Jul-04 23:49
hpAng6-Jul-04 23:49 
GeneralRe: setting the track bar control Pin
Prowess7-Jul-04 0:23
Prowess7-Jul-04 0:23 
GeneralAdding User-Controlled Sound to Visual Basic .NET Pin
6-Jul-04 20:58
suss6-Jul-04 20:58 
GeneralRe: Adding User-Controlled Sound to Visual Basic .NET Pin
hpAng6-Jul-04 21:33
hpAng6-Jul-04 21:33 
GeneralRe: Adding User-Controlled Sound to Visual Basic .NET Pin
hpAng6-Jul-04 23:11
hpAng6-Jul-04 23:11 
Generalquery interface in VB??..... Pin
kunja_chan6-Jul-04 11:15
kunja_chan6-Jul-04 11:15 
GeneralRe: query interface in VB??..... Pin
beowulfagate6-Jul-04 13:52
beowulfagate6-Jul-04 13:52 
GeneralRe: query interface in VB??..... Pin
The Man from U.N.C.L.E.19-Jul-04 7:29
The Man from U.N.C.L.E.19-Jul-04 7:29 
A better method (object orientated etc.) would be to use IsInstanceOf e.g. to find out if MyObject implements the interface IMyInterface use the following code.
VB
GetType(IMyInterface).IsInstanceOfType(MyObject)

GeneralDisplay Images Pin
Brad Fackrell6-Jul-04 8:43
Brad Fackrell6-Jul-04 8:43 
GeneralRe: Display Images Pin
beowulfagate6-Jul-04 13:49
beowulfagate6-Jul-04 13:49 
QuestionTwo listboxes on same form appear linked? Pin
drluggo6-Jul-04 3:20
drluggo6-Jul-04 3:20 
AnswerRe: Two listboxes on same form appear linked? Pin
Dave Kreskowiak6-Jul-04 4:24
mveDave Kreskowiak6-Jul-04 4:24 
GeneralAccessing parallel port by using VB.Net Pin
marcus_gsh5-Jul-04 21:23
sussmarcus_gsh5-Jul-04 21:23 
GeneralRe: Accessing parallel port by using VB.Net Pin
Dave Kreskowiak6-Jul-04 2:54
mveDave Kreskowiak6-Jul-04 2:54 
GeneralRe: Accessing parallel port by using VB.Net Pin
marcus_gsh7-Jul-04 20:07
sussmarcus_gsh7-Jul-04 20:07 
GeneralMail program in VB6 Pin
Ravi S.V.5-Jul-04 19:34
Ravi S.V.5-Jul-04 19:34 
GeneralRe: Mail program in VB6 Pin
Hesham Amin5-Jul-04 22:12
Hesham Amin5-Jul-04 22:12 
GeneralQuestion for the VB guys Pin
#realJSOP5-Jul-04 15:55
professional#realJSOP5-Jul-04 15:55 
QuestionProblems in VB.net? Pin
mythinky5-Jul-04 15:39
mythinky5-Jul-04 15:39 
AnswerRe: Problems in VB.net? Pin
Colin Angus Mackay6-Jul-04 1:00
Colin Angus Mackay6-Jul-04 1:00 
AnswerRe: Problems in VB.net? Pin
Dave Kreskowiak6-Jul-04 3:10
mveDave Kreskowiak6-Jul-04 3:10 
AnswerRe: Problems in VB.net? Pin
Martin Dionne14-Jul-04 12:07
Martin Dionne14-Jul-04 12:07 
QuestionHow does Unload works exactly? Pin
jlopezpenalba5-Jul-04 5:18
jlopezpenalba5-Jul-04 5:18 
AnswerRe: How does Unload works exactly? Pin
beowulfagate5-Jul-04 14:01
beowulfagate5-Jul-04 14:01 
GeneralRe: How does Unload works exactly? Pin
jlopezpenalba5-Jul-04 21:11
jlopezpenalba5-Jul-04 21:11 

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.