Click here to Skip to main content
15,906,645 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionHow to open my application by Active X ? Pin
cylix200023-Apr-06 19:01
cylix200023-Apr-06 19:01 
AnswerRe: How to open my application by Active X ? Pin
Dave Kreskowiak24-Apr-06 6:05
mveDave Kreskowiak24-Apr-06 6:05 
GeneralRe: How to open my application by Active X ? Pin
cylix200024-Apr-06 15:22
cylix200024-Apr-06 15:22 
GeneralRe: How to open my application by Active X ? Pin
Dave Kreskowiak25-Apr-06 1:37
mveDave Kreskowiak25-Apr-06 1:37 
QuestionProblems with GetCaretPos API function Pin
Husam Burhan23-Apr-06 18:31
Husam Burhan23-Apr-06 18:31 
AnswerRe: Problems with GetCaretPos API function Pin
Dave Kreskowiak24-Apr-06 5:43
mveDave Kreskowiak24-Apr-06 5:43 
QuestionRe: Problems with GetCaretPos API function Pin
Husam Burhan24-Apr-06 9:12
Husam Burhan24-Apr-06 9:12 
AnswerRe: Problems with GetCaretPos API function Pin
Dave Kreskowiak24-Apr-06 11:35
mveDave Kreskowiak24-Apr-06 11:35 
Yes. But, GetCaretPos only works on the window that has the focus, or in other words, the window foreground window. You can't specify which window the function should work on.

The coordinates returned are the coordinates relative to the window the caret is in, or the client window, not the absolute screen position of the caret.

If you wanted to get the caret position of any window, you would first have to bring that window to the foreground and give the focus to the window that you wanted to get the caret position from.

Dave Kreskowiak
Microsoft MVP - Visual Basic

QuestionHow to set the the form owner to an application? Pin
cylix200023-Apr-06 17:31
cylix200023-Apr-06 17:31 
AnswerRe: How to set the the form owner to an application? Pin
Dave Kreskowiak24-Apr-06 5:29
mveDave Kreskowiak24-Apr-06 5:29 
QuestionHow to change the bold style for the text selection which consist of two or more font styles Pin
Chatura Dilan23-Apr-06 16:35
Chatura Dilan23-Apr-06 16:35 
AnswerRe: How to change the bold style for the text selection which consist of two or more font styles Pin
Dave Kreskowiak24-Apr-06 5:34
mveDave Kreskowiak24-Apr-06 5:34 
GeneralRe: How to change the bold style for the text selection which consist of two or more font styles Pin
Chatura Dilan24-Apr-06 15:03
Chatura Dilan24-Apr-06 15:03 
QuestionNeed help with Public Property Timer() Pin
Jirikub23-Apr-06 15:30
Jirikub23-Apr-06 15:30 
AnswerRe: Need help with Public Property Timer() Pin
Steve Pullan23-Apr-06 15:51
Steve Pullan23-Apr-06 15:51 
GeneralRe: Need help with Public Property Timer() Pin
Jirikub24-Apr-06 4:47
Jirikub24-Apr-06 4:47 
GeneralRe: Need help with Public Property Timer() Pin
Dave Kreskowiak24-Apr-06 5:27
mveDave Kreskowiak24-Apr-06 5:27 
GeneralRe: Need help with Public Property Timer() Pin
Jirikub24-Apr-06 5:42
Jirikub24-Apr-06 5:42 
GeneralRe: Need help with Public Property Timer() Pin
Dave Kreskowiak24-Apr-06 5:53
mveDave Kreskowiak24-Apr-06 5:53 
GeneralRe: Need help with Public Property Timer() Pin
Jirikub25-Apr-06 5:31
Jirikub25-Apr-06 5:31 
QuestionHow to play music files in vb.net applications? Pin
KaKa'23-Apr-06 15:29
KaKa'23-Apr-06 15:29 
AnswerRe: How to play music files in vb.net applications? Pin
Yuvi Panda23-Apr-06 20:46
Yuvi Panda23-Apr-06 20:46 
QuestionTable Adapters Pin
lupa-nikki23-Apr-06 12:17
lupa-nikki23-Apr-06 12:17 
QuestionCall Java Code From VB.net ? Pin
ALQallaf23-Apr-06 11:48
ALQallaf23-Apr-06 11:48 
AnswerRe: Call Java Code From VB.net ? Pin
Dave Kreskowiak23-Apr-06 13:43
mveDave Kreskowiak23-Apr-06 13:43 

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.