Click here to Skip to main content
15,888,454 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: VB zipping folder Pin
crain198128-Oct-10 5:17
crain198128-Oct-10 5:17 
GeneralRe: VB zipping folder Pin
_Erik_28-Oct-10 5:32
_Erik_28-Oct-10 5:32 
GeneralRe: VB zipping folder Pin
crain198128-Oct-10 6:20
crain198128-Oct-10 6:20 
AnswerRe: VB zipping folder Pin
dan!sh 28-Oct-10 10:19
professional dan!sh 28-Oct-10 10:19 
QuestionCrystal Report Formating Pin
Nikhil Bhivgade27-Oct-10 21:44
professionalNikhil Bhivgade27-Oct-10 21:44 
AnswerRe: Crystal Report Formating Pin
Richard MacCutchan27-Oct-10 23:04
mveRichard MacCutchan27-Oct-10 23:04 
QuestionTextChanged event not fireing. [SOLVED] Pin
chrispowell1234527-Oct-10 5:57
chrispowell1234527-Oct-10 5:57 
AnswerRe: TextChanged event not fireing. Pin
Dave Kreskowiak27-Oct-10 6:17
mveDave Kreskowiak27-Oct-10 6:17 
Of course it doesn't fire. You completely bypassed the .NET code that would have fired the event had the text been changed through the Forms Text proprty settor when you sent the message directly to the windows message pump.

There is nothing you can do to force the target app to fire off it's TextChanged event when you used this method.


Short of extrodinary difficult effort (read: not worth the cost to develop), I don't see how you're going to pull this off.

AnswerRe: TextChanged event not fireing. Pin
_Erik_27-Oct-10 6:42
_Erik_27-Oct-10 6:42 
GeneralRe: TextChanged event not fireing. Pin
chrispowell1234527-Oct-10 23:41
chrispowell1234527-Oct-10 23:41 
QuestionScript for checking domain & Map Drive Pin
OrdinaryGal27-Oct-10 3:18
OrdinaryGal27-Oct-10 3:18 
AnswerRe: Script for checking domain & Map Drive Pin
Dave Kreskowiak27-Oct-10 5:27
mveDave Kreskowiak27-Oct-10 5:27 
GeneralRe: Script for checking domain & Map Drive Pin
OrdinaryGal27-Oct-10 5:41
OrdinaryGal27-Oct-10 5:41 
GeneralRe: Script for checking domain & Map Drive Pin
phil.o27-Oct-10 5:47
professionalphil.o27-Oct-10 5:47 
GeneralRe: Script for checking domain & Map Drive Pin
OrdinaryGal27-Oct-10 5:55
OrdinaryGal27-Oct-10 5:55 
GeneralMessage Removed Pin
27-Oct-10 8:17
flflshop27-Oct-10 8:17 
GeneralRe: Script for checking domain & Map Drive Pin
Dave Kreskowiak27-Oct-10 8:21
mveDave Kreskowiak27-Oct-10 8:21 
GeneralRe: Script for checking domain & Map Drive Pin
phil.o28-Oct-10 5:59
professionalphil.o28-Oct-10 5:59 
GeneralRe: Script for checking domain & Map Drive Pin
Dave Kreskowiak27-Oct-10 6:05
mveDave Kreskowiak27-Oct-10 6:05 
GeneralRe: Script for checking domain & Map Drive Pin
OrdinaryGal27-Oct-10 15:35
OrdinaryGal27-Oct-10 15:35 
GeneralRe: Script for checking domain & Map Drive Pin
Dave Kreskowiak27-Oct-10 17:22
mveDave Kreskowiak27-Oct-10 17:22 
GeneralRe: Script for checking domain & Map Drive Pin
OrdinaryGal28-Oct-10 4:17
OrdinaryGal28-Oct-10 4:17 
Questionvb .net 2008 express edition remove a row in datagridview Pin
Denis999926-Oct-10 3:01
Denis999926-Oct-10 3:01 
AnswerRe: vb .net 2008 express edition remove a row in datagridview Pin
_Erik_26-Oct-10 5:49
_Erik_26-Oct-10 5:49 
AnswerRe: vb .net 2008 express edition remove a row in datagridview Pin
DaveAuld26-Oct-10 5:49
professionalDaveAuld26-Oct-10 5:49 

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.