Click here to Skip to main content
15,893,814 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Composite video or s-video in VB6 using msvidctl Pin
ant9998883-Aug-09 12:48
ant9998883-Aug-09 12:48 
GeneralRe: Composite video or s-video in VB6 using msvidctl Pin
Mycroft Holmes3-Aug-09 13:51
professionalMycroft Holmes3-Aug-09 13:51 
AnswerRe: Composite video or s-video in VB6 using msvidctl Pin
Dave Kreskowiak3-Aug-09 8:08
mveDave Kreskowiak3-Aug-09 8:08 
GeneralRe: Composite video or s-video in VB6 using msvidctl Pin
ant9998883-Aug-09 12:52
ant9998883-Aug-09 12:52 
GeneralRe: Composite video or s-video in VB6 using msvidctl Pin
Dave Kreskowiak3-Aug-09 16:24
mveDave Kreskowiak3-Aug-09 16:24 
AnswerRe: Composite video or s-video in VB6 using msvidctl Pin
THEBAULT Jacques5-Aug-23 6:23
THEBAULT Jacques5-Aug-23 6:23 
GeneralRe: Composite video or s-video in VB6 using msvidctl Pin
Richard Deeming6-Aug-23 22:17
mveRichard Deeming6-Aug-23 22:17 
QuestionRe: Composite video or s-video in VB6 using msvidctl Pin
THEBAULT Jacques10-Aug-23 0:43
THEBAULT Jacques10-Aug-23 0:43 
Hello,
Thank you for your attention.
I can understand your surprise, and I've been surprised myself to get an answer after such a long time !
First, I've never been a software developer, I'm just an aerospatial engineer retired for a long time.
When retired, I begun to write applications for my personal use. It was under XP. I used first vbscript, then Excel/VBA and I discovered that it's not possible to write big real-time applications with them. So I got a VB6 license and I wrote successfuly some rather complex applications with it.
I also discovered that, even if these languages are all "VB" ones, you have each time to learn a new syntax and a new way of writing. That's the reason for what I didn't want to migrate to VB.net or other language.
Then, it was vista, win7, win10... I succeeded to reinstall VB6 under win10, and to run my programs with some minor corrections.
BUT, doing that, I lost the integrated help... So I need to use the on-line MSDN documentation (but µsoft doesn't continue to support VB6 and all the examples I can find are in VB.net or C++). Sometimes it helps me, sometimes not !
So I finally have to search in the web forums the answers to my questions.
Doing that, I discovered in the original post the existence of the MSVidCtl library and the possibility to use it in VB6. I think it can bring me a solution to my need to retrieve the power status of my monitor.
I finally succeeded to make it appear in my VB6 objects list, and when I declare : "Dim display as IMSVidDevice" i get no error.
When writing "ret = display. ", the editor proposes effectively (the wanted method) "Power". Now, for the different reasons above, I can't successfuly use the desired function.
Neither "ret = display.Power" nor "ret = display.Power (p)" works correctly, and with no help I finally will lose my last hairs (and perhaps my wife !!..)
So, if somebody could help me, it would be very very kind of him. Smile | :)
QuestionDeployment project problem Pin
cstrader2323-Aug-09 2:57
cstrader2323-Aug-09 2:57 
AnswerRe: Deployment project problem Pin
Dave Kreskowiak3-Aug-09 3:24
mveDave Kreskowiak3-Aug-09 3:24 
GeneralRe: Deployment project problem Pin
cstrader2323-Aug-09 7:13
cstrader2323-Aug-09 7:13 
GeneralRe: Deployment project problem Pin
Kschuler3-Aug-09 7:56
Kschuler3-Aug-09 7:56 
Questionshort message texts(sms) Pin
sikadiwe3-Aug-09 2:17
sikadiwe3-Aug-09 2:17 
AnswerRe: short message texts(sms) Pin
Dave Kreskowiak3-Aug-09 3:20
mveDave Kreskowiak3-Aug-09 3:20 
AnswerRe: short message texts(sms) Pin
Mycroft Holmes3-Aug-09 3:37
professionalMycroft Holmes3-Aug-09 3:37 
AnswerRe: short message texts(sms) Pin
Christian Graus3-Aug-09 10:45
protectorChristian Graus3-Aug-09 10:45 
QuestionRegrading Remote Access of My Application Pin
Paramu19733-Aug-09 1:47
Paramu19733-Aug-09 1:47 
AnswerRe: Regrading Remote Access of My Application Pin
Henry Minute3-Aug-09 1:58
Henry Minute3-Aug-09 1:58 
AnswerRe: Regrading Remote Access of My Application Pin
JasonD_S3-Aug-09 1:59
JasonD_S3-Aug-09 1:59 
AnswerRe: Regrading Remote Access of My Application Pin
Dave Kreskowiak3-Aug-09 2:07
mveDave Kreskowiak3-Aug-09 2:07 
GeneralRe: Regrading Remote Access of My Application Pin
Paramu19733-Aug-09 4:26
Paramu19733-Aug-09 4:26 
GeneralRe: Regrading Remote Access of My Application Pin
Paramu19733-Aug-09 4:40
Paramu19733-Aug-09 4:40 
GeneralRe: Regrading Remote Access of My Application Pin
Dave Kreskowiak3-Aug-09 7:48
mveDave Kreskowiak3-Aug-09 7:48 
QuestionHow I fill different image boxes through a loop VB.NET Pin
athinaix3-Aug-09 0:45
athinaix3-Aug-09 0:45 
AnswerRe: How I fill different image boxes through a loop VB.NET Pin
Johan Hakkesteegt3-Aug-09 1:37
Johan Hakkesteegt3-Aug-09 1:37 

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.