Click here to Skip to main content
16,011,754 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionHow to change color of already select listview text on external listview? Pin
method0073-Jul-06 8:54
method0073-Jul-06 8:54 
AnswerRe: How to change color of already select listview text on external listview? Pin
Dave Kreskowiak3-Jul-06 9:25
mveDave Kreskowiak3-Jul-06 9:25 
QuestionArrays in ASP. Pin
NaNg152413-Jul-06 6:34
NaNg152413-Jul-06 6:34 
AnswerRe: Arrays in ASP. Pin
Dave Kreskowiak3-Jul-06 7:38
mveDave Kreskowiak3-Jul-06 7:38 
QuestionError using HttpWebRequest [modified] Pin
Setesh823-Jul-06 6:21
Setesh823-Jul-06 6:21 
AnswerRe: Error using HttpWebRequest [modified] Pin
Setesh823-Jul-06 6:41
Setesh823-Jul-06 6:41 
QuestionOpen a program with a function initiated Pin
szevy_suez3-Jul-06 5:00
szevy_suez3-Jul-06 5:00 
AnswerRe: Open a program with a function initiated Pin
Dave Kreskowiak3-Jul-06 5:05
mveDave Kreskowiak3-Jul-06 5:05 
No, there is no way to do this. If the app you're launching doesn't support opening certain items on launch, then you can't do it, period. This kind of functionality, also, doesn't have any standards defined for it, outside of DDE, so it's implementation would be entirely up to the application your trying to launch, if it supports it at all!

The only other method, though unreliable, would be to use SendKeys to try(!!!) to send the appropriate key strokes to the application you launched to get the functionality you want. The problem is that you have to launch the app, then wait, somehow, for the app to finish loading, then send the keystrokes. Also, between the time the app is launched and the keystrokes are sent, pray that the user doesn't hit any keys and doesn't click on anything with the mouse. Oh! Since Windows is a shared system, you also have to hope that no other application running in the system steals the input focus during that time too!


Dave Kreskowiak
Microsoft MVP - Visual Basic

GeneralRe: Open a program with a function initiated Pin
szevy_suez4-Jul-06 7:24
szevy_suez4-Jul-06 7:24 
QuestionOpen another program/software [modified] Pin
szevy_suez3-Jul-06 4:03
szevy_suez3-Jul-06 4:03 
AnswerRe: initialise another program/software Pin
Duncan Edwards Jones3-Jul-06 4:16
professionalDuncan Edwards Jones3-Jul-06 4:16 
GeneralRe: initialise another program/software Pin
szevy_suez4-Jul-06 7:25
szevy_suez4-Jul-06 7:25 
QuestionDatagrid style Pin
microuser_20003-Jul-06 2:48
microuser_20003-Jul-06 2:48 
QuestionUnloading AppDomain [modified] Pin
matsnas3-Jul-06 1:37
matsnas3-Jul-06 1:37 
AnswerRe: Unloading AppDomain [modified] Pin
Dave Kreskowiak3-Jul-06 7:41
mveDave Kreskowiak3-Jul-06 7:41 
GeneralRe: Unloading AppDomain Pin
matsnas3-Jul-06 8:40
matsnas3-Jul-06 8:40 
GeneralRe: Unloading AppDomain Pin
Dave Kreskowiak3-Jul-06 9:22
mveDave Kreskowiak3-Jul-06 9:22 
GeneralRe: Unloading AppDomain Pin
matsnas3-Jul-06 19:46
matsnas3-Jul-06 19:46 
GeneralRe: Unloading AppDomain Pin
Dave Kreskowiak5-Jul-06 1:28
mveDave Kreskowiak5-Jul-06 1:28 
GeneralRe: Unloading AppDomain Pin
matsnas3-Jul-06 20:29
matsnas3-Jul-06 20:29 
QuestionDatetime Pin
vengaqua3-Jul-06 0:01
vengaqua3-Jul-06 0:01 
QuestionPDU format Pin
vengaqua2-Jul-06 23:55
vengaqua2-Jul-06 23:55 
AnswerRe: PDU format Pin
Dave Kreskowiak3-Jul-06 2:57
mveDave Kreskowiak3-Jul-06 2:57 
QuestionSorting Pin
vengaqua2-Jul-06 23:53
vengaqua2-Jul-06 23:53 
AnswerRe: Sorting Pin
Rey99993-Jul-06 2:11
Rey99993-Jul-06 2: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.