First  |  Prev |  Next  |  Last
Pages: 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54
Convert UTF-16 Unicode to UTF-8 Unicode?
How can I convert a UTF-16 (also known as UTF-7) unicode text file to a UTF-8 unicode text file? Thanks, Greg ... 2 Apr 2010 12:38
Twips, Pixels, and Font size
I'm using VB5. If I set FORM1.FONT = "Courier New" FORM1.FONTSIZE = 10 TEXT = "A" real_variable = FORM1.FONTSIZE PRINT real_variable, SCREEN.TwipsPerPixelX, SCREEN.TwipsPerPixelY, TextHeight(TEXT), TextWidth(TEXT) it prints 9.75 15 15 240 120 Why did it change my font size from 10 to 9.75. My hun... 1 Apr 2010 18:02
SendKeys/MySendKeys (Karl)
Hi Karl, It'd help to have a better definition of "not processed correctly." <g> when I use 'Call MySendKeys("@&\3öäi~|²µ")' to Notepad, there will arrive "q&ß3öäi+<2m". For explanation: @ = Q-Key with Alt Gr (VCode = 81, ScanCode = 16), \ = ß-Key with Alt Gr (VCode = 219, ScanCode = 12), ~ = +-Key... 7 Apr 2010 15:48
Hovering over an ActiveX object
Hello, I insert an ActiveX object in Excel which possesses a _MouseMove (x,y) event The object has not a tooltip property How can I display a text when hovering over the object an hiding it when the mouse leaves it Thanks Avi ... 1 Apr 2010 23:34
SendKeys/MySendMyKeys (Karl)
Hi *.*, I wanted to replace the VB-"SendKeys" by Karl E.Peterson's "MySendKeys" with the module header: ' Updated 29-Jan-2009 to add support for Unicode characters embedded ' in strings passed to MySendKeys(). But I realized, that characters, which are generated using "Alt Gr" like "@", ... 1 Apr 2010 14:39
Anyone heard of On Local Error.... and is it any different to On Error...?
I can remember reading somewhere about On Local Error... and typed this into a new app just to see whether VB would barf. It didn't. However, the online help doesn't mention On Local Error at all. MM ... 1 Apr 2010 14:39
SHBrowseForFolder function broken in Win7
I use the SHBrowseForFolder function with .ulFlags = BIF_RETURNONLYFSDIRS to get a pick folder dialog (network Shared folders). It works fine in XP but in Win7 and I assume Vista it opens a dialog with no entries, no errors. I wasted a lot of time establishing there were truly some shared folders with full rights on... 31 Mar 2010 18:51
VB Editor in Excel
Does anyone know of a way to force the VB editor to remember window size and position? I am doing some coding in Excel and have to re-size these every time I open my project VB editor. tia Vgolfmaster -- "Friends Don''t Let Friends Dial-Up" ... 31 Mar 2010 14:23
SQL Question
Hello folks, I'm reposting this here because I haven't gotten response elsewhere and I know that people here are Jet SQL savvy: sfdavidkaye2(a)yahoo.com (David Kaye) wrote: Here's the deal. I'm trying to select only the records with the largest count of a particular condition. It's a list of recording art... 11 Apr 2010 04:45
Project Explrer
I have lost the Project Explorer windows in VB6. I have searched the Web and found many with the same problem but have not found any answer. What did I do and how can I undo it. Thanks Marv ... 31 Mar 2010 13:16
First  |  Prev |  Next  |  Last
Pages: 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54