Click here to Skip to main content
15,919,613 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionChecked Listbox Pin
Gitosh18-Jun-06 23:46
Gitosh18-Jun-06 23:46 
Questiondatagrid Pin
taherjaorawala18-Jun-06 21:37
taherjaorawala18-Jun-06 21:37 
AnswerRe: datagrid Pin
Werries23-Jun-06 7:24
Werries23-Jun-06 7:24 
QuestionString$ function in VB6 Pin
angelagke18-Jun-06 16:51
angelagke18-Jun-06 16:51 
AnswerRe: String$ function in VB6 Pin
Colin Angus Mackay18-Jun-06 18:00
Colin Angus Mackay18-Jun-06 18:00 
GeneralRe: String$ function in VB6 Pin
angelagke18-Jun-06 19:28
angelagke18-Jun-06 19:28 
Questionsending methods to an object compiled within an exe Pin
andrucko18-Jun-06 15:41
andrucko18-Jun-06 15:41 
AnswerRe: sending methods to an object compiled within an exe Pin
Dave Kreskowiak18-Jun-06 18:38
mveDave Kreskowiak18-Jun-06 18:38 
You cannot send "methods" to other applications. You can't send methods to anything actually. What you're seeing is SnagIt sending Windows Win32 messages to those controls. You need to get the Window Handle of the control that you want to send messages to, then call the Win32 function SendMessage to send whatever messages you need to to that control.

This is nothing new. This is how Windows has worked for years. There's nothing in the .NET Framework that makes this any easier than it was 10 years ago.


Dave Kreskowiak
Microsoft MVP - Visual Basic

Questionproblem using DTS in vb.net Pin
saneng18-Jun-06 3:59
saneng18-Jun-06 3:59 
Question.net 2.0 Pin
golak_6218-Jun-06 3:59
golak_6218-Jun-06 3:59 
GeneralThe ways of make the print come ture ! Pin
snailflying18-Jun-06 3:22
snailflying18-Jun-06 3:22 
GeneralRe: The ways of make the print come ture ! Pin
Dave Kreskowiak18-Jun-06 8:07
mveDave Kreskowiak18-Jun-06 8:07 
Questionsending email [modified] Pin
microuser_200018-Jun-06 1:54
microuser_200018-Jun-06 1:54 
AnswerRe: sending email Pin
Dave Kreskowiak18-Jun-06 2:48
mveDave Kreskowiak18-Jun-06 2:48 
GeneralRe: sending email Pin
microuser_200019-Jun-06 1:42
microuser_200019-Jun-06 1:42 
GeneralRe: sending email Pin
Dave Kreskowiak19-Jun-06 3:30
mveDave Kreskowiak19-Jun-06 3:30 
GeneralRe: sending email [modified] Pin
microuser_200020-Jun-06 1:31
microuser_200020-Jun-06 1:31 
GeneralRe: sending email Pin
Dave Kreskowiak20-Jun-06 11:25
mveDave Kreskowiak20-Jun-06 11:25 
GeneralRe: sending email Pin
microuser_200020-Jun-06 20:21
microuser_200020-Jun-06 20:21 
GeneralRe: sending email Pin
Dave Kreskowiak21-Jun-06 1:24
mveDave Kreskowiak21-Jun-06 1:24 
AnswerRe: sending email Pin
himuskanhere19-Jun-06 0:21
himuskanhere19-Jun-06 0:21 
QuestionWhy listview could not show good image? Pin
rushing17-Jun-06 23:50
rushing17-Jun-06 23:50 
AnswerRe: Why listview could not show good image? Pin
Dave Kreskowiak18-Jun-06 3:03
mveDave Kreskowiak18-Jun-06 3:03 
QuestionHow to extract part of a string Pin
dragon5217-Jun-06 18:11
dragon5217-Jun-06 18:11 
AnswerRe: How to extract part of a string Pin
progload17-Jun-06 18:40
progload17-Jun-06 18:40 

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.