comp.lang.basic.visual.misc http://groups-beta.google.com/group/comp.lang.basic.visual.misc
Today's most active topics: * Calculate weekends - 16 new http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/ccb7297f0e5e977d * Inconsistentcy in XP - 4 new http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/608f6512710e766b * Textbox - 4 new http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/2c805c5d3977fd9b * log on to FTP server - 3 new http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/cb68d06f51c8704 * Draw a line in VB in the good old QuickBasic way...? - 2 new http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/38f1f939f98eeb1f Active Topics ============= log on to FTP server - 3 new ---------------------------------- ... I was considering doing it that way with the timer, but it seems a little. .. well, ghetto. But none the less my time for this project is just about up, so i may just as well be forced to do it that way. ... ... - Fri, Sep 10 2004 5:34 am 3 messages, 2 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/cb68d06f51c8704 Draw a line in VB in the good old QuickBasic way...? - 2 new ---------------------------------- Hello to all, I've been playing with VB 6 for quite a while, and I find it quite a powerful tool... However, ever since I've begun with it, I've been wondering about a thing: is it possible to draw easily with it? Under the good old QuickBasic 4.5, I used to be able to draw quite easily... I would choose my screen (screen 12), and there we were... Pset, Line and Circle would be quite easy to use... With the B,F option (if I'm not mistaken), we were also able to turn a line into a rectangle... Is there a similar way to draw under VB, or... - Fri, Sep 10 2004 5:34 am 2 messages, 2 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/38f1f939f98eeb1f Calculate weekends - 16 new ---------------------------------- ... Are you suggesting the code posted so far doesn't do this? Your code produces the same answers that my original code and the modification I did to Eric's code do. That is, your code produces correct answers, but so does the other code. Rick - MVP ... - Fri, Sep 10 2004 5:51 am 16 messages, 7 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/ccb7297f0e5e977d Inconsistentcy in XP - 4 new ---------------------------------- There's a link today at Slashdot today that you might find interesting. It leads to several pages involving Miguel de Icaza's impressions and criticisms of Avalon. (One of his criticisms is complexity. He points out that a basic button is *11* steps down in the Avalon object model!) There are also links to responses from someone at MS. ... - Fri, Sep 10 2004 6:38 am 4 messages, 2 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/608f6512710e766b resolution changes ONLY after compiling. - all new ---------------------------------- I made an app that connects to a FTP server and then disconnects. Other then command buttons and text boxes the most advanced things this this program is using is the iNet control (msinet.ocx) and a class that i use to edit the registry (which has worked in countless other programs without fail).. the program works perfectly from within vb. but for what ever reason, when i make the exe and run it, my laptop changes to what appears to be 640x480 resolution! !!! I didn't do anything as far as changing the resolution in... - Fri, Sep 10 2004 6:49 am 1 message, 1 author http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/c1c7918d67c5bf3e I don't do windows - 2 new ---------------------------------- First of all, thank you for your responses. Okay, I'll tell you what it's all about. It's the old thing (I know, I know, there have been countless postings to this question, sorry about that.... I haven't mentioned it for fear of not beeing a jerk asking it again) with wiping out the garbage in the ImmediateWindow. My plan was to create an add-on to the VB IDE which would react to, say, CTRL+B (I can't reuse CTRL+G), and which would clean the immediate window. So far, I have succeeded to find the hwnd of the immediate... - Fri, Sep 10 2004 7:36 am 2 messages, 2 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/92aec7ee8306e883 Compare BMP files (pixel - pixel) - all new ---------------------------------- In message , Timo Makinen writes ... Better the former. Both the GetPixel API and the Point function are desperately slow. Expect at least a 100X speed up by reading the files in as binary and processing that. Regards ... - Fri, Sep 10 2004 9:19 am 1 message, 1 author http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/f659a290e80102d9 Help with Paint Picture please - all new ---------------------------------- Hello Mike Did you and Maureen manage to get away for a few days, where did you go to ?. I have been working with the code you did for me, Thank you. I have noticed that it is slow sending the output to th eprinter, I guess this is because of all the calculations it has to do. Paul ... ... - Fri, Sep 10 2004 10:55 am 1 message, 1 author http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/c110c4dd5071e86d MS Office Basic - all new ---------------------------------- I'm looking for some information and or tutorials on MS Office Basic. Can anyone recommend a good book or web page? Is this the right newsgroup to get information? TIA, Tim ... - Fri, Sep 10 2004 11:27 am 1 message, 1 author http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/1bdf4af4a6becdd9 Mouseover Flexgrid Data Display. Possible?? - all new ---------------------------------- ... This is my solution using a click event. Whatever cell is clicked, the full text is returned. Simple, and it works great! It was the .tooltiptext that pushed me in the right direction. Private Sub flxVendData_Click() With flxVendData ... End Sub Thanks for the response. John ... - Fri, Sep 10 2004 1:36 pm 1 message, 1 author http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/1ea9df100486bb41 Textbox - 4 new ---------------------------------- How can I get text appended to text already displayed in a textbox? I am using a FOR loop, and the resulting output is text that I want to append & display in the same textbox. ... - Fri, Sep 10 2004 4:28 pm 4 messages, 3 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/2c805c5d3977fd9b ======================================================================= 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 ------------------------ Yahoo! Groups Sponsor --------------------~--> $9.95 domain names from Yahoo!. Register anything. http://us.click.yahoo.com/J8kdrA/y20IAA/yQLSAA/BCfwlB/TM --------------------------------------------------------------------~-> <a href=http://English-12948197573.SpamPoison.com>Fight Spam! Click Here!</a> Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/kumpulan/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
