From: kflash on 2 Feb 2010 17:58 I have been developing an app in VB6. My development machine is an XP Pro machine but I have a Windows 7 box that I use for testing. Everything has been working great.....until today. I use a text box that I have modified to automatically capitalize the 1st letter of each word. This ocx control is based off of a text box. On the Windows 7 box, it stopped working. Does anyone have any knowledge of a change that would affect the behaviour of a text box, or anything I can do to try to fix this? This is used all through my program. Thanks in advance. Kflash
From: kflash on 2 Feb 2010 18:10 Sorry for the previous post......rebooting does wonders. Problem fixed. "kflash" wrote: > I have been developing an app in VB6. My development machine is an XP Pro > machine but I have a Windows 7 box that I use for testing. Everything has > been working great.....until today. I use a text box that I have modified > to automatically capitalize the 1st letter of each word. This ocx control > is based off of a text box. On the Windows 7 box, it stopped working. > Does anyone have any knowledge of a change that would affect the behaviour of > a text box, or anything I can do to try to fix this? This is used all > through my program. > > Thanks in advance. > > Kflash
From: Karl E. Peterson on 2 Feb 2010 18:12 kflash wrote : > Sorry for the previous post......rebooting does wonders. Problem fixed. You really oughta be apologizing for multiposting. I just answered this question elsewhere. -- ..NET: It's About Trust! http://vfred.mvps.org
From: MikeD on 2 Feb 2010 19:41 "Karl E. Peterson" <karl(a)exmvps.org> wrote in message news:uNiQ60FpKHA.4016(a)TK2MSFTNGP06.phx.gbl... > kflash wrote : >> Sorry for the previous post......rebooting does wonders. Problem >> fixed. > > You really oughta be apologizing for multiposting. I just answered this > question elsewhere. > And probably for the subject used and jumping the gun to blame this on a Win7 update. Obviously, a Win7 update did NOT break the code. -- Mike
From: Karl E. Peterson on 2 Feb 2010 19:58 on 2/2/2010, MikeD supposed : > "Karl E. Peterson" <karl(a)exmvps.org> wrote... >> kflash wrote : >>> Sorry for the previous post......rebooting does wonders. Problem fixed. >> >> You really oughta be apologizing for multiposting. I just answered this >> question elsewhere. > > And probably for the subject used and jumping the gun to blame this on a Win7 > update. Obviously, a Win7 update did NOT break the code. You might even argue the code was broken by design, for using an OCX where a one-liner would do. -- ..NET: It's About Trust! http://vfred.mvps.org
|
Pages: 1 Prev: Coming clean... Next: How do I display full paths instead of the truncated (tilde) f |