comp.lang.basic.visual.misc http://groups-beta.google.com/group/comp.lang.basic.visual.misc
Today's most active topics: * My VB Program will not die!!!! - 9 new http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/60d4b9fef0ac579 * fonts - 3 new http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/9e2f890633064454 * Add operations to DLL register - 3 new http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/7a7fd060f5514257 * VB6 & Socket - 2 new http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/96f29ac7a9fd4fe4 * Date Overflow question - VB6 - 2 new http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/9be08728c02a351c Active Topics ------------- fonts - 3 new ------------- hi, I messed up the font type in my VB-editor What is supposed to be the standard Groetjenz, Mickey - Tues, Dec 14 2004 10:05 am 3 messages, 2 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/9e2f890633064454 VB6 & Socket - 2 new -------------------- Hi all I am an *absolute*VB6* newbe and ask if anyone can supply or point to a simple sample VB6-socket access? I just need to connect to a server:port, send a message and then receive an asnwer. Thanks Wolf - Tues, Dec 14 2004 2:41 pm 2 messages, 2 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/96f29ac7a9fd4fe4 Is it possible to keep a form on top... - 1 new ----------------------------------------------- Use my "stayontop" control... easiest way. [link] - Tues, Dec 14 2004 7:55 am 1 message, 1 author http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/c82b3bc7b14ee542 Date Overflow question - VB6 - 2 new ------------------------------------ Hello: I recently came across the following problem... I'm passing a date to a function (variable is declared as date) and the function halts on the line where I am using the date. The error given is Overflow. I pass the cursor over the variable and indeed see Overflow instead of the actual date. The wierd thing is that when I move the cursor off and then back onto the - Tues, Dec 14 2004 3:46 pm 2 messages, 2 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/9be08728c02a351c My VB Program will not die!!!! - 9 new -------------------------------------- Okay, I'm sure this problem has come up before but please help! I close down my program but when I look at the Task Manager the program is still running! BUT I can't switch to it. I can only terminate it. Here's what I've done so far to fix this annoying problem. In the Main Form UNLOAD event, I have put code to - Tues, Dec 14 2004 10:50 am 9 messages, 7 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/60d4b9fef0ac579 Add operations to DLL register - 3 new -------------------------------------- ...There is no way to do this in VB normally, but a VB Add-In called vbAdvance will let you do this... [link] - Tues, Dec 14 2004 5:05 pm 3 messages, 2 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/7a7fd060f5514257 Printing problem - 1 new ------------------------ ...(and ...program ...(Snip) Thanks Mike. I've saved the code and will experiment with it in the next few days. Re printer not responding to common dialog instructions, which I get and you don't - I'm on XP Pro and you are on XP Home. Perhaps that's it? I'll try it out on XP Home in the next few days too. - Tues, Dec 14 2004 6:16 pm 1 message, 1 author http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/75a4de1cc99b5758 Displaying resuls from code-behind file... - 1 new -------------------------------------------------- Almost everybody in this newsgroup is using VB6 or lower. While you may get a stray answer to VB.NET (including VB2003 and VB2005 which has dropped .NET from its name) questions here, you should ask them in newsgroups devoted exclusively to .NET programming. Look for newsgroups with either the word "dotnet" or "vsnet" in their name. - Tues, Dec 14 2004 2:30 pm 1 message, 1 author http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/323f97f0f48e0c99 VB/Access Newbie - How to fill multiple listboxes with distinct items from a query? - 1 new -------------- I'm trying to fill two listboxes on a form. In my table called travel, I have three columns, From_loc, To_loc, and distance. I would like to have two listboxes labeled 'From' and 'To'. I would like to fill these listboxes with the distinct values from the respective columns in the database. My VB project has an ADO Data Control and a listbox. It's pretty easy - Tues, Dec 14 2004 8: 35 pm 1 message, 1 author http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/8b4ac4a4e7a1946f Complied exe - 2 new -------------------- Is it true that when VB compiles your app, it doesn't include anything that isn't used. I.E. if there is a sub that isn't called or variable that isn't used etc. - Tues, Dec 14 2004 5:33 pm 2 messages, 2 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/8399e835c9dbb0c2 How to make sure correct Ocx and Dll versions are installed? - 2 new -------------------------------------------------------------------- ...Ideally your installer will take care of this problem for you. Since that may not always be the case VB provides something you can do. Make sure you always compile your dlls with binary compatibility enabled (under Project-> Project Properties->Component). On installation just unregister any previous dll that may be installed, copy your new - Tues, Dec 14 2004 5:31 pm 2 messages, 2 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/cde2bed941027a5e Database Designer Tool In Visual Basic - 2 new ---------------------------------------------- My Visual Studio help file refers to a visual Database Designer Tool. I have installed Visual Basic, Visual C++, as well as Visual Studio Tools. Where do I start the Database Designer Tool? Also, in VB, There is a Menu item called Diagram, but everything is always grayed out. What is this menu for? - Wed, Dec 15 2004 12:49 am 2 messages, 2 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/c2800d6513711399 Error "Procedure too large"...Need help breaking down syntax - 1 new -------------------------------------------------------------------- I'd be examining the repetitive code to see if it could be standardized as much as possible, then move the standardized code to a subroutine that you would call as needed passing the required parameters. In air code something along the lines of: private sub setparams(celltext as string, cellunit as long, cellfontbold as - Tues, Dec 14 2004 10:41 pm 1 message, 1 author http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/ad1576ec4b002103 How can I delete temporary internet files and cookies - 2 new ------------------------------------------------------------- [link] - Wed, Dec 15 2004 12:14 am 2 messages, 2 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/a93abe7ecda4b12d count pages of file - 1 new --------------------------- Hi all, I want to count the pages of a file but wondering how to do it... please give some tutorial about it, thanks. - Wed, Dec 15 2004 2:14 am 1 message, 1 author http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/a34dabddc2d9250d How to put primary key for a file? - 1 new ------------------------------------------ i want to put all the file attributes like name, size, pages, last access time and so on in database. I don't know how to differentiate each file because there will have same file info which will be put in database. Is the file have ID? who can give some tutorial?? - Wed, Dec 15 2004 2:28 am 1 message, 1 author http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/f3e64390364cb22d ============================================================================== 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
