comp.lang.basic.visual.misc http://groups-beta.google.com/group/comp.lang.basic.visual.misc
Today's most active topics: * image size - 4 new http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/c45fe8f7035ac6db * Please help: Check for uninitialized date - 3 new http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/ccd4058b2c6cd571 * VB software needed - 3 new http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/7dae6c57000d7535 * Help Workshop - 3 new http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/5f2dd2adc5d0e08 * inclusion - 2 new http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/42e486201d5a77ad Active Topics ------------- inclusion - 2 new ----------------- can anyone help me abou tinclusion in VB6 i've read it's a kind of class heritage but i don't understand what i can do with , and how thanks - Tues, Nov 30 2004 12:20 am 2 messages, 2 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/42e486201d5a77ad Serial number - how the function should look like ? - 2 new ----------------------------------------------------------- Dear All, I'm closing my VB project. The last thing I would like to do is to build a function that translates several parameters into one serial code. Take a look: First Name -> Last Name -> License Type -> ----> XXXX-XXXX-XXXX-XXXX Do you know any examples of such solutions ? Best regards, Mark - Tues, Nov 30 2004 4:10 am 2 messages, 2 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/ce9516726b1ac0db How do I trap a network printer error in vb without crashing - 1 new -------------------------------------------------------------------- I have a VB application with a print menu item. But when I try to print to a printer on a network, and its associated computer is off, then I crash. Is there any way to trap this error? Thanks, Marvin Cohen - Tues, Nov 30 2004 6: 48 am 1 message, 1 author http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/8d82ae3b8c362fd Asynchronous Calls to a DCOM object in VB6 - 2 new -------------------------------------------------- Steve, Once again, thank you for your suggestion. Didn't even know that it was a possibility. Being mainly a VBA programmer, that option doesn't exist. I checked under VB6, and, of course, it does. I'm presuming that I simply need to put in the IP address of the receiving machine. Is this correct? - Tues, Nov 30 2004 7:59 am 2 messages, 2 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/4cceb60f1f9604f6 image size - 4 new ------------------ Hello, I am trying to use an image box (or picture box) to display a series of images. The problem is that the various images are all of different sizes and aspect ratios. I know I can get the image/picture control to resize automatically to fit the image, or I can keep a constant sized control and allow the image to be cropped if necessary. I don't want either of these. - Tues, Nov 30 2004 4:21 pm 4 messages, 3 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/c45fe8f7035ac6db Bitwise Comparison fails unexpectantly - 2 new ---------------------------------------------- ...Nothing even close here... ...That's a fact <g> The value '512' has exactly one bit set. Those constants are single bit values as well. None of the bit positions match. This is 2^4 (no bits in common with 512) ...This is 2^6 ( again, no bits in common with 512) - Tues, Nov 30 2004 8:35 am 2 messages, 2 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/dc638dbd04627420 Please help: Check for uninitialized date - 3 new ------------------------------------------------- Hi, How can you check if a variable declared as a Date datatype is initialized or not. I have some code that checks if a value in a database table is null or not. If it is null then I do not attempt to assign a value to my variable. Later on in my procedure I want to check if the date variable has been set or not. Should I use a variant - Tues, Nov 30 2004 10:13 am 3 messages, 3 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/ccd4058b2c6cd571 VB software needed - 3 new -------------------------- ...Yes thanks :) although my local library has very little reference material.. .do they leave the CDs attached on programming books round your way then ? - Tues, Nov 30 2004 7:52 pm 3 messages, 3 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/7dae6c57000d7535 Error Handlers - 2 new ---------------------- So then using your example, to get ErrorHandler#1 to fire again I would have to call it a second time as follows, right? On Error Goto ErrorHandler#1 ' terminated all previous error handlers ' now the error handler is #1 'Do something On Error GoTo ErrorHandler#2 ' terminated all previous error handlers - Tues, Nov 30 2004 3:47 pm 2 messages, 2 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/2a87a0ad21b7baeb Recursion - change chars in Upper or Lower - 1 new -------------------------------------------------- Hello Rick, The complete task (Remove multiple spaces, Invallid char's, Bubble sort, etc) was more than I asked for in this thread and we have to made it with the use of itiration. I made by meself the goal to made it recursive en will give my solution to the teacher to evaluate for my personal idea ... and . .. - Tues, Nov 30 2004 9:25 pm 1 message, 1 author http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/383ff7884f66f857 USB Interfacing - 1 new ----------------------- Does anyone know how to interface with the USB ports in VB5? I know how to interface with the parallel, serial and game ports but I have had no luck with the USB ports yet. Thanks, Richard A. Boyd - Tues, Nov 30 2004 5:44 pm 1 message, 1 author http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/593239f7cd42fee Transparent exe? - 1 new ------------------------ Can you have your form / app / exe "background" transparent at run-time? Like the Acrobat reader 6.0 splash screen (although I doubt it was written in VBasic) Richard - Tues, Nov 30 2004 7:15 pm 1 message, 1 author http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/ffaaed3be915ee3b Data report - 1 new ------------------- On Wed, 24 Nov 2004 15:47:00 -0500, "dabrune" <[EMAIL PROTECTED]> wrote: ...You need to refresh something (I forget what) on the report from the properties page. I know that wipes everything out, but that's what you have to do. _______ ________________ Michael B. Johnson - Tues, Nov 30 2004 5:25 pm 1 message, 1 author http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/8a8eae71f209d85b Help Workshop - 3 new --------------------- Help Workshop does come with VB6. On disk 1, check the following path: ...The setup program is in there. Henry SpamTrack at Cox dot Net -- SpamTrack at Cox dot Net - Tues, Nov 30 2004 6:32 pm 3 messages, 3 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/5f2dd2adc5d0e08 VB.Net Newbie question - 2 new ------------------------------ I'm trying to figure out how to display mulitiple lines of text while iterating through a simple loop. I can do it in a console program, but not in a vb.net form. Console code is something simple like this: -------------------- ----------------------------------- dim i as int i = 1 for i = 1 to 1000 - Tues, Nov 30 2004 4:19 pm 2 messages, 2 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/952d3320befd138e Barcode Question - 1 new ------------------------ ...you ...Depends on what barcode it is. There are many types of barcodes (UPC, Code 3 of 9, etc.) Each has its own range of "characters" and "numbers". - Wed, Dec 1 2004 1:54 am 1 message, 1 author http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/a580d82900bd0bf4 Can I install MS Home Essentials 97 on an XP machine ? - 2 new -------------------------------------------------------------- Can I install MS Home Essentials 97 on an XP machine ? I have an old Win 95/98 PC which I do not use. It came with Microsoft Home essentials 97. I have the CD. Home Essentials 97 includes: -Word 97 -Works 4.0 -IE -Microsoft Arcade My 10 year old son has a PC that does not have any applications like Word etc. - Tues, Nov 30 2004 7:07 pm 2 messages, 2 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/56cb9a3f15d9b934 Best way to distribute upgrade for programs - 1 new --------------------------------------------------- ...news:[EMAIL PROTECTED] ...Now ...small ... want to ...to ...entry in ...anywhere in ...not, you ...there. ...an ...Not that it is a simple task, but among other things, you could look at modifying the setup program used by the P & D wizard. It is a VB program, the source code is in your "VB98\Wizards\PDWizard\Setup1" - Tues, Nov 30 2004 7:13 pm 1 message, 1 author http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/706d8230d1fa0dd ============================================================================== You received this message because you are subscribed to the Google Groups "comp.lang.basic.visual.misc" group. To post to this group, send email to [EMAIL PROTECTED] com or visit http://groups-beta.google.com/group/comp.lang.basic.visual.misc To unsubscribe from this group, send email to [EMAIL PROTECTED] To change the way you get mail from this group, visit: http://groups-beta.google.com/group/comp.lang.basic.visual.misc/subscribe To report abuse, send email explaining the problem to [EMAIL PROTECTED] ============================================================================== Google Groups: http://groups-beta.google.com
