comp.lang.basic.visual.misc http://groups-beta.google.com/group/comp.lang.basic.visual.misc
Today's most active topics: * How should I solve this problem? - 3 new http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/415ba8d0b3743357 * problem displaying correct decimal places - 3 new http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/8af2d97846540824 * Transparent Background - 3 new http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/e1b67bc0b6649199 * Question about keeping highlight in ListView - 3 new http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/1e2526d54e8df94d * Winsock control and threads - anyone????? - 3 new http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/7d95136df7c71abb Active Topics ============= BitBLT and Jpg (Please Help) - all new ---------------------------------- ... ... Yep. Raining here in Ormskirk too. But then I'm a bit of an odd ball, I actually like the rain :-) ... None really, a least not in your current app. StretchBlt (and BitBlt and the other API graphic routines) are usually a lot faster than the equivalent VB PaintPicture method when drawing to the display or to a Picture Box, but shaving a few milliseconds off a job doesn't matter much when drawing to very slow external hardware, such as a printer. Besides, the VB PaintPicture method is very "intelligent", and it is... - Sat, Sep 25 2004 2:02 am 1 message, 1 author http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/ce73057e3e41448a How should I solve this problem? - 3 new ---------------------------------- Hi, Here's the scenario. I need to parse between 1 and 20 text files every 60 seconds (they change on the server and I download them). What I'd ideally like to do is have some sort of multiple "thread" operation where each text file has it's own 60 second timer and has it's own status bar and is basically it's own object (kinda like kazaa downloads but not as complex). I could just have one 60 second timer that loops through all text files, but occasionly some take longer than others, so by the time the... - Sat, Sep 25 2004 9: 30 am 3 messages, 3 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/415ba8d0b3743357 MSFlexGrid - combining cessl across rows & columns - all new ---------------------------------- I am working on an app using MSFlexGrid and cannot get the MergeCol and MergeRow to work correctly. I can get this: ... is off the window, then the cells in the 2nd column under Jeckyl (column 5) containing 'Out of office' merge Or this: ... What I'd like to see is this: ... I am using VB5.0 and MSFlexgrid 6.0 (sp3) This is the code that gets me the first example: Private Sub fnAppointGridFill() Dim qdf As DAO.QueryDef Dim tApptS As Date, tApptE As Date, i As Integer, j As Integer Dim iRow As Integer, iCol As Integer, PrevID... - Sat, Sep 25 2004 10:38 am 1 message, 1 author http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/c5e189fb3c54e5c0 Form does not react on mouse events - 2 new ---------------------------------- On Fri, 24 Sep 2004 09:47:16 +0200, "Peter" you typed some letters in random order: ... Nope.... Groetjenz, Mickey... - Sat, Sep 25 2004 10:35 am 2 messages, 2 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/b28865e3a8ce5592 App wide keypress/mouse detect? - all new ---------------------------------- ... This struck me as a potentially useful thing to have, so I checked out the API guide and API viewer, and put this together. It will record the last time of any mouse or keyboard activity within an application. I put a simple example of using it at the end. I may put something like this in one or two apps of my own one of these days. 'In a module: Option Explicit Private Const WH_KEYBOARD As Long = 2 Private Const WH_MOUSE As Long = 7 Private Declare Function UnhookWindowsHookEx Lib "user32.dll" ( _ ... Private Declare Function CallNextHookEx Lib... - Sat, Sep 25 2004 11:33 am 1 message, 1 author http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/cfd91cfd20e75dfb problem displaying correct decimal places - 3 new ---------------------------------- I'm writing a very simple program that adds up numbers (prices of various items) inputted by the user and displays them in a picture box. I have the variables defined as currency but if the user doesn't type in ".00" then the output doesn't include it. How do I code it so the output always includes two decimal places? Derek ... - Sat, Sep 25 2004 11:52 am 3 messages, 3 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/8af2d97846540824 Rounding or truncating scientific notation - all new ---------------------------------- ... ... Hey, as a "format scientific if needed" function it works for me. . .. - Sat, Sep 25 2004 11:56 am 1 message, 1 author http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/7234a60a65d8e936 Transparent Background - 3 new ---------------------------------- I have a project to either find or create a countdown clock centered on the monitor with a transparent background (so only the numbers show). My question is: can this be done? While it would be nice to see an example, a simple yes or no would be helpful too. Matthew ... - Sat, Sep 25 2004 4:01 pm 3 messages, 2 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/e1b67bc0b6649199 Vb app running in background - all new ---------------------------------- Hi, I have a multi-media keyboard, with Play-Stop-Next-Prev keys on which control songs playing in Windows Media Player. However I use Winamp5 so I have wrote a program that looks at the keys, when they are pressed it send the appropriate commend to winamp. This works while my program has focus, but if im using IE/Mozilla/ MS Paint etc the focus is on that program and not mine, so the short cut keys don't work. How can I have my prog running in the background so it will recognise when the keys are pressed ?... - Sat, Sep 25 2004 5:21 pm 1 message, 1 author http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/61368793ff677b Question about keeping highlight in ListView - 3 new ---------------------------------- Topic pretty much says it all. I have a ListView in my project, and it works pretty good. But when I selected an item, and click somewhere else (other than the ListView box) the highlight over the selection disappears. How do I keep it from disappearing? So say, you highlight something, then click a command button, and have the highlight not disappear. I seen this done in other apps, and I thought there was a setting to enable this, but can't find it... Any help would be appreciated. ... - Sat, Sep 25 2004 8:33 pm 3 messages, 2 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/1e2526d54e8df94d Winsock control and threads - anyone????? - 3 new ---------------------------------- ... But I'm doing it the VB way that is using ActiveX EXE with thread per object option which mean that every object will be created in it's own thread. So this is the VB way of doing multithreaded application, and from what I see in MSDN it should work, since they say that Sockets Descriptors are valid among threads of the same process. Try to see the original message (I dont know why a new message was created when I tried to post a followup message) http://groups.google.com/groups?q=Winsock+threads+ophir&hl=en&lr=&ie=UTF-8& selm=ec2c754d.0409221418.3a518f58%40posting.google.com&rnum=... - Sat, Sep 25 2004 11:35 pm 3 messages, 2 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/7d95136df7c71abb VBA combo box problem with Great plains - all new ---------------------------------- hi, i got problem in Great plians that i can't add any item to the combobox or any listing control ,so if you have any solution for this please send me soon as i really want it thank you ... - Sun, Sep 26 2004 12:38 am 1 message, 1 author http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/d4056c0037820fca ======================================================================= You received this message because you are subscribed to the Google Groups "comp.lang.basic.visual.misc". comp.lang.basic.visual.misc http://groups-beta.google.com/group/comp.lang.basic.visual.misc Change your subscription type & other preferences: * click http://groups-beta.google.com/group/comp.lang.basic.visual.misc/subscribe Report abuse: * send email explaining the problem to [EMAIL PROTECTED] Unsubscribe: * click http://groups-beta.google.com/group/comp.lang.basic.visual.misc/subscribe ======================================================================= Google Groups: http://groups-beta.google.com
