comp.lang.basic.visual.misc http://groups-beta.google.com/group/comp.lang.basic.visual.misc
Today's most active topics: * BitBLT and Jpg (Please Help) - 8 new http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/ce73057e3e41448a * Rounding or truncating scientific notation - 8 new http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/7234a60a65d8e936 * Is a control member of a Collection of controls? - 4 new http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/7aa0212387c2c720 * Package & Deployment problem - 4 new http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/eb8c3632a7867cc * Using VB3 controls in VB6 - 4 new http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/14f1543efcb22ae Active Topics ============= BitBLT and Jpg (Please Help) - 8 new ---------------------------------- ... ... I've had a look at the three jpg pictures on the link you posted. Two of them have been cropped more or less correctly (although one is slighly out) , so that the circular image of the CD sits more or less exactly inside a rectangle of similar size (within a few pixels or so). The third one ("The Corrs") is slightly different because it has been cropped a bit too large (in one dimension) so that the width of the rectangle is a bit larger than the diameter of the circular image. However, for simplicity it might be best ... - Fri, Sep 24 2004 2:18 am 8 messages, 3 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/ce73057e3e41448a Winsock control and threads - anyone????? - 2 new ---------------------------------- ... Steve thanks for the reply Your example works fine but in this case all accepted connection are handled in the same thread, exactly the situation I want to avoid. I now have the feeling that this is a problem that might be connected to fact that I'm using windows ME and that it will not appear in WIN 2000, I suspect that because I get all sort of wierd behavior in WIN ME that I did not encounter in WIN 2000. I will check on a machine running WIN 2000. Thanks Ophir ... - Fri, Sep 24 2004 4:48 am 2 messages, 2 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/7d95136df7c71abb Rounding or truncating scientific notation - 8 new ---------------------------------- Its has been some time since I used it but try FormatNumber(Variable, Number of Decimal Places) Stan ...... - Fri, Sep 24 2004 5:32 am 8 messages, 4 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/7234a60a65d8e936 Looking for Levenberg-Marquardt code (multi-variable least-squares fitting) - all new ---------------------------------- It turns out http://www.nr.com/ has Numeric Recipes in Multiple Languages. That's the ticket. Thanks y'all. ... ... - Fri, Sep 24 2004 6:39 am 1 message, 1 author http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/36194436f58207a6 Is a control member of a Collection of controls? - 4 new ---------------------------------- Hi all: I would like to know in run-time if a control is a member of a control collection or not. For example, I have the string "Command1", for each control in the form, I´ll compare its name with "Command1". When I find it I want to Know if the control is a member of a control collection. thanks in advance: Vicent Vidal ... - Fri, Sep 24 2004 6:55 am 4 messages, 4 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/7aa0212387c2c720 Package & Deployment problem - 4 new ---------------------------------- I am using the Package & Deployment wizard to create an installation of a fairly large VB6 program, which includes several exe files & data modules ( jet). I have done this successfully in the past, & expected no problems. However when trying to install from the resulting setup.exe program, it halts abruptly without displaying any error. It stops just after saying "Installing Data access Components...". However I have tried removing these from the installation & it still stops prematurely. My only thought is that I recently installed... - Fri, Sep 24 2004 7:46 am 4 messages, 3 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/eb8c3632a7867cc App wide keypress/mouse detect? - 2 new ---------------------------------- On Fri, 24 Sep 2004 06:55:56 +0000 (UTC), [EMAIL PROTECTED] (J ... AH! Looks complicated. Ok, I'll start playing around. I'll probably need a keyboard hook and a mouse hook if I'm understanding this right. Thanks for the pointer (so to speak). You'll likely hear from me again on this. My trusty old Appleman book is too old to cover this function. ... - Fri, Sep 24 2004 8:35 am 2 messages, 2 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/cfd91cfd20e75dfb Using VB3 controls in VB6 - 4 new ---------------------------------- Hi VB3 has an easy to use Grid control named GRID.VBX, I have the file. Can I make it easily available in VB6? TIA Regards.... - Fri, Sep 24 2004 10: 07 am 4 messages, 3 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/14f1543efcb22ae Size of a checkbox list - all new ---------------------------------- Hello to everybody. There's someone who can tell me how to get the width of the checkbox in a listbox with style set to 1? I have this function to add horizontal scrollbars to a listbox, but if I use it on a listbox-checkbox the length of the checkbox is not calculated and the text goes under the listbox vertical scrollbar. All I want to do is to add the width of the checkbox inside the listbox before calling the sendmessage API. I'm not expert with API programming and microsoft.com doesen't help very much!... - Fri, Sep 24 2004 5:14 pm 1 message, 1 author http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/bd1ac01500eb2b91 winsock wierdness - all new ---------------------------------- What i've been trying to do is use winsock to connect to a webpage and download the webpage. But i've run into a small problem, when I connect and attempt to download, it gives me some wierd junk instead... However, if I go through a proxy ('The Proxomitron', used to kill popups and other things), it works just fine. What's going on here? Here's some of the code i'm using... Private Sub Command1_Click() RichTextBox1.Text = "" Winsock1.Close Winsock1.Protocol = sckTCPProtocol Winsock1.Connect "127.0.0.1", 8080... - Fri, Sep 24 2004 8:29 pm 1 message, 1 author http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/1e3553d8e0de4f0c ======================================================================= 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
